From e42f3e3fb8bea3f1d1e33264b0457c33d321f783 Mon Sep 17 00:00:00 2001 From: Christopher Williams Date: Sat, 1 Oct 2022 13:53:40 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e94c44..f93e047 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,27 @@ https://huggingface.co/CompVis/stable-diffusion-v-1-4-original copy the file to your stable-diffusion-cpuonly-main directory -### Running the install script +### Windows - Running the install script open a terminal or powershell and cd to your stable-diffusion-cpuonly-main directory and run +``` +.\install_sdco.bat +``` +### Linux - Running the install script +open a terminal or powershell and cd to your stable-diffusion-cpuonly-main directory and run ``` bash -i install_sdco.sh ``` -## Starting Stable-Diffusion-cpuonly +## Windows - Starting Stable-Diffusion-cpuonly + +Run the following command + +``` +.\run_sdco.bat +``` +## Linux - Starting Stable-Diffusion-cpuonly Run the following command