ComfyUI Node
Animal Pose Detection OneToAll Animation
Specialized animal pose detection and alignment for OneToAllAnimation model. Detects animal poses from input images and aligns them based on a reference image if provided.
Animal Pose Detection OneToAll Animation
- model
- images
- ref_image
- pose_images
- ref_pose_image
- ref_image
- ref_mask
◄width832►
◄height480►
◄align_toref►
◄draw_headfull►
CategoryWanAnimalPreprocess
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| model | POSEMODEL | From ONNX Animal Detection Model Loader. | |
| images | IMAGE | Input video frames as IMAGE batch. | |
| width | INT | 83264–2048 | Width of the generation |
| height | INT | 48064–2048 | Height of the generation |
| align_to | COMBO | ref | Alignment mode for poses |
| draw_head | COMBO | full | Whether to draw head keypoints on the pose images |
| ref_imageopt | IMAGE | Optional reference image for pose retargeting |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| pose_images | IMAGE | Per-frame rendered pose IMAGE batch. |
| ref_pose_image | IMAGE | Pose image rendered from the reference frame (single image). |
| ref_image | IMAGE | The retargeted reference IMAGE. |
| ref_mask | MASK | Foreground MASK for the reference subject. |