- 28 Jan, 2023 12 commits
-
-
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 14 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
-
Spaceginner authored
-
Spaceginner authored
-
Ivan authored
-
AUTOMATIC authored
-
AUTOMATIC authored
fix broken api for checkpoint list
-
AUTOMATIC authored
-
- 26 Jan, 2023 4 commits
-
-
AUTOMATIC authored
fix some style inconsistenices
-
AUTOMATIC1111 authored
Fix full previews and--no-half-vae to work correctly with --upcast-sampling
-
Spaceginner authored
-
brkirch authored
-
- 25 Jan, 2023 10 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
-
Spaceginner authored
-
Spaceginner authored
i have no idea what commit message should be
-
Spaceginner authored
-
Ivan authored
-
Spaceginner authored
-