diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 20:06:18 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-21 20:06:18 +0000 |
commit | 4a8fe09652b304034708d967c47901312940e852 (patch) | |
tree | 7717b2ef95f344fc3ce525cd4ff7d312b4495b49 | |
parent | e4e0918f58d382b5da400e680d743dcf0e66fd7f (diff) | |
download | stable-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.py | 1 |
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; }
|