mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
fix default
This commit is contained in:
parent
50178b7f5b
commit
cce6f1df41
1 changed files with 1 additions and 1 deletions
2
webui.py
2
webui.py
|
|
@ -191,4 +191,4 @@ if __name__ == "__main__":
|
|||
run_pnginfo=run_pnginfo
|
||||
)
|
||||
|
||||
demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port if cmd_opts.port else None)
|
||||
demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue