Skip to main content
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 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

ParameterData TypeRequiredRangeDescription
model_3dFILE3DYesFBX, Any3D model in FBX format. Model should have less than 100000 faces.
promptSTRINGYesDescribes texture editing. Supports up to 1024 UTF-8 characters.
seedINTNo0 to 2147483647Seed 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 NameData TypeDescription
GLBFILE3DThe processed 3D model in GLB format.
FBXFILE3DThe processed 3D model in FBX format.