diff options
author | Bruno Seoane <brunoseoaneamarillo@gmail.com> | 2022-10-23 13:14:14 -0300 |
---|---|---|
committer | Bruno Seoane <brunoseoaneamarillo@gmail.com> | 2022-10-23 13:14:54 -0300 |
commit | e3f0e34cd6de78a17fc22c9a45d28db774256e79 (patch) | |
tree | d1250116e3f7db5f14f06a9d27a49778751df736 /webui.py | |
parent | 4ff852ffb50859f2eae75375cab94dd790a46886 (diff) | |
parent | 6bd6154a92eb05c80d66df661a38f8b70cc13729 (diff) |
Merge branch 'master' of https://github.com/bamarillo/stable-diffusion-webui
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,8 @@ def webui(): inbrowser=cmd_opts.autolaunch,
prevent_thread_lock=True
)
+ # after initial launch, disable --autolaunch for subsequent restarts
+ cmd_opts.autolaunch = False
app.add_middleware(GZipMiddleware, minimum_size=1000)
|