move styles to data folder

This commit is contained in:
gmasil 2023-04-03 15:47:14 +02:00
parent e976a2d48d
commit 49ed90124a
No known key found for this signature in database
GPG key ID: 135FC0B941F3ECC7
3 changed files with 3 additions and 1 deletions

2
data/.gitignore vendored
View file

@ -4,6 +4,8 @@
/config /config
# for all stable diffusion models (main, waifu diffusion, etc..) # for all stable diffusion models (main, waifu diffusion, etc..)
/StableDiffusion /StableDiffusion
# styles
/styles.csv
# others # others
/Codeformer /Codeformer
/GFPGAN /GFPGAN

View file

@ -6,7 +6,7 @@ x-base_service: &base_service
volumes: volumes:
- &v1 ./data:/data - &v1 ./data:/data
- &v2 ./output:/output - &v2 ./output:/output
- &v3 ./styles.csv:/stable-diffusion-webui/styles.csv - &v3 ./data/styles.csv:/stable-diffusion-webui/styles.csv
stop_signal: SIGINT stop_signal: SIGINT
deploy: deploy:
resources: resources: