diff options
author | Bernard Maltais <bmaltais@gmail.com> | 2022-09-09 19:39:16 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-09 21:27:54 +0000 |
commit | 203c8a3badf603cd878077708d8e959f1c055f37 (patch) | |
tree | 66a615bc3a0979f4f79aa47c40f3133fa69b66c9 /README.md | |
parent | 924aa65e2248aec908aa419d8919f5e4ad4a2a65 (diff) | |
download | stable-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.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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
|