diff options
author | asdfire1 <45483619+asdfire1@users.noreply.github.com> | 2023-02-16 10:59:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 10:59:14 +0000 |
commit | 9691ca5f59d8a126dc6595b9a217b1c2e4e36776 (patch) | |
tree | 668e64949c03bee8337b51e7c2765f4e8806efff /README.md | |
parent | 3715ece0adce7bf7c5e9c5ab3710b2fdc3848f39 (diff) | |
download | stable-diffusion-webui-gfx803-9691ca5f59d8a126dc6595b9a217b1c2e4e36776.tar.gz stable-diffusion-webui-gfx803-9691ca5f59d8a126dc6595b9a217b1c2e4e36776.tar.bz2 stable-diffusion-webui-gfx803-9691ca5f59d8a126dc6595b9a217b1c2e4e36776.zip |
Fixed the Linux installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -121,7 +121,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).
|