- 28 Jan, 2023 17 commits
-
-
AUTOMATIC 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 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 8 commits
-
-
AUTOMATIC authored
fix some style inconsistenices
-
ULTRANOX\Chris authored
Changed filename addition from "instrpix2pix" to the more readable ".instruct-pix2pix" for newly generated instruct pix2pix models.
-
AUTOMATIC1111 authored
Fix full previews and--no-half-vae to work correctly with --upcast-sampling
-
ULTRANOX\Chris authored
Changed all references to "pix2pix" to the more precise name "instruct pix2pix". Also changed extension to instrpix2pix at least for now.
-
ULTRANOX\Chris authored
Added error check for the rare case a user merges a pix2pix model with a normal model using weighted sum. Also removed bad print message that interfered with merging progress bar.
-
ULTRANOX\Chris authored
Allow checkpoint merger to merge pix2pix models in the same way that it currently supports inpainting models.
-
Spaceginner authored
-
brkirch authored
-
- 25 Jan, 2023 1 commit
-
-
Vladimir Repin authored
-