aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Expand)AuthorAgeFilesLines
* Added job_timestamp to ProcessedMilly2022-10-061-0/+2
* Added styles to ProcessedMilly2022-10-061-0/+2
* add generation parameters to images shown in web uiAUTOMATIC2022-10-061-2/+6
* Merge branch 'master' into fix-vramJairo Correa2022-10-061-8/+8
|\
| * integrate the new samplers PRAUTOMATIC2022-10-061-3/+4
| * option to let users select which samplers they want to hideAUTOMATIC2022-10-061-7/+6
| * added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC2022-10-051-1/+1
* | Removing parts no longer needed to fix vramJairo Correa2022-10-051-13/+8
* | Merge branch 'master' into fix-vramJairo Correa2022-10-041-20/+33
|\|
| * prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu2022-10-041-5/+5
| * do not touch p.seed/p.subseed during processing #1181AUTOMATIC2022-10-041-9/+17
| * emergency fix for img2imgAUTOMATIC2022-10-041-1/+2
| * support interrupting after the previous changeAUTOMATIC2022-10-041-1/+3
| * send all three of GFPGAN's and codeformer's models to CPU memory instead of j...AUTOMATIC2022-10-041-7/+9
* | Merge branch 'master' into stableJairo Correa2022-10-021-7/+10
|\|
| * Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-021-2/+2
| |\
| | * add sampler_noise_scheduler_override propertyDepFA2022-10-011-2/+2
| * | initial support for training textual inversionAUTOMATIC2022-10-021-5/+8
| |/
* | Merge branch 'master' into fix-vramJairo Correa2022-09-301-2/+1
|\|
| * repair broken highres fix #1109AUTOMATIC2022-09-301-2/+1
* | Fix memory leak and reduce memory usageJairo Correa2022-09-291-7/+26
|/
* do nor add log messages to saved iamge parametersAUTOMATIC2022-09-281-2/+2
* added support for automatically installing latest k-diffusionAUTOMATIC2022-09-281-4/+5
* save parameters for images when using the Save button.AUTOMATIC2022-09-281-2/+7
* Update processing.pyC43H66N12O12S22022-09-281-2/+2
* add sampler properties to StableDiffusionProcessing and ProcessedDepFA2022-09-271-1/+15
* Grids saving to subdirectory when setting uncheckedDaniel2022-09-271-1/+1
* Reformat some changes from the previous commit.AUTOMATIC2022-09-241-1/+1
* Fix to XY_Grid script console progress bar and other progress bar improvement...RnDMonkey2022-09-241-1/+1
* Clear no longer needed VRAM during a 'highres fix' generation created during ...Jacob Tyndall2022-09-241-0/+5
* Option to use advanced upscalers with normal img2imgAUTOMATIC2022-09-231-2/+2
* Remove unnecessary duplicationRobin Fernandes2022-09-231-1/+4
* Add option to save before color correction. Add suffix param when saving file...Robin Fernandes2022-09-221-1/+3
* A big rework, just what you were secretly hoping for!AUTOMATIC2022-09-221-2/+3
* prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC2022-09-211-1/+7
* added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC2022-09-201-4/+4
* Enable neural network upscalers for highres. fixAUTOMATIC2022-09-201-1/+21
* add extra generation paramsAUTOMATIC2022-09-201-3/+2
* added highres fix featureAUTOMATIC2022-09-191-14/+66
* made 'reuse seed' button give you the seed/subseed of the currently selected ...AUTOMATIC2022-09-191-34/+74
* Merge remote-tracking branch 'origin/master'AUTOMATIC2022-09-181-1/+1
|\
| * handle NoneType when subseed is not initialized. Set it to -1 in that caseberkybear2022-09-181-1/+1
* | prevent black screen when seed and variation seed are the same.AUTOMATIC2022-09-181-1/+6
|/
* fix many paths in code breaking because Processing constructor changedAUTOMATIC2022-09-181-2/+2
* Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-2/+6
* make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC2022-09-181-55/+4
* fixed typos in processing.pySteve Eberhardt2022-09-181-1/+1
* set loopback color corrections on each iterationBrian Drupieski2022-09-171-0/+2
* * Fix process_images where the number of images is not a multiple of (batch_s...Tony Beeman2022-09-171-1/+8
* add support for switching model checkpoints at runtimeAUTOMATIC2022-09-171-1/+1