diff options
author | orionaskatu <100234619+orionaskatu@users.noreply.github.com> | 2022-09-08 08:43:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-08 08:43:12 +0000 |
commit | 50178b7f5b959e1aac7b39e0ffe2f9393029a112 (patch) | |
tree | e65c585a56d43019f8347bcc53542db5e879bfc3 /README.md | |
parent | 567c1fbc1c0be1a922ba8aee6ec20c99fa5bf363 (diff) | |
download | stable-diffusion-webui-gfx803-50178b7f5b959e1aac7b39e0ffe2f9393029a112.tar.gz stable-diffusion-webui-gfx803-50178b7f5b959e1aac7b39e0ffe2f9393029a112.tar.bz2 stable-diffusion-webui-gfx803-50178b7f5b959e1aac7b39e0ffe2f9393029a112.zip |
Port defaults to 7860
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ to access the UI, and if you configure port forwarding, also computers on the in 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`)
|