Supports directory mounts for model types provided by extensions #380
KagurazakaNyaa
started this conversation in
Ideas
Replies: 2 comments
-
This works elegantly for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe we can make it compatible with other types of webui by creating a directory alias under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Some extensions will create other model directories under the model directory, such as Deforum(#255) and dreambooth(https://github.com/d8ahazard/sd_dreambooth_extension/blob/main/dreambooth/shared.py#L306)
In order to support the persistence of these models, we have to manually mount them in
data/config/auto/startup.sh
, and it is easy to miss the model types of newly installed extensions in the future.So why don't we just persist the entire
models
directory to/data/models
to solve this problem?like this
https://github.com/KagurazakaNyaa/stable-diffusion-webui-docker/commit/5d9f3daa1ff48685ac8b6e6823f8921d5607f482
Beta Was this translation helpful? Give feedback.
All reactions