mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #5422 from piEsposito/master
add gradio queueing on ui by default to avoid timeout on client side when share=True
This commit is contained in:
commit
1d01404c56
2
webui.py
2
webui.py
@ -137,7 +137,7 @@ def webui():
|
|||||||
|
|
||||||
shared.demo = modules.ui.create_ui()
|
shared.demo = modules.ui.create_ui()
|
||||||
|
|
||||||
app, local_url, share_url = shared.demo.launch(
|
app, local_url, share_url = shared.demo.queue(default_enabled=False).launch(
|
||||||
share=cmd_opts.share,
|
share=cmd_opts.share,
|
||||||
server_name=server_name,
|
server_name=server_name,
|
||||||
server_port=cmd_opts.port,
|
server_port=cmd_opts.port,
|
||||||
|
Loading…
Reference in New Issue
Block a user