aboutsummaryrefslogtreecommitdiff
path: root/modules/generation_parameters_copypaste.py
AgeCommit message (Collapse)Author
2023-01-04added the option to specify target resolution with possibility of truncating ↵AUTOMATIC
for hires fix; also sampling steps
2023-01-03fix broken send to extras buttonAUTOMATIC
2023-01-03add support for running with gradio 3.9 installedAUTOMATIC
2023-01-02make "send to" buttons send actual dimension of the sent image rather than ↵AUTOMATIC
fields
2023-01-02Hires fix reworkAUTOMATIC
2023-01-01Add a lot more elem_id/HTML id, modified some that were duplicates for seed ↵me
section
2023-01-01more fixes for gradio updateAUTOMATIC
2022-12-13Fix commentspace-nuko
2022-12-13Correctly restore default hypernetwork strengthspace-nuko
2022-12-13Correctly restore hypernetwork from hashspace-nuko
2022-12-10Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-optionAUTOMATIC1111
Add option to avoid sending size between interfaces.
2022-12-10add Noise multiplier option to infotextAUTOMATIC
2022-12-05Add opt. to avoid sending size between interfaces.timntorres
2022-12-01Fix clip skip of 1 not being restored from promptsspace-nuko
2022-11-27fix the bug that makes it impossible to send images to other tabsAUTOMATIC
2022-11-27rework #5012 to also work for pictures dragged into the prompt and also add ↵AUTOMATIC
Clip skip + ENSD to parameters
2022-11-19renamed Inpainting strength infotext to Conditional mask weight, made it ↵AUTOMATIC
only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button
2022-10-31add initial version of the extensions tabAUTOMATIC
fix broken Restart Gradio button
2022-10-30shorten Hypernetwork strength in infotext and omit it when it's the default ↵AUTOMATIC
value.
2022-10-29Read hypernet strength from PNG info.timntorres
2022-10-29fix broken ↙ button, fix field paste ignoring most of useful fields for ↵AUTOMATIC
for #3768
2022-10-29make existing image browser extension not breakAUTOMATIC
2022-10-29add needed imports fr new code in copypaste.pyAUTOMATIC
2022-10-27create send to buttons in one moduleyfszzx
2022-10-21do not load aesthetic clip model until it's neededAUTOMATIC
add refresh button for aesthetic embeddings add aesthetic params to images' infotext
2022-10-19generation_parameters_copypaste.py: fix indentMackerel
2022-10-19Send empty prompts as valid generation parameterVladimir Repin
2022-10-13update #2336 to prevent reading params.txt when --hide-ui-dir-config option ↵AUTOMATIC
is enabled (for servers, since this will let some users access others' params)
2022-10-13Restore last generation paramsTrung Ngo
2022-09-25added support for setting hires fix from pasted promptsAUTOMATIC
added more robust detection of last line with parameters for pasted prompts
2022-09-23add the bitton to paste parameters into UI for txt2img, img2img, and pnginfo ↵AUTOMATIC
tabs fixed some [send to..] buttons to work properly with all tabs