v1.5 Inpainting (#221)

Also remove v1.4

Closes #217
This commit is contained in:
AbdBarho
2022-11-13 08:42:27 +01:00
committed by GitHub
parent 9b6750b2f6
commit 8623c73741
6 changed files with 19 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ MOUNTS["${PWD}/configs/models.yaml"]=/docker/models.yaml
# hacks
MOUNTS["/opt/conda/lib/python3.9/site-packages/facexlib/weights"]=/data/.cache
MOUNTS["/opt/conda/lib/python3.9/site-packages/realesrgan/weights"]=/data/RealESRGAN
MOUNTS["${PWD}/src/realesrgan/weights"]=/data/RealESRGAN
MOUNTS["${PWD}/gfpgan/weights"]=/data/.cache
for to_path in "${!MOUNTS[@]}"; do