Comfy-Org/ComfyUI · error · Exception
Rodin 3D generate requires at least 1 image.
Error message
Rodin 3D generate requires at least 1 image.
What it means
Error "Rodin 3D generate requires at least 1 image." thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_rodin.py:126
material="PBR",
quality_override=18000,
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.")
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Provide at least 1 input image.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_rodin.py:126 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/54eb3789d0fa7daf.
Report an issue: GitHub.