Custom nodes comfyui serverless
Hi guys,
I'm trying to setup a workflow with custom nodes, but keep running into an error:
Generation error: Error: Job failed: "Error queuing workflow: HTTP Error 400: Bad Request"
I set things up according to this guide, and it works fine for workflows without custom nodes - just not ones with it.
https://github.com/blib-la/runpod-worker-comfy?tab=readme-ov-file#adding-custom-nodes
Any help would be appreciated!
GitHub
GitHub - blib-la/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to blib-la/runpod-worker-comfy development by creating an account on GitHub.
7 Replies
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
yeah, it says a custom node wasn't found, then stops
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Yeah, it works fine on network storage when I use pods. The models are loaded on serverless, just not custom nodes
From my understanding the way custom nodes and models load are different since you have to install dependencies with custom nodes
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node ShowText|pysssss does not exist.', 'details': "Node ID '#72'", 'extra_info': {}}
this is the main error, if I remove this one from the workflow then it continues to do this for other custom nodes
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View