Upon enabling the ControlNet addon from https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/385 one might want to use the `openpose` preprocessors. Those are downloaded by the addon the first time they are used. Without proper mounts those networks will be downloaded on usage after each container start. This PR enables those mounts to reduce data traffic.
25 lines
345 B
Plaintext
25 lines
345 B
Plaintext
# for all of the stuff downloaded by transformers, pytorch, and others
|
|
/.cache
|
|
# for UIs
|
|
/config
|
|
# for all stable diffusion models (main, waifu diffusion, etc..)
|
|
/StableDiffusion
|
|
# others
|
|
/Codeformer
|
|
/GFPGAN
|
|
/ESRGAN
|
|
/BSRGAN
|
|
/RealESRGAN
|
|
/SwinIR
|
|
/MiDaS
|
|
/BLIP
|
|
/ScuNET
|
|
/LDSR
|
|
/Deepdanbooru
|
|
/Hypernetworks
|
|
/VAE
|
|
/embeddings
|
|
/Lora
|
|
/ControlNet
|
|
/openpose
|