aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* [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
* 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
* 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
* Added support for RunwayML inpainting modelrandom_thoughtss2022-10-191-2/+32
* Infotext saves more specific hypernet name.timntorres2022-10-191-1/+1
* Merge remote-tracking branch 'origin/api'AUTOMATIC2022-10-191-8/+16
|\
| * example API working with gradioarcticfaded2022-10-171-7/+15