aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-08 11:46:51 +0300
committerGitHub <noreply@github.com>2022-09-08 11:46:51 +0300
commita196c45f15dc088e7162476729cf3bf28b0b3d73 (patch)
treee90b392fefa197780427abbfb2ce0d19ae62b109 /README.md
parent27dfcf69daf10b0c1e9b1844bb630dcc1898af50 (diff)
parentcce6f1df4117dc90cb16a07dc1634f0203c6bc0d (diff)
Merge pull request #146 from orionaskatu/orionaskatu-port-option
--port option for #131
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index eba7597f..92aee158 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,10 @@ 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.
+Defaults to port 7860 if available.
+
### 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,