> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/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.

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Tencent3DTextureEditNode/zh.md)

此节点使用腾讯混元3D API来编辑3D模型的纹理。您提供一个3D模型和所需更改的文本描述，节点将返回模型的新版本，其纹理会根据您的提示重新绘制。

## 输入参数

| 参数         | 数据类型   | 必填 | 取值范围           | 描述                                      |
| ---------- | ------ | -- | -------------- | --------------------------------------- |
| `model_3d` | FILE3D | 是  | FBX, Any       | FBX格式的3D模型。模型面数应少于100000个。              |
| `prompt`   | STRING | 是  |                | 描述纹理编辑的提示词。最多支持1024个UTF-8字符。            |
| `seed`     | INT    | 否  | 0 至 2147483647 | 种子控制节点是否应重新运行；无论种子如何，结果都是非确定性的。(默认值: 0) |

**注意：** `model_3d` 输入必须是FBX格式的文件。此节点不支持其他3D文件格式。

## 输出结果

| 输出名称  | 数据类型   | 描述               |
| ----- | ------ | ---------------- |
| `GLB` | FILE3D | 处理后的3D模型，格式为GLB。 |
| `FBX` | FILE3D | 处理后的3D模型，格式为FBX。 |
