diff options
author | Bernard Maltais <bmaltais@gmail.com> | 2022-09-09 19:37:15 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-09 21:27:54 +0000 |
commit | 924aa65e2248aec908aa419d8919f5e4ad4a2a65 (patch) | |
tree | f874ac953f331ef18d518f108c0f997cf2fa64cf /README.md | |
parent | 17eb6a04816fb0b9b40d1ec60bc8da4315fdd1bc (diff) | |
download | stable-diffusion-webui-gfx803-924aa65e2248aec908aa419d8919f5e4ad4a2a65.tar.gz stable-diffusion-webui-gfx803-924aa65e2248aec908aa419d8919f5e4ad4a2a65.tar.bz2 stable-diffusion-webui-gfx803-924aa65e2248aec908aa419d8919f5e4ad4a2a65.zip |
Fix README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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
|