Inputs
| Parameter | Description | Data Type | Required | Range |
|---|---|---|---|---|
positive | Positive conditioning for video generation | CONDITIONING | Yes | - |
negative | Negative conditioning for video generation | CONDITIONING | Yes | - |
vae | VAE model for encoding and decoding | VAE | Yes | - |
tracks | JSON-formatted tracking data as a multiline string (default: ”[]“) | STRING | Yes | - |
width | Output video width in pixels (default: 832, step: 16) | INT | Yes | 16 to MAX_RESOLUTION |
height | Output video height in pixels (default: 480, step: 16) | INT | Yes | 16 to MAX_RESOLUTION |
length | Number of frames in the output video (default: 81, step: 4) | INT | Yes | 1 to MAX_RESOLUTION |
batch_size | Number of videos to generate simultaneously (default: 1) | INT | Yes | 1 to 4096 |
temperature | Temperature parameter for motion patching (default: 220.0, step: 0.1) | FLOAT | Yes | 1.0 to 1000.0 |
topk | Top-k value for motion patching (default: 2) | INT | Yes | 1 to 10 |
start_image | Starting image for video generation | IMAGE | No | - |
clip_vision_output | CLIP vision output for additional conditioning | CLIPVISIONOUTPUT | No | - |
tracks contains valid tracking data, the node processes motion tracks to generate video. When tracks is empty, it switches to standard image-to-video mode. If start_image is provided, it initializes the first frame of the video sequence.
Outputs
| Output Name | Description | Data Type |
|---|---|---|
positive | Positive conditioning with motion track information applied | CONDITIONING |
negative | Negative conditioning with motion track information applied | CONDITIONING |
latent | Generated video latent representation | LATENT |
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Source fingerprint (SHA-256):
b4855ec033d14139e8071a78b7831694282faaf0399f797341d3a9e9b926100d