From 96d1962c7e54d1ed8f9785574a67f650164ed80a Mon Sep 17 00:00:00 2001 From: novarobot <88540431+novarobot@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:34:16 +0100 Subject: [PATCH] Update README.md Change run info --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc56266..aa8bf4b 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,16 @@ cd stable-diffusion-cpuonly/ Run the following command -./run_sdco.sh +``` +#Go to the installation directory +cd /opt/StableDiffusion/stable-diffusion-cpuonly + +# if you chose this when installing conda, otherwise skip it! +zsh +# if not, the prompt starts with (sdco) +conda activate sdco + +python ./webui.py --no-half ```