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
nerdylive
nerdylive3d ago
check worker logs / in your endpoint check your logs any errors?
crystal
crystalOP3d ago
yeah, it says a custom node wasn't found, then stops
nerdylive
nerdylive2d ago
Did you follow the instruction to install on network storage
crystal
crystalOP2d ago
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
nerdylive
nerdylive2d ago
Like what's the error actually? Check the comfyui installation if it's ok If not then build your own
crystal
crystalOPthis hour
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
nerdylive
nerdylive23h ago
Maybe because it's not installed? Check your comfyui in serverless if it does load the custom nodes or smth is missing Maybe venv packages not installed, wrong custom node paths Check with active worker, then connect via web terminal

Did you find this page helpful?