Python modules missing when pod is starting
When starting a comfy-ui pod after some downtime, I get a lot of messages of the kind
and
Sometimes the UI does not load - and/or there are messages about missing nodes.
When I restart via manager everything works as expected.
What can I do to solve this problem?
Should
possibly be run before every pod startup - and if so, how?
4 Replies
are you using some custom nodes if so you minght need to make sure they dependency is also installed into docker image
Thank you - so far I've just been using the official runpod comfy-ui docker image.
Has anyone maybe done that already?
it would be nice to have an example docker-file that maybe starts from that image and installs some custom node that has python dependencies.
Maybe you can commission it to someone
Try checking github repos on the template I'm sure some of them has like custom nodes installation or just look at comfy ui docs and match where to download them