# ComfyUI Node Documentation: TencentModelTo3DUVNode

This node uses the Tencent Hunyuan3D API to perform UV unfolding on a 3D model. It takes a 3D model file as input, sends it to the API for processing, and returns the processed model in OBJ and FBX formats along with a generated UV texture image. The input model must have fewer than 30,000 faces.

## Inputs

| Parameter | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `model_3d` | Input 3D model (GLB, OBJ, or FBX). The model must have less than 30000 faces. | FILE3D | Yes | GLB<br>OBJ<br>FBX |
| `seed` | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 1) | INT | No | 0 to 2147483647 |

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `OBJ` | The processed 3D model file in OBJ format. | FILE3D |
| `FBX` | The processed 3D model file in FBX format. | FILE3D |
| `uv_image` | The generated UV texture image. | 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/TencentModelTo3DUVNode/en.md)

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