aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into enable-override-hypernetBilly Cao2022-11-061-23/+40
|\
| * change process_one virtual function for script to process_batch, add extra ↵AUTOMATIC2022-11-041-1/+1
| | | | | | | | args and docs
| * Merge pull request #4182 from macrosoft/process_oneAUTOMATIC11112022-11-041-0/+3
| |\ | | | | | | Process one
| | * 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
| | | | | | | | | | | | through code
| * | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-11-031-6/+24
| |\|
| | * do not unnecessarily run VAE one more time when saving intermediate image ↵AUTOMATIC2022-11-021-19/+20
| | | | | | | | | | | | with hires fix
| | * Allow saving "before-highres-fix. (#4150)timntorres2022-11-021-2/+15
| | | | | | | | | * Save image/s before doing highres fix.
| | * Release processing resources after it finishesJairo Correa2022-11-021-3/+4
| | |
| * | Replaced master branch fix with updated fix.random_thoughtss2022-10-301-2/+0
| | |
| * | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-301-3/+12
| |\ \
| * | | Re-add explicit device moverandom_thoughtss2022-10-291-0/+1
| | | |
| * | | Added image conditioning to latent upscale.random_thoughtss2022-10-291-18/+11
| | | | | | | | | | | | | | | | | | | | Only comuted if the mask weight is not 1.0 to avoid extra memory. Also includes some code cleanup.
| * | | Fix latent upscale highres fix #3888random_thoughtss2022-10-291-5/+7
| | | |
* | | | Resolve conflictBilly Cao2022-11-061-2/+2
| | | |
* | | | Enable override_settings to take effect for hypernetworksBilly Cao2022-11-011-2/+4
| |_|/ |/| |
* | | Unload sd_model before loading the otherJairo Correa2022-11-011-0/+3
| |/ |/|
* | shorten Hypernetwork strength in infotext and omit it when it's the default ↵AUTOMATIC2022-10-301-1/+1
| | | | | | | | value.
* | Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-infoAUTOMATIC11112022-10-301-0/+1
|\ \ | | | | | | Save Hypernetwork strength to infotext.
| * \ Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into ↵timntorres2022-10-291-3/+9
| |\ \ | | | | | | | | | | | | 3825-save-hypernet-strength-to-info
| * | | 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
| |/ |/|
* | Highres fix works with unmasked latent.random_thoughtss2022-10-271-58/+76
| | | | | | | | Also refactor the mask creation to make it more accesible.
* | 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
| | | | | | | | Use `True` and `False` to select values.
* | 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
|
* [API][Feature] - Add img2img API endpointStephen2022-10-231-1/+1
|
* fix for img2img color correction in a batch #3218AUTOMATIC2022-10-221-2/+4
|
* record First pass size as 0x0 for #3328AUTOMATIC2022-10-221-1/+2
|
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-13/+22
| | | | added support for extensions
* Refer to Hypernet's name, sensibly, by its name variable.timntorres2022-10-211-1/+1
|
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-2/+2
| | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext
* Fix Hypernet infotext string split bug for PR #3283AUTOMATIC2022-10-211-1/+1
|
* updated readme and some small stylistic changes to codeAUTOMATIC2022-10-211-8/+6
|
* Made dummy latents smaller. Minor code cleanupsrandom_thoughtss2022-10-201-3/+4
|
* Fixed non-square highres fix generationrandom_thoughtss2022-10-201-3/+6
|
* Don't compute latent mask if were not using it. Also added support for fixed ↵random_thoughtss2022-10-191-27/+45
| | | | highres_fix generation.
* Added support for RunwayML inpainting modelrandom_thoughtss2022-10-191-2/+32
|