aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
AgeCommit message (Expand)AuthorLines
2022-10-06Added job_timestamp to ProcessedMilly-0/+2
2022-10-06Added styles to ProcessedMilly-0/+2
2022-10-06add generation parameters to images shown in web uiAUTOMATIC-2/+6
2022-10-06Merge branch 'master' into fix-vramJairo Correa-8/+8
2022-10-06integrate the new samplers PRAUTOMATIC-3/+4
2022-10-06option to let users select which samplers they want to hideAUTOMATIC-7/+6
2022-10-05added support for AND from https://energy-based-model.github.io/Compositional...AUTOMATIC-1/+1
2022-10-04Removing parts no longer needed to fix vramJairo Correa-13/+8
2022-10-04Merge branch 'master' into fix-vramJairo Correa-20/+33
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu-5/+5
2022-10-04do not touch p.seed/p.subseed during processing #1181AUTOMATIC-9/+17
2022-10-04emergency fix for img2imgAUTOMATIC-1/+2
2022-10-04support interrupting after the previous changeAUTOMATIC-1/+3
2022-10-04send all three of GFPGAN's and codeformer's models to CPU memory instead of j...AUTOMATIC-7/+9
2022-10-02Merge branch 'master' into stableJairo Correa-7/+10
2022-10-02Merge remote-tracking branch 'origin/master'AUTOMATIC-2/+2
2022-10-02initial support for training textual inversionAUTOMATIC-5/+8
2022-10-01add sampler_noise_scheduler_override propertyDepFA-2/+2
2022-09-30Merge branch 'master' into fix-vramJairo Correa-2/+1
2022-09-30repair broken highres fix #1109AUTOMATIC-2/+1
2022-09-28Fix memory leak and reduce memory usageJairo Correa-7/+26
2022-09-28do nor add log messages to saved iamge parametersAUTOMATIC-2/+2
2022-09-28added support for automatically installing latest k-diffusionAUTOMATIC-4/+5
2022-09-28save parameters for images when using the Save button.AUTOMATIC-2/+7
2022-09-28Update processing.pyC43H66N12O12S2-2/+2
2022-09-27add sampler properties to StableDiffusionProcessing and ProcessedDepFA-1/+15
2022-09-27Grids saving to subdirectory when setting uncheckedDaniel-1/+1
2022-09-24Reformat some changes from the previous commit.AUTOMATIC-1/+1
2022-09-24Fix to XY_Grid script console progress bar and other progress bar improvement...RnDMonkey-1/+1
2022-09-24Clear no longer needed VRAM during a 'highres fix' generation created during ...Jacob Tyndall-0/+5
2022-09-23Option to use advanced upscalers with normal img2imgAUTOMATIC-2/+2
2022-09-23Remove unnecessary duplicationRobin Fernandes-1/+4
2022-09-22Add option to save before color correction. Add suffix param when saving file...Robin Fernandes-1/+3
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC-2/+3
2022-09-21prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC-1/+7
2022-09-20added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC-4/+4
2022-09-20Enable neural network upscalers for highres. fixAUTOMATIC-1/+21
2022-09-20add extra generation paramsAUTOMATIC-3/+2
2022-09-19added highres fix featureAUTOMATIC-14/+66
2022-09-19made 'reuse seed' button give you the seed/subseed of the currently selected ...AUTOMATIC-34/+74
2022-09-18Merge remote-tracking branch 'origin/master'AUTOMATIC-1/+1
2022-09-18prevent black screen when seed and variation seed are the same.AUTOMATIC-1/+6
2022-09-18handle NoneType when subseed is not initialized. Set it to -1 in that caseberkybear-1/+1
2022-09-18fix many paths in code breaking because Processing constructor changedAUTOMATIC-2/+2
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén-2/+6
2022-09-18make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC-55/+4
2022-09-17fixed typos in processing.pySteve Eberhardt-1/+1
2022-09-17set loopback color corrections on each iterationBrian Drupieski-0/+2
2022-09-17* Fix process_images where the number of images is not a multiple of (batch_s...Tony Beeman-1/+8
2022-09-17add support for switching model checkpoints at runtimeAUTOMATIC-1/+1