Comfy-Org/ComfyUI · error · RuntimeError
Failed to import model: {response_poll}
Error message
Failed to import model: {response_poll} What it means
Error "Failed to import model: {response_poll}" thrown in Comfy-Org/ComfyUI.
Source
Thrown at comfy_api_nodes/nodes_tripo.py:1011
TripoTaskStatus.EXPIRED,
],
status_extractor=lambda x: x.data.status,
progress_extractor=lambda x: x.data.progress,
estimated_duration=10,
)
if response_poll.data.status != TripoTaskStatus.SUCCESS:
raise RuntimeError(f"Failed to import model: {response_poll}")
return IO.NodeOutput(task_id)
View on GitHub (pinned to 1c6d8d45b3)
Solutions
- Check the Tripo import polling response and retry.
When it happens
Trigger: Thrown at comfy_api_nodes/nodes_tripo.py:1011 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/fbebb920c62f6248.
Report an issue: GitHub.