Comfy-Org/ComfyUI · error · RuntimeError

Tripo P1 multiview requires at least 2 images (front plus on

Error message

Tripo P1 multiview requires at least 2 images (front plus one of left/back/right).

What it means

Error "Tripo P1 multiview requires at least 2 images (front plus one of left/back/right)." thrown in Comfy-Org/ComfyUI.

Source

Thrown at comfy_api_nodes/nodes_tripo.py:1354

        model_seed: int | None = None,
        auto_size: bool = False,
        export_uv: bool = True,
        compress_geometry: bool = False,
    ) -> IO.NodeOutput:
        views = [image, image_left, image_back, image_right]
        if sum(1 for v in views if v is not None) < 2:
            raise RuntimeError("Tripo P1 multiview requires at least 2 images (front plus one of left/back/right).")

        files: list[TripoFileReference] = []
        for view in views:

View on GitHub (pinned to 1c6d8d45b3)

Solutions

  1. Provide at least 2 images: a front view plus a left, back, or right view.

When it happens

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