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

# TripoP1TextToModelNode - ComfyUI Built-in Node Documentation

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

## Overview

This node generates a 3D model from a text description using the Tripo P1 API. It is optimized for creating low-poly, game-ready meshes with stable topology, making it suitable for real-time applications.

## Inputs

| Parameter           | Data Type | Required | Range                 | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ------------------- | --------- | -------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `prompt`            | STRING    | Yes      | Up to 1024 characters | The text description of the 3D model you want to generate.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `negative_prompt`   | STRING    | No       | Up to 255 characters  | A text description of what you do not want in the generated model.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `output_mode`       | DICT      | Yes      | See description       | Controls the output model's quality and texture settings. This parameter is a dictionary with the following keys:<br /><br />`texture_quality`: STRING, Range: `"standard"`<br />`pbr`: BOOLEAN, default: True<br />`texture`: BOOLEAN, default: True<br />`subdivision`: INT, default: 0, Range: 0 to 2<br />`texture_size`: INT, default: 2048, Range: 512 to 4096 (must be a power of 2)<br />`texture_format`: STRING, Range: `"png"`<br />`texture_clean`: BOOLEAN, default: False<br />`texture_seamless`: BOOLEAN, default: False<br /><br />Default: `{"texture_quality": "standard", "pbr": True, "texture": True, "subdivision": 0, "texture_size": 2048, "texture_format": "png", "texture_clean": False, "texture_seamless": False}` |
| `image_seed`        | INT       | No       |                       | A seed value for image generation, used to control randomness. Default: 42.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `face_limit`        | INT       | No       |                       | The maximum number of faces for the generated mesh. A value of -1 means no limit. Default: -1.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `model_seed`        | INT       | No       |                       | A seed value for model generation, used to control randomness.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| `auto_size`         | BOOLEAN   | No       |                       | If enabled, the node will automatically determine the optimal model size. Default: False.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `export_uv`         | BOOLEAN   | No       |                       | If enabled, the model will include UV coordinates for texture mapping. Default: True.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `compress_geometry` | BOOLEAN   | No       |                       | If enabled, the geometry will be compressed to reduce file size. Default: False.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

## Outputs

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

***

**Source fingerprint (SHA-256):** `154e75209d65c823d5681b74cd12fe7b2ed37d7b94bf51cac86f343c68f85722`
