From 3e466b069d08a81d57c79b4a592860d977933dca Mon Sep 17 00:00:00 2001 From: Anindya Maiti Date: Mon, 25 Sep 2023 14:41:11 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db291af..087c388 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,20 @@ 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: ``` -$ bash ./ +$ nano webui-user.sh +``` +Add the following to `COMMANDLINE_ARGS` +``` +--device-id=0 --no-half-vae --xformers --share +``` +and exit nano with `Ctrl+X` saving the changes. +Now we are ready to launch Stable Diffusion with: ``` +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. + ## text2img