aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
AgeCommit message (Collapse)Author
2022-10-10--no-half-vae pt2AUTOMATIC
2022-10-10--no-half-vaeAUTOMATIC
2022-10-09do not add clip skip to parameters if it's 1 or 0AUTOMATIC
2022-10-09Fix issues with CLIP ignore option name changeFampai
2022-10-09change up #2056 to make it work how i want it to plus make xy plot write ↵AUTOMATIC
correct values to images
2022-10-09Sanitize infotext output (for now)William Moorehouse
2022-10-09Fix grabbing the model name for infotextWilliam Moorehouse
2022-10-09Added extended model details to infotextWilliam Moorehouse
2022-10-09additional changes for saving pnginfo for #1803AUTOMATIC
2022-10-09remove line breakfrostydad
2022-10-09Fix incorrect sampler name in outputfrostydad
2022-10-08support loading .yaml config with same name as modelAUTOMATIC
support EMA weights in processing (????)
2022-10-08chore: Fix typosAidan Holland
2022-10-08add 'Ignore last layers of CLIP model' option as a parameter to the infotextAUTOMATIC
2022-10-08fix bug where when using prompt composition, hijack_comments generated ↵MrCheeze
before the final AND will be dropped
2022-10-08do not let user choose his own prompt token count limitAUTOMATIC
2022-10-08check specifically for skippedTrung Ngo
2022-10-08Add button to skip the current iterationTrung Ngo
2022-10-08let user choose his own prompt token count limitAUTOMATIC
2022-10-06Added job_timestamp to ProcessedMilly
So `[job_timestamp]` pattern can use in saving image UI.
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