Creating a pod by extending another pod
The existing Comfy pod is very basic, so each time I need to run my huge flows I would either have to reinstall all required custom nodes from scratch, or install them once and pay for disk storage. Would it be instead possible to create a new pod after I install all my required nodes, so I just deploy my pod with all required dependencies later?
3 Replies
You can't create an image from a pod, either use network storage or create a custom docker image.
yep either use those and put your files in them
i guess its better to use network storage for this
because nodes can be big + the dependencies
And network storage isn't expensive