diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-02-19 06:11:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 06:11:31 +0000 |
commit | 9f113a84eb8f829b310bf33f948c7c7b711d1a25 (patch) | |
tree | 4dc893901855e4bdda61f54199d02c31cc1effca | |
parent | c69494673da35b832c746a42e4eb9f5c56b6e2e7 (diff) | |
parent | 9691ca5f59d8a126dc6595b9a217b1c2e4e36776 (diff) | |
download | stable-diffusion-webui-gfx803-9f113a84eb8f829b310bf33f948c7c7b711d1a25.tar.gz stable-diffusion-webui-gfx803-9f113a84eb8f829b310bf33f948c7c7b711d1a25.tar.bz2 stable-diffusion-webui-gfx803-9f113a84eb8f829b310bf33f948c7c7b711d1a25.zip |
Merge pull request #7850 from asdfire1/instructionfix
Fixed missing part in the Linux installation instructions
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ sudo pacman -S wget git python3 ```bash
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
```
-
+3. Place stable diffusion checkpoint (`model.ckpt`) in the `models/Stable-diffusion` directory (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
+4. Run `webui.sh`.
### Installation on Apple Silicon
Find the instructions [here](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Installation-on-Apple-Silicon).
|