diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-27 05:18:28 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-27 05:18:28 +0000 |
commit | 5cf3822e463393e6ba1eab0b5647174f754886b9 (patch) | |
tree | da13045b05002720a4d15d7a49413bcf8bf2fc20 /webui.py | |
parent | c7daba71dede92cc4ab219bc648776f6f7057f21 (diff) | |
download | stable-diffusion-webui-gfx803-5cf3822e463393e6ba1eab0b5647174f754886b9.tar.gz stable-diffusion-webui-gfx803-5cf3822e463393e6ba1eab0b5647174f754886b9.tar.bz2 stable-diffusion-webui-gfx803-5cf3822e463393e6ba1eab0b5647174f754886b9.zip |
Revert "Merge pull request #8651 from vladmandic/flicker"
This reverts commit 84026821188ccf81b91c9c854a18f9852b90b13f, reversing
changes made to e8bbc344c3309c70f7f5abeb34b90f14bd0cfa51.
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -265,9 +265,6 @@ def webui(): inbrowser=cmd_opts.autolaunch,
prevent_thread_lock=True
)
- for dep in shared.demo.dependencies:
- dep['show_progress'] = False # disable gradio css animation on component update
-
# after initial launch, disable --autolaunch for subsequent restarts
cmd_opts.autolaunch = False
|