aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-21 20:06:18 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-01-21 20:06:18 +0000
commit4a8fe09652b304034708d967c47901312940e852 (patch)
tree7717b2ef95f344fc3ce525cd4ff7d312b4495b49
parente4e0918f58d382b5da400e680d743dcf0e66fd7f (diff)
downloadstable-diffusion-webui-gfx803-4a8fe09652b304034708d967c47901312940e852.tar.gz
stable-diffusion-webui-gfx803-4a8fe09652b304034708d967c47901312940e852.tar.bz2
stable-diffusion-webui-gfx803-4a8fe09652b304034708d967c47901312940e852.zip
remove the double loading text
-rw-r--r--modules/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ui.py b/modules/ui.py
index ef7becc6..aa39a713 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -75,6 +75,7 @@ css_hide_progressbar = """
.wrap .m-12::before { content:"Loading..." }
.wrap .z-20 svg { display:none!important; }
.wrap .z-20::before { content:"Loading..." }
+.wrap.cover-bg .z-20::before { content:"" }
.progress-bar { display:none!important; }
.meta-text { display:none!important; }
.meta-text-center { display:none!important; }