> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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. This is a paid task billed at approximately 0.10 USD. The node uploads the image, waits for the Tripo generation task to finish, then returns the four views together with the multiview task ID.

## 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. Exactly one image is used for the request. | 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.

## Outputs

| Output Name         | Description                                                                                                                                                   | Data Type           |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- |
| `MULTIVIEW_TASK_ID` | The task identifier returned by Tripo for the multiview image generation request. It is a string identifier that can be used to reference the completed task. | 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):** `3beca1feeb88aa080330e6867ffd7076bd45b2c52471d1bfacc71f66452211a5`
