From c6f8b0bf5271422848bc441f217c844317b5b316 Mon Sep 17 00:00:00 2001 From: novarobot <88540431+novarobot@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:03:50 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41a607d..bc56266 100644 --- a/README.md +++ b/README.md @@ -112,15 +112,15 @@ mv GFPGANv1.3.pth ./stable-diffusion-cpuonly/src/gfpgan/experiments/pretrained_m ``` ### Linux - Running the install script -open a terminal or powershell and cd to your stable-diffusion-cpuonly-main directory and run ``` -install_sdco.sh +cd stable-diffusion-cpuonly/ +./install_sdco.sh ``` ## Linux - Starting Stable-Diffusion-cpuonly Run the following command -run_sdco.sh +./run_sdco.sh ```