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

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

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

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