Enable ControlNet mounts for AUTOMATIC1111 (#385)

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>
This commit is contained in:
Simon Oelerich 2023-04-04 18:55:14 +02:00 committed by GitHub
parent 063665eae1
commit d2c1e551d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

1
data/.gitignore vendored
View file

@ -20,3 +20,4 @@
/VAE
/embeddings
/Lora
/ControlNet