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 ```