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

# Tencent3DTextureEditNode - ComfyUI Built-in Node Documentation

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

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

**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 | Data Type | Description                           |
| ----------- | --------- | ------------------------------------- |
| `GLB`       | FILE3D    | The processed 3D model in GLB format. |
| `FBX`       | FILE3D    | The processed 3D model in FBX format. |
