Separate Storage Location for Models and Outputs #78
maas-gross
started this conversation in
General
Replies: 1 comment 1 reply
-
Of course! I share one set of models across Linux and Windows, so mounting is quite usual for me. Here's an example: - "./app:/root"
- "./inputs:/root/ComfyUI/input"
- "./outputs:/root/ComfyUI/output"
- "./models:/root/ComfyUI/models"
- "./hfhub:/root/.cache/huggingface/hub"
- "./torchhub:/root/.cache/torch/hub" The last 3 lines are for models. Many custom nodes use Some custom nodes will try to download models to their folder under Note that the ComfyUI ecosystem prioritizes rapid implementation over polished design. The container-style separation of program/config/data is impractical here. So I just pick these folders out and leave everything else as a bundle. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all: Thank you a lot for making your builds available.
I want to mount different mount points to the container for model, output and config storage. Is that possible somehow?
Everything seems to be mounted at root in the cu124-slim:
Can I separate it somehow, like:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions