From 924aa65e2248aec908aa419d8919f5e4ad4a2a65 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Fri, 9 Sep 2022 15:37:15 -0400 Subject: [PATCH] Fix README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5cce055..dd5a6184 100644 --- a/README.md +++ b/README.md @@ -179,12 +179,13 @@ Alternatively, here are instructions for installing under WSL2 on windows everyt ```bash mkdir automatic1111 cd automatic1111 -conda env create -f environment.yaml -conda activate automatic git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git cd stable-diffusion-webui +conda env create -f environment.yaml +conda activate automatic + # clone repositories for Stable Diffusion and (optionally) CodeFormer mkdir repositories git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion