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.

## 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):** `e8d3f9fbd49b0e641ed4bb415d6ee6a34018623eb717ac54c0588383f9caed44`
