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