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 WanFunInpaintToVideo node creates video sequences by inpainting between start and end images. It takes positive and negative conditioning along with optional frame images to generate video latents. The node handles video generation with configurable dimensions and length parameters.

Inputs

ParameterData TypeRequiredRangeDescription
positiveCONDITIONINGYes-Positive conditioning prompts for video generation
negativeCONDITIONINGYes-Negative conditioning prompts to avoid in video generation
vaeVAEYes-VAE model for encoding/decoding operations
widthINTYes16 to MAX_RESOLUTIONOutput video width in pixels (default: 832, step: 16)
heightINTYes16 to MAX_RESOLUTIONOutput video height in pixels (default: 480, step: 16)
lengthINTYes1 to MAX_RESOLUTIONNumber of frames in the video sequence (default: 81, step: 4)
batch_sizeINTYes1 to 4096Number of videos to generate in a batch (default: 1)
clip_vision_outputCLIP_VISION_OUTPUTNo-Optional CLIP vision output for additional conditioning
start_imageIMAGENo-Optional starting frame image for video generation
end_imageIMAGENo-Optional ending frame image for video generation

Outputs

Output NameData TypeDescription
positiveCONDITIONINGProcessed positive conditioning output
negativeCONDITIONINGProcessed negative conditioning output
latentLATENTGenerated video latent representation