- 28 Jan, 2023 9 commits
-
-
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 11 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
-
AUTOMATIC authored
-
AUTOMATIC authored
fix broken api for checkpoint list
-
AUTOMATIC authored
-
- 26 Jan, 2023 3 commits
-
-
AUTOMATIC authored
fix some style inconsistenices
-
AUTOMATIC1111 authored
Fix full previews and--no-half-vae to work correctly with --upcast-sampling
-
brkirch authored
-
- 25 Jan, 2023 17 commits
-
-
AUTOMATIC authored
-
AUTOMATIC authored
add edit_image_conditioning from my earlier edits in case there's an attempt to inegrate pix2pix properly this allows to use pix2pix model in img2img though it won't work well this way
-
AUTOMATIC1111 authored
allow symlinks in the textual inversion embeddings folder
-
AUTOMATIC1111 authored
Update default Mac command line arguments to use --upcast-sampling instead of --no-half
-
brkirch authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
Alex "mcmonkey" Goodwin authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add upcast options, full precision sampling from float16 UNet and upcasting attention for inference using SD 2.1 models without --no-half
-
AUTOMATIC1111 authored
Fix extra network thumbs label color
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Fix Approx NN previews changing first generation result
-
AUTOMATIC1111 authored
Add instruct-pix2pix hijack
-
Kyle authored
Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work
-
Kyle authored
Allows loading instruct-pix2pix models via same method as inpainting models in sd_models.py and sd_hijack_ip2p.py Adds ddpm_edit.py necessary for instruct-pix2pix
-
AUTOMATIC1111 authored
Adds X/Y/Z Grid Script
-