> ## 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.

# TripoEditMultiviewNode - ComfyUI Built-in Node Documentation

> Edits the views of a Tripo: Image to Multiview result using a separate text instruction for each view.

Edits the views of a Tripo: Image to Multiview result using a separate text instruction for each view. Views without an instruction stay unchanged. The edited images are intended to be connected to Tripo: Multiview to Model to create a 3D model; an edited multiview set cannot be edited again.

## Inputs

| Parameter           | Description                                                                                                                         | Data Type           | Required | Range          |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------- | -------- | -------------- |
| `multiview_task_id` | Task ID of the Tripo: Image to Multiview result whose views will be edited. Must come from the Tripo: Image to Multiview node.      | MULTIVIEW\_TASK\_ID | Yes      | Task ID        |
| `front_prompt`      | Text instruction describing the edit to apply to the front view. When empty, the front view stays unchanged. Default: empty string. | STRING              | No       | Multiline text |
| `left_prompt`       | Text instruction describing the edit to apply to the left view. When empty, the left view stays unchanged. Default: empty string.   | STRING              | No       | Multiline text |
| `back_prompt`       | Text instruction describing the edit to apply to the back view. When empty, the back view stays unchanged. Default: empty string.   | STRING              | No       | Multiline text |
| `right_prompt`      | Text instruction describing the edit to apply to the right view. When empty, the right view stays unchanged. Default: empty string. | STRING              | No       | Multiline text |

Note: At least one of the four prompts (`front_prompt`, `left_prompt`, `back_prompt`, `right_prompt`) must contain non-empty text; whitespace-only text is treated as empty, and if all prompts are empty the node raises an error.

Note: The cost is approximately 0.05 USD per view that has an edit instruction.

## Outputs

| Output Name | Description              | Data Type |
| ----------- | ------------------------ | --------- |
| `front`     | Edited front view image. | IMAGE     |
| `left`      | Edited left view image.  | IMAGE     |
| `back`      | Edited back view image.  | IMAGE     |
| `right`     | Edited right view image. | 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/TripoEditMultiviewNode/en.md)

***

**Source fingerprint (SHA-256):** `db8b0a3ffe4332fcbcaac4da0d7b07217d01d2f05526750540f6036293e013ab`
