aboutsummaryrefslogtreecommitdiffstats
path: root/modules/txt2img.py
Commit message (Expand)AuthorAgeFilesLines
* change StableDiffusionProcessing to internally use sampler name instead of sa...AUTOMATIC2022-11-191-1/+2
* Release processing resources after it finishesJairo Correa2022-11-021-0/+2
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-2/+3
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-3/+1
* Merge branch 'ae'AUTOMATIC2022-10-211-3/+7
|\
| * ui fix, re organization of the codeMalumaDev2022-10-161-6/+12
| * Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-151-8/+4
| |\ | |/ |/|
| * fix to tokens lenght, addend embs generator, add new features to edit the emb...MalumaDev2022-10-151-2/+8
| * initMalumaDev2022-10-141-2/+9
* | remove scale latent and no-crop options from hires fixAUTOMATIC2022-10-141-6/+3
* | Option between stretch and crop for Highres. fixBuckzor2022-10-141-3/+4
* | Added first_pass_width and height as adjustable inputs to "High Res Fix"Buckzor2022-10-141-1/+4
|/
* option to not show images in web uiAUTOMATIC2022-10-041-0/+3
* added --disable-console-progressbars to disable progressbars in consoleAUTOMATIC2022-10-021-1/+3
* prevent saving settings with bogus valuesAUTOMATIC2022-09-231-3/+1
* Add option to always log generation infoJohan Aires Rastén2022-09-221-1/+5
* prevent seed extras from having effect when extras checkbox is not checkedAUTOMATIC2022-09-211-1/+2
* do not show denoising strength when highres fix is not enabledAUTOMATIC2022-09-191-2/+2
* added highres fix featureAUTOMATIC2022-09-191-1/+4
* added a second style fieldAUTOMATIC2022-09-141-2/+2
* Fixed prompt_style type hints: int -> strJohannesGaessler2022-09-111-1/+1
* support for prompt stylesAUTOMATIC2022-09-091-1/+2
* added resize seeds and variation seeds featuresAUTOMATIC2022-09-091-1/+5
* More informative progress printingJohannesGaessler2022-09-081-0/+3
* codeformer supportAUTOMATIC2022-09-071-2/+2
* re-integrated tiling option as a UI elementAUTOMATIC2022-09-051-2/+3
* added poor man's inpainting scriptAUTOMATIC2022-09-031-1/+1
* support for scriptsAUTOMATIC2022-09-031-22/+5
* split codebase into multiple files; to anyone this affects negatively: sorryAUTOMATIC2022-09-031-0/+52