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

# MeshyTextureMultiViewNode - ComfyUI Built-in Node Documentation

> This node textures a previously created 3D model using 1 to 4 reference views of the same object.

This node textures a previously created 3D model using 1 to 4 reference views of the same object. You provide the task ID of the original model and the reference images; the node sends them to the Meshy service, waits for the job to finish, and returns the textured model as GLB and FBX files.

## Inputs

| Parameter            | Description                                                                                                                                                                                                                               | Data Type       | Required | Range                          |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | -------- | ------------------------------ |
| `model`              | The AI model used for the texturing job. Only "meshy-7" is currently available.                                                                                                                                                           | COMBO           | Yes      | `"meshy-7"`                    |
| `meshy_task_id`      | The task ID of the previously created 3D model to be textured.                                                                                                                                                                            | MESHY\_TASK\_ID | Yes      | —                              |
| `multiview_images`   | Reference views of the same object. The first image is the primary (front) view; the order of the remaining views does not matter. Growable slot: connect 1 to 4 images (`image_1` to `image_4`).                                         | IMAGE           | Yes      | 1 to 4 images                  |
| `enable_original_uv` | Use the original UV of the model instead of generating new UVs. When enabled, Meshy preserves existing textures from the uploaded model. If the model has no original UV, the quality of the output might not be as good. (default: True) | BOOLEAN         | No       | True / False                   |
| `pbr`                | Enables PBR (physically based rendering) texture generation. (default: False)                                                                                                                                                             | BOOLEAN         | No       | True / False                   |
| `texture_resolution` | Base color texture resolution. Higher resolutions capture more surface detail.                                                                                                                                                            | COMBO           | Yes      | `"2k"`<br />`"4k"`<br />`"8k"` |

**Note:** `multiview_images` must contain between 1 and 4 images. The node validates this at runtime and raises an error if the count is outside this range. If a connected image contains a batch of multiple images, each image in the batch counts toward the limit. The first image is used as the primary (front) view; the order of the remaining images does not matter.

## Outputs

| Output Name     | Description                                                           | Data Type       |
| --------------- | --------------------------------------------------------------------- | --------------- |
| `model_file`    | Model file name. This output is kept for backward compatibility only. | STRING          |
| `meshy_task_id` | Task ID of the texturing job.                                         | MESHY\_TASK\_ID |
| `GLB`           | The textured 3D model downloaded in GLB format.                       | GLB             |
| `FBX`           | The textured 3D model downloaded in FBX format.                       | FBX             |

> 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/MeshyTextureMultiViewNode/en.md)

***

**Source fingerprint (SHA-256):** `3a08d003683a182121471a064833c09b932c7c84c20fd5cb5ac0285e135b2b7e`
