mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
move styles to data folder
This commit is contained in:
parent
e976a2d48d
commit
49ed90124a
2
data/.gitignore
vendored
2
data/.gitignore
vendored
|
|
@ -4,6 +4,8 @@
|
|||
/config
|
||||
# for all stable diffusion models (main, waifu diffusion, etc..)
|
||||
/StableDiffusion
|
||||
# styles
|
||||
/styles.csv
|
||||
# others
|
||||
/Codeformer
|
||||
/GFPGAN
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ x-base_service: &base_service
|
|||
volumes:
|
||||
- &v1 ./data:/data
|
||||
- &v2 ./output:/output
|
||||
- &v3 ./styles.csv:/stable-diffusion-webui/styles.csv
|
||||
- &v3 ./data/styles.csv:/stable-diffusion-webui/styles.csv
|
||||
stop_signal: SIGINT
|
||||
deploy:
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Reference in a new issue