mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-07 01:32:49 -08:00
set default to avoid breaking stuff
This commit is contained in:
parent
12ade469c8
commit
fcf372e5d0
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
|
@ -137,7 +137,7 @@ def webui():
|
|||
|
||||
shared.demo = modules.ui.create_ui()
|
||||
|
||||
app, local_url, share_url = shared.demo.queue().launch(
|
||||
app, local_url, share_url = shared.demo.queue(default_enabled=False).launch(
|
||||
share=cmd_opts.share,
|
||||
server_name=server_name,
|
||||
server_port=cmd_opts.port,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue