> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TripoImageToMultiviewNode - ComfyUI Built-in Node Documentation

> Generates front, left, back and right views of the subject from a single input image using the Tripo API.

Generates front, left, back and right views of the subject from a single input image using the Tripo API. The image is uploaded, a multiview generation task is started and polled until it completes, and the four resulting views are returned together with the task ID. This is a paid task billed at approximately 0.10 USD.

## Inputs

| Parameter | Description                                                                                                                                                            | Data Type | Required | Range        |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------ |
| `image`   | The source image of the subject from which Tripo generates the front, left, back and right views. Only one image is used for the request, even if a batch is supplied. | IMAGE     | Yes      | Single image |

Note: The node calls Tripo's cloud API and waits for the generation task to finish. A typical task takes around 25 seconds. Authentication is handled automatically through the node's hidden inputs, so no Tripo API key needs to be provided in the workflow. The node requires all four view URLs in the Tripo response (`front_view_url`, `left_view_url`, `back_view_url`, `right_view_url`); if any view is missing, execution fails with an error.

## Outputs

| Output Name         | Description                                                                                                                                                                                       | Data Type           |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| `multiview task_id` | The task identifier returned by Tripo for the multiview image generation request. It can be used to reference the completed task, for example when refining the views with Tripo: Edit Multiview. | MULTIVIEW\_TASK\_ID |
| `front`             | The generated front view of the subject.                                                                                                                                                          | IMAGE               |
| `left`              | The generated left-side view of the subject.                                                                                                                                                      | IMAGE               |
| `back`              | The generated back view of the subject.                                                                                                                                                           | IMAGE               |
| `right`             | The generated right-side view of the subject.                                                                                                                                                     | IMAGE               |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TripoImageToMultiviewNode/en.md)

***

**Source fingerprint (SHA-256):** `7e96d327940f1f09a3e84031c773c1439380f20afae49c79fd4350fcf0aba5da`
