- 28 Jan, 2023 32 commits
-
-
AUTOMATIC1111 authored
Fix embeddings, upscalers, and refactor `--upcast-sampling`
-
AUTOMATIC1111 authored
Css fixes
-
ItsOlegDm authored
-
AUTOMATIC authored
-
ItsOlegDm authored
-
ItsOlegDm authored
-
AUTOMATIC1111 authored
Fix error when using img2img batch without masks
-
AUTOMATIC authored
-
Thurion authored
-
AUTOMATIC authored
fixed a bug where after switching to a checkpoint with unknown hash, you'd get empty space instead of checkpoint name in UI fixed a bug where if you update a selected checkpoint on disk and then restart the program, a different checkpoint loads, but the name is shown for the the old one.
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
brkirch authored
The torch.narrow fix was required for nightly PyTorch builds for a while to prevent a hard crash, but newer nightly builds don't have this issue.
-
brkirch authored
Apparently the version of PyTorch macOS users are currently at doesn't always handle half precision VAEs correctly. We will probably want to update the default PyTorch version to 2.0 when it comes out which should fix that, and at this point nightly builds of PyTorch 2.0 are going to be recommended for most Mac users. Unfortunately someone has already reported that their M2 Mac doesn't work with the nightly PyTorch 2.0 build currently, so we can add --no-half-vae for now and give users that can install nightly PyTorch 2.0 builds a webui-user.sh configuration that overrides the default.
-
brkirch authored
-
AUTOMATIC1111 authored
Ask user to clarify conditions
-
AUTOMATIC1111 authored
Allow users to convert models to Instruct-pix2pix models by supporting merging Instruct-pix2pix models with regular ones in the merge tab
-
AUTOMATIC1111 authored
don't replace regular --help with new paths.py parser help
-
AUTOMATIC authored
-
Mackerel authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add a Python version check
-
AUTOMATIC1111 authored
Add flag to store user data sepperate from source code
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add button to switch width and height
-
AUTOMATIC1111 authored
Allows for multiple Styles axii in X/Y/Z Plot
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
add v2-inpainting model detection, and broaden v-model detection to include anything with 768 in the name
-
AUTOMATIC1111 authored
Basic inpainting batch support
-
Andrii Skaliuk authored
Modifies batch UI to add optional inpainting support
-
MrCheeze authored
add v2-inpainting model detection, and broaden v-model detection to include anything with 768 in the name
-
- 27 Jan, 2023 8 commits
-
-
AUTOMATIC authored
-
EllangoK authored
-
EllangoK authored
-
Gazzoo-byte authored
Adds a button to switch width and height, allowing quick and easy switching between landscape and portrait.
-
Max Audron authored
-
Max Audron authored
-
Max Audron authored
previously module attributes like __file__ where not set correctly, leading to scripts getting the directory of the stable-diffusion repo location instead of their own script. This causes problem when loading user data from an external location using the --data-dir flag, as extensions would look for their own code in the stable-diffusion repo location instead of the data dir location. Using pythons importlib functions sets the modules specs correctly and executes them. But this will break extensions if they build paths based on the previously incorrect __file__ attribute.
-
Max Audron authored
-