Image is generated successfully, but cant not found for sending back
Hey everyone,
i call my ComfyUI backend and recieve the message in the logs:
But as a overall response i get:
whats happend here? Is this a fault in my workflow? The workflow is working locally fine.
Solution:Jump to solution
I fixed it, there was a Preview Image in the Flow. I removed it and now it works.
3 Replies
Did u mount this runpod to a volume?
that seems to be the issue?
Probably need to inspect ur volume to see if the folder structure is valid
something I like to do is I like to modify my dockerfile into two parts
1) With everything except calling the handler.py (my base image is usually a runpod image so this is possible)
2) a dockerfile that uses #1 as a base image and adds a handler.py + a cmd
this way with #1 u can mount to a gpu pod and call the handler.py manually to make sure is working as expected
also just as a faster sanity check can open up a small gpu pod and attach to ur network volume and confirm the folders are there in ur volume
might be written somewhere else
rather than in volume might be to like ur local docker directory
Yes i mounted it to a runpod volume, but oddly, i can verify with the handler that everything works pretty well, just one worflow throws this error. My structure is like this to choose a workflow and 0,1,2,4 are working, but 3 not. Example.
Then it gets processed the normal way. All workflows except one are sending back the expected image.
Solution
I fixed it, there was a Preview Image in the Flow. I removed it and now it works.