mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-29 15:14:03 -05:00
Update Versions (#45)
* Update Automatic to 1b963c20 * Update hlky to dev branch * Update automatic
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user