File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
2828 << : *base_service
2929 profiles : ["auto"]
3030 build : ./services/AUTOMATIC1111
31- image : sd-auto:53
31+ image : sd-auto:54
3232 environment :
3333 - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
3434
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ if [ ! -f /data/config/auto/ui-config.json ]; then
1515 echo ' {}' > /data/config/auto/ui-config.json
1616fi
1717
18+ if [ ! -f /data/config/auto/styles.csv ]; then
19+ touch /data/config/auto/styles.csv
20+ fi
21+
1822declare -A MOUNTS
1923
2024MOUNTS[" /root/.cache" ]=" /data/.cache"
@@ -43,6 +47,7 @@ MOUNTS["${ROOT}/models/ModelScope"]="/data/ModelScope"
4347MOUNTS[" ${ROOT} /embeddings" ]=" /data/embeddings"
4448MOUNTS[" ${ROOT} /config.json" ]=" /data/config/auto/config.json"
4549MOUNTS[" ${ROOT} /ui-config.json" ]=" /data/config/auto/ui-config.json"
50+ MOUNTS[" ${ROOT} /styles.csv" ]=" /data/config/auto/styles.csv"
4651MOUNTS[" ${ROOT} /extensions" ]=" /data/config/auto/extensions"
4752
4853# extra hacks
You can’t perform that action at this time.
0 commit comments