Comfy-Org/ComfyUI · error · RuntimeError
Rodin Gen-2.5 submit failed: message={response.message!r}
Error message
Rodin Gen-2.5 submit failed: message={response.message!r} What it means
Error "Rodin Gen-2.5 submit failed: message={response.message!r}" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_rodin.py:601
data=request,
files=files,
content_type="multipart/form-data",
multipart_parser=_rodin_multipart_parser,
)
if not response.uuid or not response.jobs or not response.jobs.subscription_key:
raise RuntimeError(f"Rodin Gen-2.5 submit failed: message={response.message!r}")
return response.uuid, response.jobs.subscription_key
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Check the Rodin Gen-2.5 response message and retry the submission.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_rodin.py:601 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of Comfy-Org/ComfyUI@1c6d8d45b3 (2026-08-14).
Data as JSON: /api/errors/37e2f002a5add562.
Report an issue: GitHub.