mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Fix README.md
This commit is contained in:
parent
17eb6a0481
commit
924aa65e22
@ -179,12 +179,13 @@ Alternatively, here are instructions for installing under WSL2 on windows everyt
|
|||||||
```bash
|
```bash
|
||||||
mkdir automatic1111
|
mkdir automatic1111
|
||||||
cd automatic1111
|
cd automatic1111
|
||||||
conda env create -f environment.yaml
|
|
||||||
conda activate automatic
|
|
||||||
|
|
||||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
|
||||||
cd stable-diffusion-webui
|
cd stable-diffusion-webui
|
||||||
|
|
||||||
|
conda env create -f environment.yaml
|
||||||
|
conda activate automatic
|
||||||
|
|
||||||
# clone repositories for Stable Diffusion and (optionally) CodeFormer
|
# clone repositories for Stable Diffusion and (optionally) CodeFormer
|
||||||
mkdir repositories
|
mkdir repositories
|
||||||
git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion
|
git clone https://github.com/CompVis/stable-diffusion.git repositories/stable-diffusion
|
||||||
|
Loading…
Reference in New Issue
Block a user