aboutsummaryrefslogtreecommitdiffstats
path: root/modules/generation_parameters_copypaste.py
Commit message (Collapse)AuthorAgeFilesLines
* extra networks UIAUTOMATIC2023-01-211-9/+3
| | | | rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
* fix an error that happens when you send an empty image from txt2img to img2imgAUTOMATIC2023-01-151-0/+3
|
* Add script callback for fixing infotext parametersspace-nuko2023-01-121-1/+2
|
* fix broken resolution detection when pasting parameters with old hires fix ↵AUTOMATIC2023-01-091-3/+3
| | | | enabled
* add an option to use old hiresfix width/height behaviorAUTOMATIC2023-01-091-6/+11
| | | | add a visual effect to inactive hires fix elements
* added the option to specify target resolution with possibility of truncating ↵AUTOMATIC2023-01-041-3/+6
| | | | for hires fix; also sampling steps
* fix broken send to extras buttonAUTOMATIC2023-01-031-1/+4
|
* add support for running with gradio 3.9 installedAUTOMATIC2023-01-031-2/+2
|
* make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC2023-01-021-18/+40
| | | | fields
* Hires fix reworkAUTOMATIC2023-01-021-0/+32
|
* Add a lot more elem_id/HTML id, modified some that were duplicates for seed ↵me2023-01-011-1/+1
| | | | section
* more fixes for gradio updateAUTOMATIC2023-01-011-1/+1
|
* Fix commentspace-nuko2022-12-131-1/+1
|
* Correctly restore default hypernetwork strengthspace-nuko2022-12-131-0/+3
|
* Correctly restore hypernetwork from hashspace-nuko2022-12-131-0/+30
|
* Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC11112022-12-101-2/+1
|\ | | | | Add option to avoid sending size between interfaces.
| * Add opt. to avoid sending size between interfaces.timntorres2022-12-051-2/+1
| |
* | add Noise multiplier option to infotextAUTOMATIC2022-12-101-0/+1
|/
* Fix clip skip of 1 not being restored from promptsspace-nuko2022-12-011-0/+4
|
* fix the bug that makes it impossible to send images to other tabsAUTOMATIC2022-11-271-3/+4
|
* rework #5012 to also work for pictures dragged into the prompt and also add ↵AUTOMATIC2022-11-271-0/+1
| | | | Clip skip + ENSD to parameters
* renamed Inpainting strength infotext to Conditional mask weight, made it ↵AUTOMATIC2022-11-191-0/+1
| | | | only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
* add initial version of the extensions tabAUTOMATIC2022-10-311-0/+5
| | | | fix broken Restart Gradio button
* shorten Hypernetwork strength in infotext and omit it when it's the default ↵AUTOMATIC2022-10-301-1/+1
| | | | value.
* 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