# ComfyUI Node Documentation: TripoMultiviewToModelNode

This node generates 3D models synchronously using Tripo's API by processing up to four images showing different views of an object. It requires a front image and at least one additional view (left, back, or right) to create a complete 3D model with texture and material options.

## 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` | Whether to generate textures for the model (default: True) | BOOLEAN | No | - |
| `pbr` | Whether to generate PBR (Physically Based Rendering) materials (default: True) | BOOLEAN | No | - |
| `model_seed` | Random seed for model generation (default: 42) | INT | No | - |
| `texture_seed` | Random seed for texture generation (default: 42) | INT | No | - |
| `texture_quality` | Quality level for texture generation (default: "standard") | COMBO | No | `"standard"`<br>`"detailed"` |
| `texture_alignment` | Method for aligning textures to the model (default: "original_image") | COMBO | No | `"original_image"`<br>`"geometry"` |
| `face_limit` | Maximum number of faces in the generated model. Set to -1 for no limit (default: -1) | INT | No | -1 to 500000 |
| `quad` | This parameter is deprecated and does nothing (default: False) | BOOLEAN | No | - |
| `geometry_quality` | Quality level for geometry generation (default: "standard") | COMBO | No | `"standard"`<br>`"detailed"` |

**Note:** The front image (`image`) is always required. At least one additional view image (`image_left`, `image_back`, or `image_right`) must be provided for multiview processing.

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

---
**Source fingerprint (SHA-256):** `17e8b7a72b6d98585daf5c4839f6fdea08f236fb06287dedc4bf8723bdf5c885`
