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

# TripoP1MultiviewToModelNode - ComfyUI Built-in Node Documentation

> This node generates a 3D model from two to four reference images of an object or character.

This node generates a 3D model from two to four reference images of an object or character. Provide the front view plus any combination of left, back, and right views, and the node returns the reconstructed subject as a GLB mesh.

## Inputs

### Common Inputs

| Parameter           | Description                                                                                                                                                              | Data Type      | Required | Range                           |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------- | -------- | ------------------------------- |
| `image`             | Front view (0°). Required.                                                                                                                                               | IMAGE          | Yes      | -                               |
| `image_left`        | Left view (90°), i.e. the subject's left side.                                                                                                                           | IMAGE          | No       | -                               |
| `image_back`        | Back view (180°).                                                                                                                                                        | IMAGE          | No       | -                               |
| `image_right`       | Right view (270°), i.e. the subject's right side.                                                                                                                        | IMAGE          | No       | -                               |
| `output_mode`       | Choose the type of model to generate. "Geometry only" returns an untextured mesh. "Textured" adds color/PBR maps.                                                        | DYNAMIC\_COMBO | Yes      | "Geometry only"<br />"Textured" |
| `face_limit`        | Target face count, 48-20000. -1 lets Tripo pick adaptively. (default: -1)                                                                                                | INT            | No       | -1 to 20000                     |
| `model_seed`        | Seed for reproducible model generation. (default: 42)                                                                                                                    | INT            | No       | 0 to 2147483647                 |
| `auto_size`         | Scale the output to approximate real-world meters. (default: False)                                                                                                      | BOOLEAN        | No       | True<br />False                 |
| `export_uv`         | UV unwrap during generation. Turn off for faster geometry-only runs. (default: True)                                                                                     | BOOLEAN        | No       | True<br />False                 |
| `compress_geometry` | Apply meshopt geometry compression (EXT\_meshopt\_compression). Smaller files, but ComfyUI's 3D preview cannot display them; decompress before editing. (default: False) | BOOLEAN        | No       | True<br />False                 |

### Geometry only Inputs

No additional inputs are shown for this mode. The generated model is returned without a texture.

### Textured Inputs

These inputs appear when `output_mode` is set to `"Textured"`.

| Parameter           | Description                                                                                                     | Data Type | Required | Range                                     |
| ------------------- | --------------------------------------------------------------------------------------------------------------- | --------- | -------- | ----------------------------------------- |
| `pbr`               | Include PBR maps. When on, base texture is forced on too. (default: True)                                       | BOOLEAN   | Yes      | True<br />False                           |
| `texture_quality`   | Texture quality level. `detailed` = HD textures, `extreme` = 8K Ultra textures. (default: "standard")           | COMBO     | Yes      | "standard"<br />"detailed"<br />"extreme" |
| `texture_alignment` | Prioritize visual fidelity to the source image, or alignment to the mesh geometry. (default: "original\_image") | COMBO     | Yes      | "original\_image"<br />"geometry"         |
| `orientation`       | Rotate the output to match the source image. Only applies when textured. (default: "default")                   | COMBO     | Yes      | "default"<br />"align\_image"             |
| `texture_seed`      | Seed used for texture generation. (default: 42)                                                                 | INT       | Yes      | 0 to 2147483647                           |

**Note:** You must provide at least 2 images: the front view (`image`) plus at least one of the other views (`image_left`, `image_back`, or `image_right`). If fewer than 2 images are provided, the node will raise an error.

## Outputs

| Output Name     | Description                                                                | Data Type       |
| --------------- | -------------------------------------------------------------------------- | --------------- |
| `model_file`    | The filename of the generated GLB model (for backward compatibility only). | STRING          |
| `model_task_id` | The unique task ID for this model generation request.                      | MODEL\_TASK\_ID |
| `GLB`           | The generated 3D model in GLB format.                                      | FILE3DGLB       |

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

***

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