Explicit path to GFPGAN model (#91)

Refs #89
This commit is contained in:
AbdBarho
2022-09-23 16:38:50 +02:00
committed by GitHub
parent 556a50f49b
commit 15a61a99d6
2 changed files with 1 additions and 3 deletions

View File

@@ -4,12 +4,10 @@ set -e
declare -A MODELS
MODELS["${WORKDIR}/models/ldm/stable-diffusion-v1/model.ckpt"]=model.ckpt
MODELS["${ROOT}/GFPGANv1.3.pth"]=GFPGANv1.3.pth
MODELS["${WORKDIR}/repositories/latent-diffusion/experiments/pretrained_models/model.chkpt"]=LDSR.ckpt
MODELS["${WORKDIR}/repositories/latent-diffusion/experiments/pretrained_models/project.yaml"]=LDSR.yaml
MODELS_DIR=/cache/models
for path in "${!MODELS[@]}"; do