File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ mkdir -p /data/config/auto/
66cp -n /docker/config.json /data/config/auto/config.json
77jq ' . * input' /data/config/auto/config.json /docker/config.json | sponge /data/config/auto/config.json
88
9+ if [ ! -f /data/config/auto/ui-config.json ]; then
10+ echo ' {}' > /data/config/auto/ui-config.json
11+ fi
12+
913declare -A MOUNTS
1014
1115MOUNTS[" /root/.cache" ]=" /data/.cache"
@@ -24,6 +28,7 @@ MOUNTS["${ROOT}/models/hypernetworks"]="/data/Hypernetworks"
2428
2529MOUNTS[" ${ROOT} /embeddings" ]=" /data/embeddings"
2630MOUNTS[" ${ROOT} /config.json" ]=" /data/config/auto/config.json"
31+ MOUNTS[" ${ROOT} /ui-config.json" ]=" /data/config/auto/ui-config.json"
2732
2833# extra hacks
2934MOUNTS[" ${ROOT} /repositories/CodeFormer/weights/facelib" ]=" /data/.cache"
You can’t perform that action at this time.
0 commit comments