This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe WanInfiniteTalkToVideo node generates video sequences from audio input. It uses a video diffusion model, conditioned on audio features extracted from one or two speakers, to produce a latent representation of a talking head video. The node can generate a new sequence or extend an existing one using previous frames for motion context.
Inputs
Parameter Constraints:
- When
modeis set to"two_speakers", the parametersaudio_encoder_output_2,mask_1, andmask_2become required. - If
audio_encoder_output_2is provided, bothmask_1andmask_2must also be provided. - If
mask_1andmask_2are provided,audio_encoder_output_2must also be provided. - If
previous_framesis provided, it must contain at least as many frames as specified bymotion_frame_count.