diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:48:38 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 06:58:57 +0000 |
commit | 184e23eb89c198b42f351a4d5ff862ee64917619 (patch) | |
tree | 9949eaedfc1a281ab8a2d39a7c7ec2290ca6c85e /html/extra-networks-card.html | |
parent | 6d805b669e86233432f56ee1892d062103abe501 (diff) | |
download | stable-diffusion-webui-gfx803-184e23eb89c198b42f351a4d5ff862ee64917619.tar.gz stable-diffusion-webui-gfx803-184e23eb89c198b42f351a4d5ff862ee64917619.tar.bz2 stable-diffusion-webui-gfx803-184e23eb89c198b42f351a4d5ff862ee64917619.zip |
relocate tool buttons next to generate button
prevent extra network tabs from putting images into wrong prompts
prevent settings leaking into prompt
Diffstat (limited to 'html/extra-networks-card.html')
-rw-r--r-- | html/extra-networks-card.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/extra-networks-card.html b/html/extra-networks-card.html index 7314b063..1bdf1d27 100644 --- a/html/extra-networks-card.html +++ b/html/extra-networks-card.html @@ -1,4 +1,4 @@ -<div class='card' {preview_html} onclick='return cardClicked({prompt}, {allow_negative_prompt})'> +<div class='card' {preview_html} onclick='return cardClicked({tabname}, {prompt}, {allow_negative_prompt})'> <div class='actions'> <div class='additional'> <ul> |