diff options
author | orionaskatu <100234619+orionaskatu@users.noreply.github.com> | 2022-09-08 07:51:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 07:51:33 +0000 |
commit | 9c510011ace92897633b01722594ce35ffac8302 (patch) | |
tree | cb908d583aa1399aaa8f71076cf5fc9220e0d062 /README.md | |
parent | db92896e30d61df7d2bf62033150184e76b664de (diff) | |
download | stable-diffusion-webui-gfx803-9c510011ace92897633b01722594ce35ffac8302.tar.gz stable-diffusion-webui-gfx803-9c510011ace92897633b01722594ce35ffac8302.tar.bz2 stable-diffusion-webui-gfx803-9c510011ace92897633b01722594ce35ffac8302.zip |
update readme for --port option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,6 +98,9 @@ program in collabs. Use `--listen` to make the server listen to network connections. This will allow computers on local newtork
to access the UI, and if you configure port forwarding, also computers on the internet.
+Use `--port xxxx` to make the server listen on a specific port, xxxx being the wanted port. Remember that
+all ports below 1024 needs root/admin rights, for this reason it is advised to use a port above 1024.
+
### Textual Inversion
To make use of pretrained embeddings, create `embeddings` directory (in the same palce as `webui.py`)
and put your embeddings into it. They must be .pt files, each with only one trained embedding,
|