Update Versions (#45)

* Update Automatic to 1b963c20

* Update hlky to dev branch

* Update automatic
This commit is contained in:
AbdBarho
2022-09-11 05:25:45 +02:00
committed by GitHub
parent e32a48f42a
commit f76f8d4671
4 changed files with 31 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
declare -A MODELS
MODELS["${WORKDIR}/models/ldm/stable-diffusion-v1/model.ckpt"]=model.ckpt
@@ -17,8 +19,8 @@ for path in "${!MODELS[@]}"; do
done
# force realesrgan cache
rm -rf /opt/conda/lib/python3.7/site-packages/realesrgan/weights
ln -s -T /models /opt/conda/lib/python3.7/site-packages/realesrgan/weights
rm -rf /opt/conda/lib/python3.8/site-packages/realesrgan/weights
ln -s -T /models /opt/conda/lib/python3.8/site-packages/realesrgan/weights
# force facexlib cache
mkdir -p /cache/weights/ ${WORKDIR}/gfpgan/