aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Read hypernet strength from PNG info.timntorres2022-10-291-0/+1
|
* fix broken ↙ button, fix field paste ignoring most of useful fields for ↵AUTOMATIC2022-10-291-10/+26
| | | | for #3768
* make existing image browser extension not breakAUTOMATIC2022-10-291-5/+14
|
* add needed imports fr new code in copypaste.pyAUTOMATIC2022-10-291-0/+9
|
* create send to buttons in one moduleyfszzx2022-10-271-4/+82
|
* 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