runpod-worker-comfy icon indicating copy to clipboard operation
runpod-worker-comfy copied to clipboard

Add support for the network volume

Open TimPietrusky opened this issue 2 years ago • 4 comments

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.

TimPietrusky avatar Oct 11 '23 12:10 TimPietrusky

yes please :)

futureengine-io avatar Oct 13 '23 20:10 futureengine-io

This will propably come next week as we also need this feature!

TimPietrusky avatar Oct 16 '23 08:10 TimPietrusky

is this already implemented?

This will propably come next week as we also need this feature!

ardha27 avatar Nov 16 '23 04:11 ardha27

@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:

  1. Configure the network volume on RunPod and how to prepare it to be used with runpod-worker-comfy
  2. Mount the network volume into the container, so that the network-volume is used instead of the folders in ComfyUI

TimPietrusky avatar Nov 17 '23 16:11 TimPietrusky

: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:

TimPietrusky avatar Jun 04 '24 09:06 TimPietrusky

@kenster4000 @ardha27 support for network-volumes is finally merged!

Thanks to @Meptl for helping out.

TimPietrusky avatar Jun 04 '24 12:06 TimPietrusky