diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-18 06:09:10 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-18 06:09:10 +0000 |
commit | 9f9a2084c7679e6b022f91432ed004701cb09638 (patch) | |
tree | 5d3a2fe4c4add88aa3832ee1bd56cd0046fcd589 /README.md | |
parent | 5e80c286eeae30991f2ff391a81305d1c6a23143 (diff) | |
download | stable-diffusion-webui-gfx803-9f9a2084c7679e6b022f91432ed004701cb09638.tar.gz stable-diffusion-webui-gfx803-9f9a2084c7679e6b022f91432ed004701cb09638.tar.bz2 stable-diffusion-webui-gfx803-9f9a2084c7679e6b022f91432ed004701cb09638.zip |
add info about where to get models to instructions.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,9 +51,9 @@ Alternatively, use [Google Colab](https://colab.research.google.com/drive/1Iy-xW 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 `model.ckpt` in the `models` directory.
-5. _*(Optional)*_ Place `GFPGANv1.3.pth` in the base directory, alongside `webui.py`.
-6. Run `webui-user.bat` from Windows Explorer as normal, non-administrate, user.
+4. Place `model.ckpt` in the `models` directory (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
+5. _*(Optional)*_ Place `GFPGANv1.3.pth` in the base directory, alongside `webui.py` (see [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) for where to get it).
+6. Run `webui-user.bat` from Windows Explorer as normal, non-administrator, user.
### Automatic Installation on Linux
1. Install the dependencies:
|