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

# TripoP1MultiviewToModelNode - ComfyUI Built-in Node Documentation

> Complete documentation for the TripoP1MultiviewToModelNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> 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)

## Overview

This node generates a 3D model from 2 to 4 reference images of an object or character. You provide images from different angles (front, left, back, right), and the node creates a 3D mesh in GLB format. The front view is required, and you can optionally add any combination of the other three views for better results.

## Inputs

| Parameter           | Data Type | Required | Range                                            | Description                                                                                                                                                                                     |
| ------------------- | --------- | -------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `image`             | IMAGE     | Yes      | -                                                | Front view (0°). Required.                                                                                                                                                                      |
| `image_left`        | IMAGE     | No       | -                                                | Left view (90°), i.e. the subject's left side.                                                                                                                                                  |
| `image_back`        | IMAGE     | No       | -                                                | Back view (180°).                                                                                                                                                                               |
| `image_right`       | IMAGE     | No       | -                                                | Right view (270°), i.e. the subject's right side.                                                                                                                                               |
| `output_mode`       | COMBO     | Yes      | `"geometry"`<br />`"textured"`<br />`"detailed"` | The output mode for the generated model. `"geometry"` produces a raw mesh, `"textured"` adds a standard texture, and `"detailed"` creates a high-detail textured model (default: `"textured"`). |
| `face_limit`        | INT       | No       | -1 to 100000                                     | Maximum number of faces for the output mesh. Set to -1 for no limit (default: -1).                                                                                                              |
| `model_seed`        | INT       | No       | 0 to 2147483647                                  | Seed for reproducible model generation. Set to 0 for random (default: 0).                                                                                                                       |
| `auto_size`         | BOOLEAN   | No       | True / False                                     | Automatically size the model to fit within a standard bounding box (default: False).                                                                                                            |
| `export_uv`         | BOOLEAN   | No       | True / False                                     | Export UV coordinates with the model (default: True).                                                                                                                                           |
| `compress_geometry` | BOOLEAN   | No       | True / False                                     | Compress the geometry data to reduce file size (default: False).                                                                                                                                |

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

***

**Source fingerprint (SHA-256):** `29bb87cdc5d3eef891a653c622e8876a37d6e6dc1a43e5c248b184060ead9029`
