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
|
/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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue