ComfyUI workflow works on pod, fails on serverless
I'm using a pod and a serverless endpoint, both mounting the same network volume.
When I run my workflow via the pod/web UI, it works fine. When I run the same workflow via the serverless endpoint, I get the error: "Cannot execute because node UnetLoaderGGUF does not exist".
Using Jupyter on my pod, I can see that I have ComfyUI-GGUF located at /workspace/runpod-slim/ComfyUI/custom_nodes. This feels like the serverless container is maybe expecting custom nodes to be located somewhere else?
Has anyone run into this and knows how to resolve?
When I run my workflow via the pod/web UI, it works fine. When I run the same workflow via the serverless endpoint, I get the error: "Cannot execute because node UnetLoaderGGUF does not exist".
Using Jupyter on my pod, I can see that I have ComfyUI-GGUF located at /workspace/runpod-slim/ComfyUI/custom_nodes. This feels like the serverless container is maybe expecting custom nodes to be located somewhere else?
Has anyone run into this and knows how to resolve?