aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororionaskatu <100234619+orionaskatu@users.noreply.github.com>2022-09-08 07:46:28 +0000
committerGitHub <noreply@github.com>2022-09-08 07:46:28 +0000
commit4f3cebd51d18256aff3c8b6af3cfc21d793e89ee (patch)
treecc9588c65f6040e590a52726fc755aac87092b5d
parent5d087731a53da265e20dfd10b172c6104faf55f1 (diff)
downloadstable-diffusion-webui-gfx803-4f3cebd51d18256aff3c8b6af3cfc21d793e89ee.tar.gz
stable-diffusion-webui-gfx803-4f3cebd51d18256aff3c8b6af3cfc21d793e89ee.tar.bz2
stable-diffusion-webui-gfx803-4f3cebd51d18256aff3c8b6af3cfc21d793e89ee.zip
Add server_port param to webui.py
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index 4f701fad..74c870a2 100644
--- a/webui.py
+++ b/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)
+ demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port)