aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
Commit message (Collapse)AuthorAgeFilesLines
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-2/+16
| | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext
* generation_parameters_copypaste.py: fix indentMackerel2022-10-191-2/+2
|
* Send empty prompts as valid generation parameterVladimir Repin2022-10-191-3/+0
|
* update #2336 to prevent reading params.txt when --hide-ui-dir-config option ↵AUTOMATIC2022-10-131-1/+2
| | | | is enabled (for servers, since this will let some users access others' params)
* Restore last generation paramsTrung Ngo2022-10-131-0/+8
|
* added support for setting hires fix from pasted promptsAUTOMATIC2022-09-251-15/+19
| | | | added more robust detection of last line with parameters for pasted prompts
* add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC2022-09-231-0/+88
tabs fixed some [send to..] buttons to work properly with all tabs