diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-02-19 06:00:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 06:00:48 +0000 |
commit | c69494673da35b832c746a42e4eb9f5c56b6e2e7 (patch) | |
tree | 6ebed4f1de4e03cba58f393d3f4e18f42678d8db /README.md | |
parent | b66b6829aae21adfa73a4e1be3e9633c30f870ef (diff) | |
parent | c4ea16a03f8f9c9a9add4049ce5be1a8060464f5 (diff) | |
download | stable-diffusion-webui-gfx803-c69494673da35b832c746a42e4eb9f5c56b6e2e7.tar.gz stable-diffusion-webui-gfx803-c69494673da35b832c746a42e4eb9f5c56b6e2e7.tar.bz2 stable-diffusion-webui-gfx803-c69494673da35b832c746a42e4eb9f5c56b6e2e7.zip |
Merge pull request #7824 from missionfloyd/download-model
Download model if none are found
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -104,8 +104,7 @@ Alternatively, use online services (like Google Colab): 1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
2. Install [git](https://git-scm.com/download/win).
3. Download the stable-diffusion-webui repository, for example by running `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`.
-4. 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).
-5. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
+4. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
### Automatic Installation on Linux
1. Install the dependencies:
|