aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorspace-nuko <24979496+space-nuko@users.noreply.github.com>2023-03-28 10:59:12 -0400
committerGitHub <noreply@github.com>2023-03-28 10:59:12 -0400
commit4414d36bf6e4f64cb6eac871c89c2e0daa4c5338 (patch)
treef35f4205328d275427781cdef145ae12014a6ad4 /webui.py
parentc5f9f7c23759f9a74fa2b563451569c8926604ba (diff)
parent955df7751eef11bb7697e2d77f6b8a6226b21e13 (diff)
Merge branch 'master' into img2img-enhance
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webui.py b/webui.py
index 30f3e4a1..b570895f 100644
--- a/webui.py
+++ b/webui.py
@@ -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