From b42a780fa26f6c7e5e7578ecd92d05108fa81187 Mon Sep 17 00:00:00 2001 From: novarobot <88540431+novarobot@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:14:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 71500c5..d776be9 100644 --- a/README.md +++ b/README.md @@ -40,18 +40,25 @@ https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth copy the file to your stable-diffusion-cpuponly-main directory +### Create a working folder sudo mkdir /opt/StableDiffusion + sudo chmod 777 /opt/StableDiffusion + cd /opt/StableDiffusion install conda (optional but highly recommended) Don't put it on both bash and zsh, just do one installation!!! install conda under zsh (optional) + sudo apt install zsh + copy the default zshrc file (optional) + cp ./stable-diffusion-cpuonly/.zshrc /home/USERNAME + zsh (if you haven't copied the zshrc, create the appropriate one with the menu that appears. If you copied it, the menu will not appear)