> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TripoImageToModelNode - ComfyUI Built-in Node Documentation

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

Generates 3D models synchronously based on a single image using Tripo's API. This node takes an input image and converts it into a 3D model with various customization options for texture, quality, and model properties.

## Inputs

| Parameter           | Description                                                                   | Data Type | Required | Range                                                                                              |
| ------------------- | ----------------------------------------------------------------------------- | --------- | -------- | -------------------------------------------------------------------------------------------------- |
| `image`             | Input image used to generate the 3D model                                     | IMAGE     | Yes      | -                                                                                                  |
| `model_version`     | The model version to use for generation                                       | COMBO     | No       | `"v1.4"`<br />`"v3.0"`<br />`"v3.5"`<br />`"v3.6"`                                                 |
| `style`             | Style setting for the generated model (default: "None")                       | COMBO     | No       | `"None"`<br />`"realistic"`<br />`"cartoon"`<br />`"sculpture"`<br />`"low_poly"`                  |
| `texture`           | Whether to generate textures for the model (default: True)                    | BOOLEAN   | No       | -                                                                                                  |
| `pbr`               | Whether to use Physically Based Rendering (default: True)                     | BOOLEAN   | No       | -                                                                                                  |
| `model_seed`        | Random seed for model generation (default: 42)                                | INT       | No       | -                                                                                                  |
| `orientation`       | Orientation setting for the generated model (default: "default")              | COMBO     | No       | `"default"`<br />`"front"`<br />`"back"`<br />`"left"`<br />`"right"`<br />`"top"`<br />`"bottom"` |
| `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` | Alignment method for texture mapping (default: "original\_image")             | COMBO     | No       | `"original_image"`<br />`"geometry"`                                                               |
| `face_limit`        | Maximum number of faces in the generated model, -1 for no limit (default: -1) | INT       | No       | -1 to 500000                                                                                       |
| `quad`              | Whether to use quadrilateral faces instead of triangles (default: False)      | BOOLEAN   | No       | -                                                                                                  |
| `geometry_quality`  | Quality level for geometry generation (default: "standard")                   | COMBO     | No       | `"standard"`<br />`"detailed"`                                                                     |

**Note:** The `image` parameter is required and must be provided for the node to function. If no image is provided, the node will raise a RuntimeError.

## Outputs

| Output Name     | Description                                                   | Data Type       |
| --------------- | ------------------------------------------------------------- | --------------- |
| `model_file`    | The generated 3D model file (for backward compatibility only) | STRING          |
| `model task_id` | The task ID for tracking the model generation process         | 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/TripoImageToModelNode/en.md)

***

**Source fingerprint (SHA-256):** `020243931c5a05655804ce601f23821731725734dc7abd49bba2a554a0a272f6`
