Comfy-Org/ComfyUI · error · Exception

Rodin 3D generate requires up to 5 image.

Error message

Rodin 3D generate requires up to 5 image.

What it means

Error "Rodin 3D generate requires up to 5 image." thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_rodin.py:128

    tier="Regular",
    mesh_mode="Quad",
    ta_pose: bool = False,
):
    if images is None:
        raise Exception("Rodin 3D generate requires at least 1 image.")
    if len(images) > 5:
        raise Exception("Rodin 3D generate requires up to 5 image.")

    response = await sync_op(
        cls,

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:128 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/4f71f818d2baa3e3. Report an issue: GitHub.