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 WanAnimateToVideo node generates video content by combining multiple conditioning inputs including pose references, facial expressions, and background elements. It processes various video inputs to create coherent animated sequences while maintaining temporal consistency across frames. The node handles latent space operations and can extend existing videos by continuing motion patterns.

Inputs

Parameter Constraints:
  • When pose_video is provided and trim_to_pose_video logic is active, the output length will be adjusted to match the pose video duration
  • face_video is automatically resized to 512x512 resolution when processed
  • continue_motion frames are limited by continue_motion_max_frames parameter
  • Input videos (face_video, pose_video, background_video, character_mask) are offset by video_frame_offset before processing
  • If character_mask contains only one frame, it will be repeated across all frames
  • When clip_vision_output is provided, it’s applied to both positive and negative conditioning

Outputs