Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-09 | Fix grabbing the model name for infotext | William Moorehouse | -1/+1 | |
2022-10-09 | Added extended model details to infotext | William Moorehouse | -0/+3 | |
2022-10-09 | additional changes for saving pnginfo for #1803 | AUTOMATIC | -2/+4 | |
2022-10-09 | remove line break | frostydad | -1/+0 | |
2022-10-09 | Fix incorrect sampler name in output | frostydad | -1/+8 | |
2022-10-08 | support loading .yaml config with same name as model | AUTOMATIC | -1/+1 | |
support EMA weights in processing (????) | ||||
2022-10-08 | chore: Fix typos | Aidan Holland | -1/+1 | |
2022-10-08 | add 'Ignore last layers of CLIP model' option as a parameter to the infotext | AUTOMATIC | -1/+5 | |
2022-10-08 | fix bug where when using prompt composition, hijack_comments generated ↵ | MrCheeze | -0/+1 | |
before the final AND will be dropped | ||||
2022-10-08 | do not let user choose his own prompt token count limit | AUTOMATIC | -5/+0 | |
2022-10-08 | check specifically for skipped | Trung Ngo | -2/+1 | |
2022-10-08 | Add button to skip the current iteration | Trung Ngo | -0/+4 | |
2022-10-08 | let user choose his own prompt token count limit | AUTOMATIC | -0/+6 | |
2022-10-06 | Added job_timestamp to Processed | Milly | -0/+2 | |
So `[job_timestamp]` pattern can use in saving image UI. | ||||
2022-10-06 | Added styles to Processed | Milly | -0/+2 | |
So `[styles]` pattern can use in saving image UI. | ||||
2022-10-06 | add generation parameters to images shown in web ui | AUTOMATIC | -2/+6 | |
2022-10-06 | Merge branch 'master' into fix-vram | Jairo Correa | -8/+8 | |
2022-10-06 | integrate the new samplers PR | AUTOMATIC | -3/+4 | |
2022-10-06 | option to let users select which samplers they want to hide | AUTOMATIC | -7/+6 | |
2022-10-05 | added support for AND from ↵ | AUTOMATIC | -1/+1 | |
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ | ||||
2022-10-04 | Removing parts no longer needed to fix vram | Jairo Correa | -13/+8 | |
2022-10-04 | Merge branch 'master' into fix-vram | Jairo Correa | -20/+33 | |
2022-10-04 | prompt_parser: allow spaces in schedules, add test, log/ignore errors | Rae Fu | -5/+5 | |
Only build the parser once (at import time) instead of for each step. doctest is run by simply executing modules/prompt_parser.py | ||||
2022-10-04 | do not touch p.seed/p.subseed during processing #1181 | AUTOMATIC | -9/+17 | |
2022-10-04 | emergency fix for img2img | AUTOMATIC | -1/+2 | |
2022-10-04 | support interrupting after the previous change | AUTOMATIC | -1/+3 | |
2022-10-04 | send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵ | AUTOMATIC | -7/+9 | |
just one for #1283 | ||||
2022-10-02 | Merge branch 'master' into stable | Jairo Correa | -7/+10 | |
2022-10-02 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | -2/+2 | |
2022-10-02 | initial support for training textual inversion | AUTOMATIC | -5/+8 | |
2022-10-01 | add sampler_noise_scheduler_override property | DepFA | -2/+2 | |
2022-09-30 | Merge branch 'master' into fix-vram | Jairo Correa | -2/+1 | |
2022-09-30 | repair broken highres fix #1109 | AUTOMATIC | -2/+1 | |
2022-09-28 | Fix memory leak and reduce memory usage | Jairo Correa | -7/+26 | |
2022-09-28 | do nor add log messages to saved iamge parameters | AUTOMATIC | -2/+2 | |
2022-09-28 | added support for automatically installing latest k-diffusion | AUTOMATIC | -4/+5 | |
added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values) | ||||
2022-09-28 | save parameters for images when using the Save button. | AUTOMATIC | -2/+7 | |
2022-09-28 | Update processing.py | C43H66N12O12S2 | -2/+2 | |
2022-09-27 | add sampler properties to StableDiffusionProcessing and Processed | DepFA | -1/+15 | |
2022-09-27 | Grids saving to subdirectory when setting unchecked | Daniel | -1/+1 | |
Fixed grids saving to subdirectory when the setting is unchecked but "save images to subdirectory" was checked. | ||||
2022-09-24 | Reformat some changes from the previous commit. | AUTOMATIC | -1/+1 | |
2022-09-24 | Fix to XY_Grid script console progress bar and other progress bar ↵ | RnDMonkey | -1/+1 | |
improvements (#890) Fix to XY_Grid script console progress bar and other progress bar improvements #890 | ||||
2022-09-24 | Clear no longer needed VRAM during a 'highres fix' generation created during ↵ | Jacob Tyndall | -0/+5 | |
the first sampling before doing the second (img2img) sampling. Makes it possible to use the feature on an 8GB card. | ||||
2022-09-23 | Option to use advanced upscalers with normal img2img | AUTOMATIC | -2/+2 | |
2022-09-23 | Remove unnecessary duplication | Robin Fernandes | -1/+4 | |
2022-09-22 | Add option to save before color correction. Add suffix param when saving ↵ | Robin Fernandes | -1/+3 | |
files, used for special saves without color correction and face restoration. | ||||
2022-09-22 | A big rework, just what you were secretly hoping for! | AUTOMATIC | -2/+3 | |
SD upscale moved to scripts Batch processing script removed Batch processing added to main img2img and now works with scripts img2img page UI reworked to use tabs | ||||
2022-09-21 | prevent seed extras from having effect when extras checkbox is not checked | AUTOMATIC | -1/+7 | |
2022-09-20 | added --use-textbox-seed option to make long seeds possible from web ui | AUTOMATIC | -4/+4 | |
2022-09-20 | Enable neural network upscalers for highres. fix | AUTOMATIC | -1/+21 | |