Nodes/ComfyUI-WanAnimalPreprocess/Animal Pose Detection OneToAll Animation
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.

By Code2Collapse·Created 7 months ago·Updated 2 months ago· 5
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)

NameTypeDefaultDescription
modelPOSEMODELFrom ONNX Animal Detection Model Loader.
imagesIMAGEInput video frames as IMAGE batch.
widthINT83264–2048Width of the generation
heightINT48064–2048Height of the generation
align_toCOMBOrefAlignment mode for poses
draw_headCOMBOfullWhether to draw head keypoints on the pose images
ref_imageoptIMAGEOptional reference image for pose retargeting

Outputs (4)

NameTypeDescription
pose_imagesIMAGEPer-frame rendered pose IMAGE batch.
ref_pose_imageIMAGEPose image rendered from the reference frame (single image).
ref_imageIMAGEThe retargeted reference IMAGE.
ref_maskMASKForeground MASK for the reference subject.