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

# Rodin3D_Gen25_Text - ComfyUI Built-in Node Documentation

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

## Overview

Generate a 3D model from a text prompt using the Rodin Gen-2.5 API. You can choose between different quality modes (Fast, Regular, or Extreme-High) to balance generation speed and output quality.

## Inputs

| Parameter              | Description                                                                                                                                   | Data Type | Required | Range                                             |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------------------------------------------- |
| `prompt`               | Text prompt describing the 3D model you want to generate.                                                                                     | STRING    | Yes      | Max 2500 characters                               |
| `mode`                 | The generation quality and speed mode. "Fast" is quickest, "Extreme-High" produces the highest quality but takes longer.                      | COMBO     | Yes      | `"Fast"`<br />`"Regular"`<br />`"Extreme-High"`   |
| `material`             | The material style for the generated 3D model.                                                                                                | COMBO     | Yes      | `"PBR"`<br />`"Matte"`<br />`"Shiny"`             |
| `geometry_file_format` | The file format for the output 3D model.                                                                                                      | COMBO     | Yes      | `"glb"`<br />`"obj"`<br />`"stl"`<br />`"usdz"`   |
| `texture_mode`         | Texture generation mode. "None" produces no textures, "Generated" creates standard textures, "Generated+HD" creates high-definition textures. | COMBO     | Yes      | `"None"`<br />`"Generated"`<br />`"Generated+HD"` |
| `seed`                 | Random seed for reproducible results. Using the same seed with the same inputs will produce the same output.                                  | INT       | Yes      | 0 to 2147483647                                   |
| `TAPose`               | Whether to apply T-pose (arms outstretched) to the generated model.                                                                           | BOOLEAN   | Yes      | True / False                                      |
| `hd_texture`           | Whether to generate high-definition textures for the model.                                                                                   | BOOLEAN   | Yes      | True / False                                      |
| `texture_delight`      | Whether to apply texture delight (enhanced texture quality) to the model.                                                                     | BOOLEAN   | Yes      | True / False                                      |
| `addon_highpack`       | Whether to generate a high-polygon version of the model in addition to the standard one.                                                      | BOOLEAN   | Yes      | True / False                                      |
| `bbox_width`           | The width of the bounding box in world units.                                                                                                 | INT       | Yes      | 1 to 1000                                         |
| `bbox_height`          | The height of the bounding box in world units.                                                                                                | INT       | Yes      | 1 to 1000                                         |
| `bbox_length`          | The length of the bounding box in world units.                                                                                                | INT       | Yes      | 1 to 1000                                         |
| `height_cm`            | The height of the generated model in centimeters.                                                                                             | INT       | Yes      | 1 to 300                                          |

**Note:** The `prompt` parameter must be between 1 and 2500 characters long. The `seed` parameter defaults to 0 (random) if not specified.

## Outputs

| Output Name  | Description                                          | Data Type |
| ------------ | ---------------------------------------------------- | --------- |
| `model_file` | The generated 3D model file in the specified format. | FILE3DANY |

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

***

**Source fingerprint (SHA-256):** `79fbaf466e9af88cdfdac0f9136a2df17ba4bc2e5bb65a35b9ad2b1181da94db`
