aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-11 18:10:55 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-10-11 18:10:55 +0000
commitd7474a5185df2af84a93a12bc7e140d24e0fc516 (patch)
tree0a9c515d57ee238c2c81ecd8a27274dae8b898d4
parent6a9ea5b41cf92cd9e980349bb5034439f4e7a58b (diff)
downloadstable-diffusion-webui-gfx803-d7474a5185df2af84a93a12bc7e140d24e0fc516.tar.gz
stable-diffusion-webui-gfx803-d7474a5185df2af84a93a12bc7e140d24e0fc516.tar.bz2
stable-diffusion-webui-gfx803-d7474a5185df2af84a93a12bc7e140d24e0fc516.zip
bump gradio to 3.4.1
-rw-r--r--requirements.txt2
-rw-r--r--requirements_versions.txt2
-rw-r--r--style.css11
3 files changed, 13 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 631fe616..a0d985ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ fairscale==0.4.4
fonts
font-roboto
gfpgan
-gradio==3.4b3
+gradio==3.4.1
invisible-watermark
numpy
omegaconf
diff --git a/requirements_versions.txt b/requirements_versions.txt
index fdff2687..2bbea40b 100644
--- a/requirements_versions.txt
+++ b/requirements_versions.txt
@@ -2,7 +2,7 @@ transformers==4.19.2
diffusers==0.3.0
basicsr==1.4.2
gfpgan==1.3.8
-gradio==3.4b3
+gradio==3.4.1
numpy==1.23.3
Pillow==9.2.0
realesrgan==0.3.0
diff --git a/style.css b/style.css
index ecb51bb0..e6fa10b4 100644
--- a/style.css
+++ b/style.css
@@ -240,6 +240,7 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s
#settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{
position: relative;
border: none;
+ margin-right: 8em;
}
.gr-panel div.flex-col div.justify-between label span{
@@ -495,3 +496,13 @@ canvas[key="mask"] {
mix-blend-mode: multiply;
pointer-events: none;
}
+
+
+/* gradio 3.4.1 stuff for editable scrollbar values */
+.gr-box > div > div > input.gr-text-input{
+ position: absolute;
+ right: 0.5em;
+ top: -0.6em;
+ z-index: 200;
+ width: 8em;
+}