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