diff options
author | C43H66N12O12S2 <36072735+C43H66N12O12S2@users.noreply.github.com> | 2022-09-19 16:24:58 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-19 19:49:53 +0000 |
commit | 942acd4e1238ec881f3492798b4cd8eca1d0cf8d (patch) | |
tree | d4774dadeeed70c6c82d5e8bff67386cecb5ef55 /README.md | |
parent | acbe44b835e7c188f10b95c01feefde1a4f50a62 (diff) | |
download | stable-diffusion-webui-gfx803-942acd4e1238ec881f3492798b4cd8eca1d0cf8d.tar.gz stable-diffusion-webui-gfx803-942acd4e1238ec881f3492798b4cd8eca1d0cf8d.tar.bz2 stable-diffusion-webui-gfx803-942acd4e1238ec881f3492798b4cd8eca1d0cf8d.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ Alternatively, use [Google Colab](https://colab.research.google.com/drive/1Iy-xW 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 (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).
+5. _*(Optional)*_ Place `GFPGANv1.4.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
|