51 Commits (8dbe793af53194ff3054bfbc9529a10f961bdbd3)

Author SHA1 Message Date
AUTOMATIC 4697def235 bump gradio to 3.23
fix broken image dragging
3 years ago
AUTOMATIC1111 76bc72116e
Merge pull request #7818 from space-nuko/extension-paste-field-names
Allow extensions to declare paste fields for "Send to X" buttons
3 years ago
AUTOMATIC 58b5b7c2f1 add UniPC options to infotext 3 years ago
AUTOMATIC a742facd95 make PNG info tab work properly with parameter overrides 3 years ago
space-nuko 7df7e4d227 Allow extensions to declare paste fields for "Send to X" buttons 3 years ago
AUTOMATIC ab059b6e48 make the program read Discard penultimate sigma from generation parameters 3 years ago
AUTOMATIC 040ec7a80e make the program read Eta and Eta DDIM from generation parameters 3 years ago
AUTOMATIC 399720dac2 update prompt token counts after using the paste params button 3 years ago
AUTOMATIC 938578e8a9 make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides 3 years ago
AUTOMATIC1111 91c8d0dcfc
Merge pull request #7231 from EllangoK/master
Fixes X/Y/Z Plot parameters not being restored from images
3 years ago
EllangoK 591b68e56c uses autos new regex, checks len of re_param 3 years ago
AUTOMATIC 4aa7f5b5b9 update image parameters regex for #7231 3 years ago
Max Audron 6b3981c068 clean up unused script_path imports 3 years ago
Max Audron 5eee2ac398 add data-dir flag and set all user data directories based on it 3 years ago
EllangoK e57b5f7c55 re_param captures quotes with commas properly
and removes unnecessary regex
3 years ago
AUTOMATIC 40ff6db532 extra networks UI
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
3 years ago
AUTOMATIC 89314e79da fix an error that happens when you send an empty image from txt2img to img2img 3 years ago
space-nuko 6c88eaed4f Add script callback for fixing infotext parameters 3 years ago
AUTOMATIC 3fe9e9e54d fix broken resolution detection when pasting parameters with old hires fix enabled 3 years ago
AUTOMATIC d4fd2418ef add an option to use old hiresfix width/height behavior
add a visual effect to inactive hires fix elements
3 years ago
AUTOMATIC 8149078094 added the option to specify target resolution with possibility of truncating for hires fix; also sampling steps 3 years ago
AUTOMATIC 3e22e29413 fix broken send to extras button 3 years ago
AUTOMATIC c0ee148870 add support for running with gradio 3.9 installed 3 years ago
AUTOMATIC 251ecee694 make "send to" buttons send actual dimension of the sent image rather than fields 3 years ago
AUTOMATIC ef27a18b6b Hires fix rework 3 years ago
me a005fccddd Add a lot more elem_id/HTML id, modified some that were duplicates for seed section 3 years ago
AUTOMATIC b46b97fa29 more fixes for gradio update 3 years ago
space-nuko 5f407ebd61 Fix comment 3 years ago
space-nuko 1fcb959514 Correctly restore default hypernetwork strength 3 years ago
space-nuko 9d5948e5f7 Correctly restore hypernetwork from hash 3 years ago
AUTOMATIC1111 cce306cb67
Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option
Add option to avoid sending size between interfaces.
3 years ago
AUTOMATIC bab91b1279 add Noise multiplier option to infotext 3 years ago
timntorres 7057c72ae3 Add opt. to avoid sending size between interfaces. 3 years ago
space-nuko be2e6de94a Fix clip skip of 1 not being restored from prompts 3 years ago
AUTOMATIC aa12dfada0 fix the bug that makes it impossible to send images to other tabs 3 years ago
AUTOMATIC 506d529d19 rework #5012 to also work for pictures dragged into the prompt and also add Clip skip + ENSD to parameters 3 years ago
AUTOMATIC 0d702930b0 renamed Inpainting strength infotext to Conditional mask weight, made it only appear if using inpainting model, made it possible to read the setting from it using the blue arrow button 3 years ago
AUTOMATIC 910a097ae2 add initial version of the extensions tab
fix broken Restart Gradio button
3 years ago
AUTOMATIC 61836bd544 shorten Hypernetwork strength in infotext and omit it when it's the default value. 3 years ago
timntorres 66d038f6a4 Read hypernet strength from PNG info. 3 years ago
AUTOMATIC 35c45df28b fix broken ↙ button, fix field paste ignoring most of useful fields for for #3768 3 years ago
AUTOMATIC 2922d8144f make existing image browser extension not break 3 years ago
AUTOMATIC 3c207ca684 add needed imports fr new code in copypaste.py 3 years ago
yfszzx 4a4647e0df create send to buttons in one module 3 years ago
AUTOMATIC df57064093 do not load aesthetic clip model until it's needed
add refresh button for aesthetic embeddings
add aesthetic params to images' infotext
3 years ago
Mackerel b748b583c0 generation_parameters_copypaste.py: fix indent 3 years ago
Vladimir Repin 46122c4ff6 Send empty prompts as valid generation parameter 3 years ago
AUTOMATIC fde7fefa2e update #2336 to prevent reading params.txt when --hide-ui-dir-config option is enabled (for servers, since this will let some users access others' params) 3 years ago
Trung Ngo e72adc999b Restore last generation params 3 years ago
AUTOMATIC 600cc0342d added support for setting hires fix from pasted prompts
added more robust detection of last line with parameters for pasted prompts
3 years ago