# Hunyuan3D: 3D Texture Edit

This node uses the Tencent Hunyuan3D API to edit the textures of a 3D model. You provide a 3D model and a text description of the desired changes, and the node returns a new version of the model with its textures redrawn according to your prompt.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `model_3d` | 3D model in FBX format. Model should have less than 100000 faces. | FILE3D | Yes | FBX, Any |
| `prompt` | Describes texture editing. Supports up to 1024 UTF-8 characters. | STRING | Yes |  |
| `seed` | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 0) | INT | No | 0 to 2147483647 |

**Note:** The `model_3d` input must be a file in the FBX format. Other 3D file formats are not supported by this node. The `prompt` parameter is required and must be between 1 and 1024 characters in length.

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `GLB` | The processed 3D model in GLB format. | FILE3D |
| `OBJ` | The processed 3D model in OBJ format. | FILE3D |
| `texture_image` | The newly generated texture image for the 3D model. | IMAGE |

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

---
**Source fingerprint (SHA-256):** `eedddc8bd47a4af6e45a516f2817e7c1dded575d9e28ea9b66a1d7a39b93526c`
