aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/ |/|
* | 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
| * initial prototype by borrowing contractsarcticfaded2022-10-171-1/+1
* | remove dependence on TQDM for sampler progress/interrupt functionalityAUTOMATIC2022-10-181-6/+0
|/
* Only make output dir when creating outputCookieHCl2022-10-161-6/+0
* do not reload embeddings from disk when doing textual inversionAUTOMATIC2022-10-161-2/+3
* add First pass size always regardless of whether it was auto chosen or specifiedAUTOMATIC2022-10-151-1/+1
* bring back scale latent option in settingsAUTOMATIC2022-10-151-4/+4
* Set to -1 when seed input is nonegithublsx2022-10-151-1/+1
* set firstpass w/h to 0 by default and rever to old behavior when any are 0AUTOMATIC2022-10-141-19/+30
* remove scale latent and no-crop options from hires fixAUTOMATIC2022-10-141-37/+27
* Fixed Scale ratio problemBuckzor2022-10-141-14/+11
* Option between stretch and crop for Highres. fixBuckzor2022-10-141-12/+22
* Added first_pass_width and height as adjustable inputs to "High Res Fix"Buckzor2022-10-141-2/+4