Update install_sdco.sh

main
novarobot 3 years ago committed by GitHub
parent bc017d8eb9
commit 01b9ba7001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ pip install -e git+https://github.com/TencentARC/GFPGAN#egg=GFPGAN
pip install -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan pip install -e git+https://github.com/xinntao/Real-ESRGAN#egg=realesrgan
#pip install -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion #pip install -e git+https://github.com/hlky/k-diffusion-sd#egg=k_diffusion
cp sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt #cp sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt
rm sd-v1-4.ckpt #rm sd-v1-4.ckpt
cp GFPGANv1.3.pth src/gfpgan/experiments/pretrained_models/GFPGANv1.3.pth #cp GFPGANv1.3.pth src/gfpgan/experiments/pretrained_models/GFPGANv1.3.pth
rm GFPGANv1.3.pth #rm GFPGANv1.3.pth

Loading…
Cancel
Save