๐ Help me fix the Response Error?
Closed this issue ยท 3 comments
ajithradnus commented
Hi,
Do you know why I'm receiving this response
"error": "Error waiting for image generation: '<' not supported between instances of 'int' and 'str'",
The prompt ran smoothly in the Runpod log, but the output response failed. Can you help me figure out how to fix this?
My Environment variables
best
Radnus
Pseudotools commented
This looks like a small bug where the environment variables COMFY_POLLING_MAX_RETRIES and COMFY_POLLING_INTERVAL_MS have not been converted from string to int. Try removing these environment variables from your template - doing so fixed the issue for me!
Pseudotools commented
Submitted pull request to fix:
#70
ajithradnus commented
Thanks ๐