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
The TripoTextureNode generates textured 3D models using the Tripo API. It takes a model task ID and applies texture generation with various options including PBR materials, texture quality settings, and alignment methods. The node communicates with the Tripo API to process the texture generation request and returns the resulting model file and task ID.

Inputs

ParameterData TypeRequiredRangeDescription
model_task_idMODEL_TASK_IDYes-The task ID of the model to apply textures to
textureBOOLEANNo-Whether to generate textures (default: True)
pbrBOOLEANNo-Whether to generate PBR (Physically Based Rendering) materials (default: True)
texture_seedINTNo-Random seed for texture generation (default: 42)
texture_qualityCOMBONo”standard"
"detailed”
Quality level for texture generation (default: “standard”)
texture_alignmentCOMBONo”original_image"
"geometry”
Method for aligning textures (default: “original_image”)
Note: This node requires authentication tokens and API keys which are automatically handled by the system.

Outputs

Output NameData TypeDescription
model_fileSTRINGThe generated model file with applied textures
model task_idMODEL_TASK_IDThe task ID for tracking the texture generation process