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 TripoRetargetNode applies predefined animations to 3D character models by retargeting motion data. It takes a previously processed 3D model and applies one of several preset animations, generating an animated 3D model file as output. The node communicates with the Tripo API to process the animation retargeting operation.

Inputs

ParameterData TypeRequiredRangeDescription
original_model_task_idRIG_TASK_IDYes-The task ID of the previously processed 3D model to apply animation to
animationSTRINGYes”preset:idle"
"preset:walk"
"preset:climb"
"preset:jump"
"preset:slash"
"preset:shoot"
"preset:hurt"
"preset:fall"
"preset:turn”
The animation preset to apply to the 3D model
auth_tokenAUTH_TOKEN_COMFY_ORGNo-Authentication token for Comfy.org API access
comfy_api_keyAPI_KEY_COMFY_ORGNo-API key for Comfy.org service access
unique_idUNIQUE_IDNo-Unique identifier for tracking the operation

Outputs

Output NameData TypeDescription
model_fileSTRINGThe generated animated 3D model file
retarget task_idRETARGET_TASK_IDThe task ID for tracking the retargeting operation