Comfy-Org/ComfyUI · error · RuntimeError

Failed to import model: {response.error}

Error message

Failed to import model: {response.error}

What it means

Error "Failed to import model: {response.error}" thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_tripo.py:992

        response = await sync_op(
            cls,
            endpoint=ApiEndpoint(path="/proxy/tripo/v2/openapi/import", method="POST"),
            response_model=TripoTaskResponse,
            data=TripoImportModelRequest(url=url, format=file_format),
        )
        if response.code != 0:
            raise RuntimeError(f"Failed to import model: {response.error}")

        task_id = response.data.task_id
        response_poll = await poll_op(

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Check the Tripo import error and retry.

When it happens

Trigger: Thrown at comfy_api_nodes/nodes_tripo.py:992 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/c54e4b10bce37f68. Report an issue: GitHub.