runpod-worker-comfy
runpod-worker-comfy copied to clipboard
Add support for the network volume
In order to let the user add custom things (like models / LoRA / nodes) into Comfy without changing the actual docker image, we could leverage a network volume.
yes please :)
This will propably come next week as we also need this feature!
is this already implemented?
This will propably come next week as we also need this feature!
@ardha27 sadly, we had a change in plans and couldn't implement it yet. But we want to do this, we just can't promise a deadline.
Overall, this feature is not very complicated, it's mostly split into to parts:
- Configure the network volume on RunPod and how to prepare it to be used with runpod-worker-comfy
- Mount the network volume into the container, so that the network-volume is used instead of the folders in ComfyUI
:tada: This issue has been resolved in version 2.2.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
@kenster4000 @ardha27 support for network-volumes is finally merged!
Thanks to @Meptl for helping out.