Browse Source

Update 'README.md'

main
Anindya Maiti 1 year ago
parent
commit
9cac4ef836
  1. 3
      README.md

3
README.md

@ -11,6 +11,7 @@ Create a VM with a GPU, at least 15GB RAM, and 30GB disk. Connect to SSH, instal
`cd` in to the cloned directory and run:
```
$ cd stable-diffusion-webui
$ nano webui-user.sh
```
Add the following to `COMMANDLINE_ARGS`
@ -21,7 +22,7 @@ and exit nano with `Ctrl+X` saving the changes.
Now we are ready to launch Stable Diffusion with:
```
bash ./webui-user.sh
$ bash ./webui-user.sh
```
You should see a link like `https://xxxxxxxxxxxxxxxx.gradio.live` after the webui finishes launching. Warning, do NOT share the public link, others can abuse you instance and increase your bill.

Loading…
Cancel
Save