mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-07 16:14:18 +01:00
preload models in lstein mount
This commit is contained in:
parent
6a66ff6abb
commit
26bf13d882
|
|
@ -14,6 +14,9 @@ if test -f /cache/models/GFPGANv1.3.pth; then
|
|||
echo "Mounted GFPGANv1.3.pth"
|
||||
fi
|
||||
|
||||
# Preload models. See https://github.com/lstein/stable-diffusion/issues/34
|
||||
python3 scripts/preload_models.py
|
||||
|
||||
# facexlib
|
||||
FACEX_WEIGHTS=/opt/conda/lib/python3.8/site-packages/facexlib/weights
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue