aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
AgeCommit message (Collapse)Author
2022-10-06Added styles to ProcessedMilly
So `[styles]` pattern can use in saving image UI.
2022-10-06add generation parameters to images shown in web uiAUTOMATIC
2022-10-06Merge branch 'master' into fix-vramJairo Correa
2022-10-06integrate the new samplers PRAUTOMATIC
2022-10-06option to let users select which samplers they want to hideAUTOMATIC
2022-10-05added support for AND from ↵AUTOMATIC
https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
2022-10-04Removing parts no longer needed to fix vramJairo Correa
2022-10-04Merge branch 'master' into fix-vramJairo Correa
2022-10-04prompt_parser: allow spaces in schedules, add test, log/ignore errorsRae Fu
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-04do not touch p.seed/p.subseed during processing #1181AUTOMATIC
2022-10-04emergency fix for img2imgAUTOMATIC
2022-10-04support interrupting after the previous changeAUTOMATIC
2022-10-04send all three of GFPGAN's and codeformer's models to CPU memory instead of ↵AUTOMATIC
just one for #1283
2022-10-02Merge branch 'master' into stableJairo Correa
2022-10-02Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-10-02initial support for training textual inversionAUTOMATIC
2022-10-01add sampler_noise_scheduler_override propertyDepFA
2022-09-30Merge branch 'master' into fix-vramJairo Correa
2022-09-30repair broken highres fix #1109AUTOMATIC
2022-09-28Fix memory leak and reduce memory usageJairo Correa
2022-09-28do nor add log messages to saved iamge parametersAUTOMATIC
2022-09-28added support for automatically installing latest k-diffusionAUTOMATIC
added eta parameter to parameters output for generated images split eta settings into ancestral and ddim (because they have different default values)
2022-09-28save parameters for images when using the Save button.AUTOMATIC
2022-09-28Update processing.pyC43H66N12O12S2
2022-09-27add sampler properties to StableDiffusionProcessing and ProcessedDepFA
2022-09-27Grids saving to subdirectory when setting uncheckedDaniel
Fixed grids saving to subdirectory when the setting is unchecked but "save images to subdirectory" was checked.
2022-09-24Reformat some changes from the previous commit.AUTOMATIC
2022-09-24Fix to XY_Grid script console progress bar and other progress bar ↵RnDMonkey
improvements (#890) Fix to XY_Grid script console progress bar and other progress bar improvements #890
2022-09-24Clear no longer needed VRAM during a 'highres fix' generation created during ↵Jacob Tyndall
the first sampling before doing the second (img2img) sampling. Makes it possible to use the feature on an 8GB card.
2022-09-23Option to use advanced upscalers with normal img2imgAUTOMATIC
2022-09-23Remove unnecessary duplicationRobin Fernandes
2022-09-22Add option to save before color correction. Add suffix param when saving ↵Robin Fernandes
files, used for special saves without color correction and face restoration.
2022-09-22A big rework, just what you were secretly hoping for!AUTOMATIC
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-21prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC
2022-09-20added --use-textbox-seed option to make long seeds possible from web uiAUTOMATIC
2022-09-20Enable neural network upscalers for highres. fixAUTOMATIC
2022-09-20add extra generation paramsAUTOMATIC
2022-09-19added highres fix featureAUTOMATIC
2022-09-19made 'reuse seed' button give you the seed/subseed of the currently selected ↵AUTOMATIC
picture rather than the first
2022-09-18Merge remote-tracking branch 'origin/master'AUTOMATIC
2022-09-18prevent black screen when seed and variation seed are the same.AUTOMATIC
2022-09-18handle NoneType when subseed is not initialized. Set it to -1 in that caseberkybear
2022-09-18fix many paths in code breaking because Processing constructor changedAUTOMATIC
2022-09-18Add buttons for random and reuse seed.Johan Aires Rastén
Random button sets seed to -1, reuse copies the seed from the last generated image.
2022-09-18make inpaint at full resolution option not discard useful pixels from the imageAUTOMATIC
split masking helper function from processing.py into new masking.py
2022-09-17fixed typos in processing.pySteve Eberhardt
2022-09-17set loopback color corrections on each iterationBrian Drupieski
2022-09-17* Fix process_images where the number of images is not a multiple of ↵Tony Beeman
(batch_size * n_iter), which would cause us to throw an exception. * Add a textbox option to Prompts from file (ease of use and it makes it much easier to use on a mobile device) * Fix the fact that Prompts from file was sometimes passing an empty batch.
2022-09-17add support for switching model checkpoints at runtimeAUTOMATIC
2022-09-16add a bit of a comment about what's being done with tensor noiseAUTOMATIC