aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* 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
| | | | support copy-pasting new parameters for hires fix
* 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
|
* Restore last generation paramsTrung Ngo2022-10-131-0/+4
|
* add eta noise seed delta optionAUTOMATIC2022-10-101-1/+5
|
* --no-half-vae pt2AUTOMATIC2022-10-101-2/+1
|
* --no-half-vaeAUTOMATIC2022-10-101-2/+9
|
* do not add clip skip to parameters if it's 1 or 0AUTOMATIC2022-10-091-1/+1
|
* Fix issues with CLIP ignore option name changeFampai2022-10-091-2/+2
|
* change up #2056 to make it work how i want it to plus make xy plot write ↵AUTOMATIC2022-10-091-3/+2
| | | | correct values to images
* Sanitize infotext output (for now)William Moorehouse2022-10-091-3/+3
|
* Fix grabbing the model name for infotextWilliam Moorehouse2022-10-091-1/+1
|
* Added extended model details to infotextWilliam Moorehouse2022-10-091-0/+3
|
* additional changes for saving pnginfo for #1803AUTOMATIC2022-10-091-2/+4
|
* remove line breakfrostydad2022-10-091-1/+0
|
* Fix incorrect sampler name in outputfrostydad2022-10-091-1/+8
|
* support loading .yaml config with same name as modelAUTOMATIC2022-10-081-1/+1
| | | | support EMA weights in processing (????)
* chore: Fix typosAidan Holland2022-10-081-1/+1
|