aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-02-19 06:11:31 +0000
committerGitHub <noreply@github.com>2023-02-19 06:11:31 +0000
commit9f113a84eb8f829b310bf33f948c7c7b711d1a25 (patch)
tree4dc893901855e4bdda61f54199d02c31cc1effca /README.md
parentc69494673da35b832c746a42e4eb9f5c56b6e2e7 (diff)
parent9691ca5f59d8a126dc6595b9a217b1c2e4e36776 (diff)
downloadstable-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
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index f0dcb104..5a726872 100644
--- a/README.md
+++ b/README.md
@@ -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).