> ## 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_Image - ComfyUI Built-in Node Documentation

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

## Overview

This node generates a 3D model from one to five reference images using the Rodin Gen-2.5 API. You can choose between Fast, Regular, or Extreme-High quality modes to balance generation speed and cost.

## Inputs

| Parameter              | Data Type | Required | Range                                           | Description                                                                                                                     |
| ---------------------- | --------- | -------- | ----------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `images`               | IMAGE     | Yes      | 1 to 5 images                                   | One to five input images. The first image is used for materials when multiple images are provided.                              |
| `mode`                 | COMBO     | Yes      | `"Fast"`<br />`"Regular"`<br />`"Extreme-High"` | The generation quality mode. Higher quality modes produce better results but cost more.                                         |
| `material`             | COMBO     | Yes      | `"PBR"`<br />`"Matte"`                          | The material type for the generated 3D model.                                                                                   |
| `geometry_file_format` | COMBO     | Yes      | `"glb"`<br />`"obj"`<br />`"stl"`<br />`"usdz"` | The output file format for the 3D model geometry.                                                                               |
| `texture_mode`         | COMBO     | Yes      | `"Original"`<br />`"Clean"`<br />`"Style"`      | The texture generation mode. "Original" preserves input textures, "Clean" removes them, and "Style" applies a stylized texture. |
| `seed`                 | INT       | Yes      | 0 to 2147483647                                 | A random seed for reproducible results. Use the same seed to get the same output.                                               |
| `TAPose`               | BOOLEAN   | Yes      | True / False                                    | Whether to apply T-pose to the generated model.                                                                                 |
| `hd_texture`           | BOOLEAN   | Yes      | True / False                                    | Whether to generate a high-definition texture map.                                                                              |
| `texture_delight`      | BOOLEAN   | Yes      | True / False                                    | Whether to remove lighting from the input images before texture generation.                                                     |
| `use_original_alpha`   | BOOLEAN   | Yes      | True / False                                    | Whether to use the original alpha channel from the input images.                                                                |
| `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 for the generated model in centimeters.                                                           |
| `bbox_height`          | INT       | Yes      | 1 to 1000                                       | The height of the bounding box for the generated model in centimeters.                                                          |
| `bbox_length`          | INT       | Yes      | 1 to 1000                                       | The length of the bounding box for the generated model in centimeters.                                                          |
| `height_cm`            | INT       | Yes      | 1 to 300                                        | The height of the generated model in centimeters.                                                                               |

**Note on Image Count:** The node accepts between 1 and 5 images. If you provide a batch of images (e.g., a 4-image batch), each image in the batch is treated as a separate input image. Providing more than 5 images will result in an error.

## Outputs

| Output Name  | Data Type | Description                                                  |
| ------------ | --------- | ------------------------------------------------------------ |
| `model_file` | FILE3D    | The generated 3D model file in the selected geometry format. |

***

**Source fingerprint (SHA-256):** `65f755a2c3bd2317eb61c4681a406b51b06f960e36864d3602c3d03a44aa4878`
