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

# TripoMultiviewToModelNode - ComfyUI Built-in Node Documentation

> This node generates 3D models synchronously using Tripo's API by processing up to four images showing different views of an object (front, left, back, right).

This node generates 3D models synchronously using Tripo's API by processing up to four images showing different views of an object (front, left, back, right). It requires a front image and at least one additional view (left, back, or right) to build the 3D model. Texture, PBR material, geometry quality, and output format can be controlled from the node.

## Inputs

| Parameter           | Description                                                                                                                                                                                                                 | Data Type | Required | Range                                           |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------------------------------- |
| `image`             | Front view image of the object.                                                                                                                                                                                             | IMAGE     | Yes      | -                                               |
| `image_left`        | Left view image of the object.                                                                                                                                                                                              | IMAGE     | No       | -                                               |
| `image_back`        | Back view image of the object.                                                                                                                                                                                              | IMAGE     | No       | -                                               |
| `image_right`       | Right view image of the object.                                                                                                                                                                                             | IMAGE     | No       | -                                               |
| `model_version`     | The model version to use for generation.                                                                                                                                                                                    | COMBO     | No       | Multiple options available                      |
| `orientation`       | Orientation setting for the 3D model (default: `"default"`).                                                                                                                                                                | COMBO     | No       | Multiple options available                      |
| `texture`           | Generate texture maps. Off returns bare geometry and ignores pbr. (default: True)                                                                                                                                           | BOOLEAN   | No       | -                                               |
| `pbr`               | PBR material maps (base color, metallic, roughness, normal). Requires texture. (default: True)                                                                                                                              | BOOLEAN   | No       | -                                               |
| `model_seed`        | Random seed for model generation (default: 42).                                                                                                                                                                             | INT       | No       | 0 to 2,147,483,647                              |
| `texture_seed`      | Random seed for texture generation (default: 42).                                                                                                                                                                           | INT       | No       | 0 to 2,147,483,647                              |
| `texture_quality`   | Quality level for texture generation (default: `"standard"`). `"detailed"` = HD textures, `"extreme"` = 8K Ultra textures.                                                                                                  | COMBO     | No       | `"standard"`<br />`"detailed"`<br />`"extreme"` |
| `texture_alignment` | Method used for aligning textures to the model (default: `"original_image"`).                                                                                                                                               | COMBO     | No       | `"original_image"`<br />`"geometry"`            |
| `face_limit`        | Maximum face count. -1 lets Tripo pick adaptively (about 1.4M faces on v3.x standard, 2M on detailed). Tripo clamps silently: v2.5 at 500,000, quad meshes at 150,000. (default: -1)                                        | INT       | No       | -1 to 2,000,000                                 |
| `quad`              | Quad mesh output. Tripo delivers quad meshes as FBX, so the result arrives on the FBX output and the GLB output stays empty. (default: False)                                                                               | BOOLEAN   | No       | -                                               |
| `geometry_quality`  | Quality level for geometry generation (default: `"standard"`).                                                                                                                                                              | COMBO     | No       | `"standard"`<br />`"detailed"`                  |
| `smart_low_poly`    | Low-poly mesh with clean, hand-crafted style topology (500-20,000 faces, quad 500-10,000). Best for simple subjects; complex ones may fail. (default: False)                                                                | BOOLEAN   | No       | -                                               |
| `auto_size`         | Scale textured models to their real-world size in meters. Tripo stores the size as the model's scene transform and bakes it in when the model is converted, rigged or retargeted; ignored without texture. (default: False) | BOOLEAN   | No       | -                                               |

**Note:** The front image (`image`) is always required, and at least one of `image_left`, `image_back`, or `image_right` must also be provided. Turning `texture` off automatically turns `pbr` off as well, since `pbr` requires texture. When `smart_low_poly` is enabled and `face_limit` is not left at -1, `face_limit` must be between 500 and 20,000 for triangle meshes or between 500 and 10,000 for quad meshes.

## Outputs

| Output Name     | Description                                                                           | Data Type       |
| --------------- | ------------------------------------------------------------------------------------- | --------------- |
| `model_file`    | File path or identifier for the generated 3D model (for backward compatibility only). | STRING          |
| `model task_id` | Task identifier for tracking the model generation process.                            | MODEL\_TASK\_ID |
| `GLB`           | The generated 3D model file in GLB format. Empty when `quad` is enabled.              | FILE3DGLB       |
| `FBX`           | The generated 3D model file in FBX format. Only populated when `quad` is enabled.     | FILE3DFBX       |

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

***

**Source fingerprint (SHA-256):** `73f1259dcba75ce1d56aabb6f0435f11d21eee3268f93502c4c3293d562a6db0`
