diff options
author | Kaleith <aileronaxel@gmail.com> | 2022-09-12 16:50:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 16:50:57 +0000 |
commit | 12e326ae9a6c43940ae51a9b5ce6b009b9c16f18 (patch) | |
tree | a1375e62f27bfa5f9ae2e4acd0e80c7a7887c1fe | |
parent | 917087c5b6ff7e7efadf0f9584defd66c4d899eb (diff) | |
download | stable-diffusion-webui-gfx803-12e326ae9a6c43940ae51a9b5ce6b009b9c16f18.tar.gz stable-diffusion-webui-gfx803-12e326ae9a6c43940ae51a9b5ce6b009b9c16f18.tar.bz2 stable-diffusion-webui-gfx803-12e326ae9a6c43940ae51a9b5ce6b009b9c16f18.zip |
Updated README
- small update to reflect the revised commit for gradio authentication
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ also but the effect will likely be barely noticeable. ### Running online
Use `--share` option to run online. You will get a xxx.app.gradio link. This is the intended way to use the
-program in collabs. You may also use `--gradio-username abc` and `--gradio-password xyz` to set up authentication for said gradio shared instance.
+program in collabs. You may set up authentication for said gradio shared instance with the flag `--gradio-auth username:password`, optionally providing multiple sets of usernames and passwords separated by commas.
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.
|