mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-02 02:03:14 -05:00
Update versions (#99)
- auto:ca3e5519e8- hlky:1fd28eed1e- lstein:b40bfb5116
This commit is contained in:
@@ -7,12 +7,11 @@ ROOT=/stable-diffusion
|
||||
mkdir -p "${ROOT}/models/ldm/stable-diffusion-v1/"
|
||||
ln -sf /cache/models/model.ckpt "${ROOT}/models/ldm/stable-diffusion-v1/model.ckpt"
|
||||
|
||||
if test -f /cache/models/GFPGANv1.3.pth; then
|
||||
base="${ROOT}/src/gfpgan/experiments/pretrained_models/"
|
||||
mkdir -p "${base}"
|
||||
ln -sf /cache/models/GFPGANv1.3.pth "${base}/GFPGANv1.3.pth"
|
||||
echo "Mounted GFPGANv1.3.pth"
|
||||
fi
|
||||
base="${ROOT}/src/gfpgan/experiments/pretrained_models/"
|
||||
mkdir -p "${base}"
|
||||
# TODO: "real" GFPGANv1.4.pth
|
||||
ln -sf /cache/models/GFPGANv1.3.pth "${base}/GFPGANv1.4.pth"
|
||||
echo "Mounted GFPGANv1.3.pth"
|
||||
|
||||
# facexlib
|
||||
FACEX_WEIGHTS=/opt/conda/lib/python3.9/site-packages/facexlib/weights
|
||||
|
||||
Reference in New Issue
Block a user