diff --git a/services/lstein/mount.sh b/services/lstein/mount.sh index 9cfebd7..45bf13e 100755 --- a/services/lstein/mount.sh +++ b/services/lstein/mount.sh @@ -13,7 +13,7 @@ MOUNTS["${PWD}/ldm/invoke/restoration/codeformer/weights"]=/data/Codeformer # 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}/gfpgan/weights"]=/data/GFPGAN/weights +MOUNTS["${PWD}/gfpgan/weights"]=/data/.cache for to_path in "${!MOUNTS[@]}"; do set -Eeuo pipefail