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

# TripoTextToModelNode - ComfyUI Built-in Node Documentation

> Complete documentation for the TripoTextToModelNode 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/TripoTextToModelNode/en.md)

Generates 3D models synchronously based on a text prompt using Tripo's API. This node takes a text description and creates a 3D model with optional texture and material properties.

## Inputs

| Parameter          | Data Type | Required | Range                                                                                                                                                                                                                                                                                                                                               | Description                                                                    |
| ------------------ | --------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| `prompt`           | STRING    | Yes      | -                                                                                                                                                                                                                                                                                                                                                   | Text description for generating the 3D model (multiline input)                 |
| `negative_prompt`  | STRING    | No       | -                                                                                                                                                                                                                                                                                                                                                   | Text description of what to avoid in the generated model (multiline input)     |
| `model_version`    | COMBO     | No       | `v1.4`<br />`v2.0`<br />`v2.5-20250123`<br />`v3.0`                                                                                                                                                                                                                                                                                                 | The version of the Tripo model to use for generation (default: v2.5-20250123)  |
| `style`            | COMBO     | No       | `None`<br />`sculpture`<br />`low-poly`<br />`voxel`<br />`brick`<br />`clay`<br />`marble`<br />`origami`<br />`papercraft`<br />`pixel-art`<br />`tile`<br />`cartoon`<br />`fantasy`<br />`hand-drawn`<br />`illustration`<br />`isometric`<br />`pixel-art`<br />`sketch`<br />`stained-glass`<br />`steampunk`<br />`vector`<br />`watercolor` | Style setting for the generated model (default: "None")                        |
| `texture`          | BOOLEAN   | No       | -                                                                                                                                                                                                                                                                                                                                                   | Whether to generate textures for the model (default: True)                     |
| `pbr`              | BOOLEAN   | No       | -                                                                                                                                                                                                                                                                                                                                                   | Whether to generate PBR (Physically Based Rendering) materials (default: True) |
| `image_seed`       | INT       | No       | -                                                                                                                                                                                                                                                                                                                                                   | Random seed for image generation (default: 42)                                 |
| `model_seed`       | INT       | No       | -                                                                                                                                                                                                                                                                                                                                                   | Random seed for model generation (default: 42)                                 |
| `texture_seed`     | INT       | No       | -                                                                                                                                                                                                                                                                                                                                                   | Random seed for texture generation (default: 42)                               |
| `texture_quality`  | COMBO     | No       | `standard`<br />`detailed`                                                                                                                                                                                                                                                                                                                          | Quality level for texture generation (default: "standard")                     |
| `face_limit`       | INT       | No       | -1 to 2000000                                                                                                                                                                                                                                                                                                                                       | Maximum number of faces in the generated model, -1 for no limit (default: -1)  |
| `quad`             | BOOLEAN   | No       | -                                                                                                                                                                                                                                                                                                                                                   | Whether to generate quad-based geometry instead of triangles (default: False)  |
| `geometry_quality` | COMBO     | No       | `standard`<br />`detailed`                                                                                                                                                                                                                                                                                                                          | Quality level for geometry generation (default: "standard")                    |

**Note:** The `prompt` parameter is required and cannot be empty. If no prompt is provided, the node will raise an error.

## Outputs

| Output Name     | Data Type       | Description                                                   |
| --------------- | --------------- | ------------------------------------------------------------- |
| `model_file`    | STRING          | The generated 3D model file (for backward compatibility only) |
| `model task_id` | MODEL\_TASK\_ID | The unique task identifier for the model generation process   |
| `GLB`           | FILE3DGLB       | The generated 3D model in GLB format                          |

***

**Source fingerprint (SHA-256):** `6cd6fefff0fbda14729b68383209eded6eb2e779ccf39dd2e03c0ddf04859372`
