diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 06:15:36 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-09 06:15:36 +0000 |
commit | 003b60b94e42e21e9213b286b6a51a222db1076a (patch) | |
tree | f3d01347aec0c2fdbc0927a4e3c8a4629f54d165 /style.css | |
parent | 41434ba3cd228fe9fc533e21302fac410f879f31 (diff) | |
download | stable-diffusion-webui-gfx803-003b60b94e42e21e9213b286b6a51a222db1076a.tar.gz stable-diffusion-webui-gfx803-003b60b94e42e21e9213b286b6a51a222db1076a.tar.bz2 stable-diffusion-webui-gfx803-003b60b94e42e21e9213b286b6a51a222db1076a.zip |
add an option to show negative prompt
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ button{ align-self: stretch !important;
}
-#img2img_prompt, #txt2img_prompt{
+#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
padding: 0;
border: none !important;
}
|