Comfy-Org/ComfyUI · error · Exception
No enhanced prompt in the response: {task_result.model_dump(
Error message
No enhanced prompt in the response: {task_result.model_dump()} What it means
Error "No enhanced prompt in the response: {task_result.model_dump()}" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_minimax.py:1230
response_model=Hailuo03TaskQueryResponse,
status_extractor=lambda r: r.task.status,
failed_statuses=HAILUO_03_FAILED_STATUSES,
poll_interval=5,
)
prompt = task_result.task.content.prompt if task_result.task.content else None
if not prompt:
raise Exception(f"No enhanced prompt in the response: {task_result.model_dump()}")
return IO.NodeOutput(prompt)
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Retry the prompt-enhancement task; the response contained no enhanced prompt.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_minimax.py:1230 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/73a828163a81f501.
Report an issue: GitHub.