Commit 924aa65e authored by Bernard Maltais's avatar Bernard Maltais Committed by AUTOMATIC1111

Fix README.md

parent 17eb6a04
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment