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

> 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)

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

**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  | Data Type | Description                                          |
| ------------ | --------- | ---------------------------------------------------- |
| `model_file` | FILE3DANY | The generated 3D model file in the specified format. |

***

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