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 TripoConversionNode converts 3D models between different file formats using the Tripo API. It takes a task ID from a previous Tripo operation and converts the resulting model to your desired format with various export options.

Inputs

ParameterData TypeRequiredRangeDescription
original_model_task_idMODEL_TASK_ID,RIG_TASK_ID,RETARGET_TASK_IDYesMODEL_TASK_ID
RIG_TASK_ID
RETARGET_TASK_ID
The task ID from a previous Tripo operation (model generation, rigging, or retargeting)
formatCOMBOYesGLTF
USDZ
FBX
OBJ
STL
3MF
The target file format for the converted 3D model
quadBOOLEANNoTrue/FalseWhether to convert triangles to quads (default: False)
face_limitINTNo-1 to 500000Maximum number of faces in the output model, use -1 for no limit (default: -1)
texture_sizeINTNo128 to 4096Size of output textures in pixels (default: 4096)
texture_formatCOMBONoBMP
DPX
HDR
JPEG
OPEN_EXR
PNG
TARGA
TIFF
WEBP
Format for exported textures (default: JPEG)
Note: The original_model_task_id must be a valid task ID from a previous Tripo operation (model generation, rigging, or retargeting).

Outputs

Output NameData TypeDescription
No named outputs-This node processes the conversion asynchronously and returns the result through the Tripo API system