mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Updare README with conda install instructions
This commit is contained in:
parent
fed90189c3
commit
c529532f8b
12
README.md
12
README.md
@ -177,12 +177,16 @@ Edit values to your liking and the next time you launch the program they will be
|
|||||||
Alternatively, here are instructions for installing under Windows 11 WSL2, everything by hand:
|
Alternatively, here are instructions for installing under Windows 11 WSL2, everything by hand:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir automatic1111
|
# install conda (if not already done)
|
||||||
cd automatic1111
|
wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh
|
||||||
|
chmod +x Anaconda3-2022.05-Linux-x86_64.sh
|
||||||
|
./Anaconda3-2022.05-Linux-x86_64.sh
|
||||||
|
|
||||||
|
# Clone webui repo
|
||||||
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
|
||||||
|
|
||||||
|
# Create and activate conda env
|
||||||
conda env create -f environment-wsl2.yaml
|
conda env create -f environment-wsl2.yaml
|
||||||
conda activate automatic
|
conda activate automatic
|
||||||
|
|
||||||
@ -218,10 +222,6 @@ wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pt
|
|||||||
ls model.ckpt
|
ls model.ckpt
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: the directory structure for manual instruction has been changed on 2022-09-09 to match automatic installation: previosuly
|
|
||||||
> webui was in a subdirectory of stable diffusion, now it's the reverse. If you followed manual installation before the
|
|
||||||
> chage, you can still use the program with you existing directory sctructure.
|
|
||||||
|
|
||||||
After that the installation is finished.
|
After that the installation is finished.
|
||||||
|
|
||||||
Run the command to start web ui:
|
Run the command to start web ui:
|
||||||
|
Loading…
Reference in New Issue
Block a user