diff options
author | orionaskatu <100234619+orionaskatu@users.noreply.github.com> | 2022-09-08 08:46:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 08:46:23 +0000 |
commit | cce6f1df4117dc90cb16a07dc1634f0203c6bc0d (patch) | |
tree | 11ecb9b169e6a54bcb79f81e89b82b194249b657 /webui.py | |
parent | 50178b7f5b959e1aac7b39e0ffe2f9393029a112 (diff) | |
download | stable-diffusion-webui-gfx803-cce6f1df4117dc90cb16a07dc1634f0203c6bc0d.tar.gz stable-diffusion-webui-gfx803-cce6f1df4117dc90cb16a07dc1634f0203c6bc0d.tar.bz2 stable-diffusion-webui-gfx803-cce6f1df4117dc90cb16a07dc1634f0203c6bc0d.zip |
fix default
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
|