Comfy-Org/ComfyUI · error · ValueError

Rodin Gen-2.5 supports at most 5 input images.

Error message

Rodin Gen-2.5 supports at most 5 input images.

What it means

Error "Rodin Gen-2.5 supports at most 5 input images." thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_rodin.py:577

    cls: type[IO.ComfyNode],
    request: Rodin3DGen25Request,
    images: list | None,
) -> tuple[str, str]:
    """Submit a Gen-2.5 generate job; returns (task_uuid, subscription_key)."""

    if images is not None and len(images) > 5:
        raise ValueError("Rodin Gen-2.5 supports at most 5 input images.")

    files = None
    if images:

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Use at most 5 input images.

When it happens

Trigger: Thrown at comfy_api_nodes/nodes_rodin.py:577 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/a1f56734900caf98. Report an issue: GitHub.