Skip to main content

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.

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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.

Inputs

ParameterData TypeRequiredRangeDescription
model_3dFILE3DYesGLB
OBJ
FBX
Input 3D model (GLB, OBJ, or FBX). The model must have less than 30000 faces.
seedINTNo0 to 2147483647A seed value (default: 1). This controls whether the node should re-run, but results are non-deterministic regardless of the seed value.

Outputs

Output NameData TypeDescription
OBJFILE3DThe processed 3D model file in OBJ format.
FBXFILE3DThe processed 3D model file in FBX format.
ImageIMAGEThe generated UV texture image.