aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Expand)AuthorAgeFilesLines
* Make VAE step sequential to prevent VRAM spikesklimaleksus2022-11-281-2/+2
* fix for broken sampler selection in img2img and xy plot #4860 #4909AUTOMATIC2022-11-271-1/+1
* Merge pull request #4120 from aliencaocao/enable-override-hypernetAUTOMATIC11112022-11-201-2/+4
|\
| * Merge branch 'master' into enable-override-hypernetBilly Cao2022-11-061-23/+40
| |\
| * | Resolve conflictBilly Cao2022-11-061-2/+2
| * | Enable override_settings to take effect for hypernetworksBilly Cao2022-11-011-2/+4
* | | prevent StableDiffusionProcessingImg2Img changing image_mask field as an alte...AUTOMATIC2022-11-191-17/+16
* | | make it possible for StableDiffusionProcessing to accept multiple different n...AUTOMATIC2022-11-191-22/+24
* | | Merge pull request #4778 from leppie/fix_unbounded_prompt_growthAUTOMATIC11112022-11-191-0/+5
|\ \ \
| * | | Fix unbounded prompt growth scripts that loopLlewellyn Pritchard2022-11-161-0/+5
| | |/ | |/|
* | | renamed Inpainting strength infotext to Conditional mask weight, made it only...AUTOMATIC2022-11-191-1/+8
* | | Merge pull request #4679 from Eugenii10/inpaint-strength-to-infotextAUTOMATIC11112022-11-191-0/+1
|\ \ \
| * | | Fix retrieving value for 'x/y plot' script.KEV2022-11-141-1/+1
| * | | Add 'Inpainting strength' to the 'generation_params' dictionary of 'infotext'...KEV2022-11-131-0/+1
| |/ /
* / / change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-17/+12
|/ /
* | change process_one virtual function for script to process_batch, add extra ar...AUTOMATIC2022-11-041-1/+1
* | Merge pull request #4182 from macrosoft/process_oneAUTOMATIC11112022-11-041-0/+3
|\ \
| * | add number of itterArtem Zagidulin2022-11-021-1/+1
| * | process_oneArtem Zagidulin2022-11-021-0/+3
* | | bugfix: save image for hires fix BEFORE upscaling latent spaceAUTOMATIC2022-11-041-4/+4
* | | move option access checking to options class out of various places scattered ...AUTOMATIC2022-11-041-2/+2
* | | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-11-031-6/+24
|\| |
| * | do not unnecessarily run VAE one more time when saving intermediate image wit...AUTOMATIC2022-11-021-19/+20
| * | Allow saving "before-highres-fix. (#4150)timntorres2022-11-021-2/+15
| * | Release processing resources after it finishesJairo Correa2022-11-021-3/+4
| |/
| * Unload sd_model before loading the otherJairo Correa2022-11-011-0/+3
* | Replaced master branch fix with updated fix.random_thoughtss2022-10-301-2/+0
* | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-301-3/+12
|\|
| * shorten Hypernetwork strength in infotext and omit it when it's the default v...AUTOMATIC2022-10-301-1/+1
| * Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-infoAUTOMATIC11112022-10-301-0/+1
| |\
| | * Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into 3825-save-hypern...timntorres2022-10-291-3/+9
| | |\
| | * | Revert "Explicitly state when Hypernet is none."timntorres2022-10-291-1/+1
| | * | Merge branch 'AUTOMATIC1111:master' into 3825-save-hypernet-strength-to-infotimntorres2022-10-291-51/+76
| | |\ \
| | * | | Explicitly state when Hypernet is none.timntorres2022-10-281-1/+1
| | * | | Add strength to textinfo.timntorres2022-10-281-0/+1
| * | | | fix broken hires fixAUTOMATIC2022-10-301-5/+2
| | |_|/ | |/| |
| * | | add postprocess call for scriptsAUTOMATIC2022-10-291-3/+9
| | |/ | |/|
* | | Re-add explicit device moverandom_thoughtss2022-10-291-0/+1
* | | Added image conditioning to latent upscale.random_thoughtss2022-10-291-18/+11
* | | Fix latent upscale highres fix #3888random_thoughtss2022-10-291-5/+7
|/ /
* | Highres fix works with unmasked latent.random_thoughtss2022-10-271-58/+76
* | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-271-5/+20
|\|
| * add override_settings to API as an alternative to #3629AUTOMATIC2022-10-261-5/+20
* | Switch to a continous blend for cond. image.random_thoughtss2022-10-251-3/+6
* | Added conditioning image masking to xy_grid.random_thoughtss2022-10-251-1/+1
* | Added option to use unmasked conditioning image.random_thoughtss2022-10-251-1/+5
|/
* fix #3517 breaking txt2imgAUTOMATIC2022-10-241-14/+19
* fix whitespacesVladimir Repin2022-10-241-1/+1
* Save properly processed image before color correctionVladimir Repin2022-10-241-15/+18
* non-implemented mask with any typeStephen2022-10-231-1/+1