Comfy-Org/ComfyUI · error · Exception
MiniMax generation failed: {response.base_resp}
Error message
MiniMax generation failed: {response.base_resp} What it means
Error "MiniMax generation failed: {response.base_resp}" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_minimax.py:82
subject_reference=subject_reference,
prompt_optimizer=None,
),
)
task_id = response.task_id
if not task_id:
raise Exception(f"MiniMax generation failed: {response.base_resp}")
task_result = await poll_op(
cls,View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Check the MiniMax API base_resp payload and adjust the request.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_minimax.py:82 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/7fb7c6e33e87a53f.
Report an issue: GitHub.