Commit 2efaeb4 1 parent 56b9422 commit 2efaeb4 Copy full SHA for 2efaeb4
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ services:
28
28
<< : *base_service
29
29
profiles : ["auto"]
30
30
build : ./services/AUTOMATIC1111
31
- image : sd-auto:53
31
+ image : sd-auto:54
32
32
environment :
33
33
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
34
34
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ if [ ! -f /data/config/auto/ui-config.json ]; then
15
15
echo ' {}' > /data/config/auto/ui-config.json
16
16
fi
17
17
18
+ if [ ! -f /data/config/auto/styles.csv ]; then
19
+ touch /data/config/auto/styles.csv
20
+ fi
21
+
18
22
declare -A MOUNTS
19
23
20
24
MOUNTS[" /root/.cache" ]=" /data/.cache"
@@ -43,6 +47,7 @@ MOUNTS["${ROOT}/models/ModelScope"]="/data/ModelScope"
43
47
MOUNTS[" ${ROOT} /embeddings" ]=" /data/embeddings"
44
48
MOUNTS[" ${ROOT} /config.json" ]=" /data/config/auto/config.json"
45
49
MOUNTS[" ${ROOT} /ui-config.json" ]=" /data/config/auto/ui-config.json"
50
+ MOUNTS[" ${ROOT} /styles.csv" ]=" /data/config/auto/styles.csv"
46
51
MOUNTS[" ${ROOT} /extensions" ]=" /data/config/auto/extensions"
47
52
48
53
# extra hacks
You can’t perform that action at this time.
0 commit comments