mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-15 14:55:15 -05:00
The ControlNet addon [sd-webui-controlnet](https://github.com/Mikubill/sd-webui-controlnet) requires the `data/ControlNet` folder to be mounted into `models/ControlNet`. This PR enables said mount and adds the ControlNet folder to `.gitignore` file. --------- Co-authored-by: AbdBarho <ka70911@gmail.com>
24 lines
335 B
Plaintext
24 lines
335 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
|