1+ SD GUI 1.9.1 Changelog:
2+ - New: Resolution can now also be adjusted in InstructPix2Pix mode (resizes input image)
3+ - New: Resulting aspect ratio is shown next to resolution option
4+ - New: Right-click image menu in InstructPix2Pix has an option to copy a comparison image
5+ - Improved: Model compatibility, any Safetensors file should now work fine after conversion
6+ - Improved: Model converter no longer includes 1 GB safety checker in ONNX outputs
7+ - Improved: Image Viewer now shows image resolution info in InstructPix2Pix mode
8+ - Improved: InstructPix2Pix no longer downloads unnecessary files, now <2GB
9+ - Fixed: InstructPix2Pix errors when trying to run it without internet connection
10+ - Fixed: Certain options result in filenames being too long causing issues
11+ - Fixed: Stable Diffusion model gets reloaded if amount of free RAM changed
12+ - Fixed: Image export breaks if initialization image(s) import takes too long
13+ - Fixed: "Open Output Folder" opens Documents folder
14+ - Fixed: ONNX and InstructPix2Pix don't accept images with UTF8 characters in path
15+ - Fixed: Running InvokeAI post-processing sometimes fails due to long paths
16+ - Fixed: Issues with comma vs dot, depending on Windows region settings
17+
18+ Notes:
19+ - InstructPix2Pix supports resolutions divisible by 8, not only 64 like regular SD
20+ - SD 2.x models are not yet supported, scheduled for next major update
21+
22+
23+
124SD GUI 1.9.0 Changelog:
225- New: InstructPix2Pix (Settings -> Image Generation Implementation -> InstructPix2Pix)
326- New: Option to show the input image next to the output for comparisons
@@ -7,13 +30,6 @@ SD GUI 1.9.0 Changelog:
730- Fixed: Minor PNG metadata parsing issues
831- Fixed: Various of other minor fixes
932
10- Notes:
11- - InstructPix2Pix will download its model files (2.6 GB) on the first run
12- - InstructPix2Pix works with any resolution, not only those divisible by 64
13- - InstructPix2Pix currently doesn't work with filenames containing special characters
14- - SD 2.x models are not yet supported, scheduled for next major update
15- - "Open Output Folder" button currently does not work, use the right-click menu instead
16-
1733
1834
1935SD GUI 1.8.1 Changelog:
@@ -114,50 +130,4 @@ SD GUI 1.7.0 Changelog:
114130- "Delete All Current Images" now requires a confirmation
115131- Improved prompt history/queue UI (show full prompt on hover, and more)
116132- Improved GUI rendering, should have less flickering now
117- - Fixed bug where model pruning would say "Failed..." even if it was successful
118-
119-
120-
121- SD GUI 1.6.0 Changelog:
122- - Added Dreambooth training (24 GB VRAM required for now!)
123- - Added support for prompt emphasis - () for more, {} for less
124- - Added Model Quick Switcher: Press Ctrl+M to quickly change the current AI model
125- - Added model folder manager: You can now add additional model folders to load models from
126- - Pop-Up Image Viewer: When slideshow mode is enabled, Left/Right arrow keys change images
127- - Pop-Up Image Viewer: Window can now be resized/zoomed in 25% steps using mouse wheel
128- - Pop-Up Image Viewer: Added "Always on Top" option to keep window always on top
129- - Added lots of hotkeys, documented on Github Readme
130- - Words in prompt field can now be deleted using CTRL+BACKSPACE, like in most text editors
131- - Model Pruning Tool: Added option to delete input file if pruning was successful
132- - Fixed an issue where the Stable Diffusion process would be killed when cancelling
133- - Fixed prompt queue not working after running first entry
134-
135-
136-
137- SD GUI 1.5.0 Changelog:
138- - SD Update: Supports exclusion words, runs on 4 GB VRAM (when no other apps are open)
139- - UI is now more flexible, window can be resized, prompt field is bigger and has zoomable text
140- - Added CodeFormer face restoration as an alternative to GFPGAN
141- - Updated RealESRGAN (upscaler), should now be faster with same or better quality
142- - Added button to delete either the current image, or all generated images
143- - Added separate checkboxes for including prompt/seed/scale/sampler/model in filename
144- - Added option to save original image in addition to the post-processed image (if postproc is enabled)
145- - Added option to select the CUDA device (Automatic, CPU, or a specific GPU)
146- - Added model merging tool
147- - Added model pruning tool (strip EMA data and/or convert to fp16 half-precision for 2 GB models)
148- - Added option to unload Stable Diffusion after each generation (like in pre-1.4.0)
149- - Added reliable orphan process handling (Python no longer stays in RAM if the GUI crashes)
150- - Image Viewer slideshow: Added short cooldown after using prev/next image buttons
151- - Image Viewer context menu: Added button to re-generate single image with current settings/seed
152- - Image Viewer Pop-up: Now borderless, 100% zoom by default, double-click for fullscreen
153- - Image Viewer Pop-up: Added Slideshow Mode which mirrors the regular image viewer when enabled
154- - Added image load form, allows you to use as init image, load settings from metadata, or copy prompt
155- - Images can now be loaded from clipboard, not just from files
156- - Prompt History: Added option to disable history, added text filter
157- - You can now add an entry to the prompt queue by right-clicking on its icon
158- - Disabled post-processing with Low Memory Mode as it was not working properly
159- - Prompt text in filenames now strips weighting (won't create new folders for each weight change)
160- - Current model name gets printed whenever Stable Diffusion is started
161- - Full Precision is now enabled by default on GTX 16 series cards to fix compatibility with them
162- - Fixed empty/invalid prompts (e.g. newlines) counting towards the target image amount
163- - Some fixes regarding cancelling the generation process and handling crashes
133+ - Fixed bug where model pruning would say "Failed..." even if it was successful
0 commit comments