You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to get this working . When i start a runpod pod and open my comfy ui on port 8188 it works fine , i can generate my images fine
But when i use the serverless endpoint with the same workflow json , i get an error 2024-11-19 14:00:45.074 [c7msa02ut39p9w] [info] invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node FaceDetailer does not exist.',
It seems like the custom nodes are not being recognized in the serverless endpoint even though i have the snapshot.json in the /runpod-volume (/workspace) directory
If i try a request with no custom nodes on the runpod serverless endpoint , it works fine.
The text was updated successfully, but these errors were encountered:
TimPietrusky
changed the title
custom node not working
custom nodes from snapshot in network-volume are not restored
Nov 19, 2024
The new method that I added here does only work when you build your own Docker image. It will not install custom nodes from a snapshot.json that is part of a network volume.
But I see that this is a nice feature idea.
I usually try to avoid having any actions happening at execution time, where you install something if a request to the serverless endpoint is coming in. BUT if we would install these changes on the network-volume, then this would also work.
TimPietrusky
changed the title
custom nodes from snapshot in network-volume are not restored
custom nodes from snapshot.json in network-volume are not restored
Nov 19, 2024
Originally posted by @A-BMT02 in #30 (comment)
I can't seem to get this working . When i start a runpod pod and open my comfy ui on port 8188 it works fine , i can generate my images fine
But when i use the serverless endpoint with the same workflow json , i get an error
2024-11-19 14:00:45.074 [c7msa02ut39p9w] [info] invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node FaceDetailer does not exist.',
It seems like the custom nodes are not being recognized in the serverless endpoint even though i have the snapshot.json in the /runpod-volume (/workspace) directory
If i try a request with no custom nodes on the runpod serverless endpoint , it works fine.
The text was updated successfully, but these errors were encountered: