This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
original_model_task_id | RIG_TASK_ID | Yes | - | The task ID of the previously processed 3D model to apply animation to |
animation | STRING | Yes | ”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_token | AUTH_TOKEN_COMFY_ORG | No | - | Authentication token for Comfy.org API access |
comfy_api_key | API_KEY_COMFY_ORG | No | - | API key for Comfy.org service access |
unique_id | UNIQUE_ID | No | - | Unique identifier for tracking the operation |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
model_file | STRING | The generated animated 3D model file |
retarget task_id | RETARGET_TASK_ID | The task ID for tracking the retargeting operation |