aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBernard Maltais <bmaltais@gmail.com>2022-09-09 19:39:16 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-09-09 21:27:54 +0000
commit203c8a3badf603cd878077708d8e959f1c055f37 (patch)
tree66a615bc3a0979f4f79aa47c40f3133fa69b66c9 /README.md
parent924aa65e2248aec908aa419d8919f5e4ad4a2a65 (diff)
downloadstable-diffusion-webui-gfx803-203c8a3badf603cd878077708d8e959f1c055f37.tar.gz
stable-diffusion-webui-gfx803-203c8a3badf603cd878077708d8e959f1c055f37.tar.bz2
stable-diffusion-webui-gfx803-203c8a3badf603cd878077708d8e959f1c055f37.zip
Automate GFPGAN download
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index dd5a6184..2f345944 100644
--- a/README.md
+++ b/README.md
@@ -210,13 +210,12 @@ pip install -r ./requirements.txt --prefer-binary
# update numpy to latest version
pip install -U numpy --prefer-binary
+# (optional) install requirements for GFPGAN (upscaling)
+wget https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth
+
# (outside of command line) put stable diffusion model into web ui directory
# the command below must output something like: 1 File(s) 4,265,380,512 bytes
ls model.ckpt
-
-# (outside of command line) put the GFPGAN model into web ui directory
-# the command below must output something like: 1 File(s) 348,632,874 bytes
-ls GFPGANv1.3.pth
```
> Note: the directory structure for manual instruction has been changed on 2022-09-09 to match automatic installation: previosuly