From 203c8a3badf603cd878077708d8e959f1c055f37 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Fri, 9 Sep 2022 15:39:16 -0400 Subject: [PATCH] Automate GFPGAN download --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd5a61847..2f3459446 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