Comfy-Org/ComfyUI · error · Exception
When model is MiniMax-Hailuo-02 and resolution is 1080P, dur
Error message
When model is MiniMax-Hailuo-02 and resolution is 1080P, duration is limited to 6 seconds.
What it means
Error "When model is MiniMax-Hailuo-02 and resolution is 1080P, duration is limited to 6 seconds." thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_minimax.py:396
resolution: str = "768P",
model: str = "MiniMax-Hailuo-02",
) -> IO.NodeOutput:
if first_frame_image is None:
validate_string(prompt_text, field_name="prompt_text")
if model == "MiniMax-Hailuo-02" and resolution.upper() == "1080P" and duration != 6:
raise Exception(
"When model is MiniMax-Hailuo-02 and resolution is 1080P, duration is limited to 6 seconds."
)
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Reduce duration to 6 seconds or lower the resolution from 1080P.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_minimax.py:396 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/3aab3a821052b226.
Report an issue: GitHub.