ComfyUI Node
Normalize Video Latent Start
Normalizes the initial frames of a video latent to match the mean and standard deviation of subsequent reference frames. Helps reduce differences between the starting frames and the rest of the video.
Normalize Video Latent Start
- latent
- LATENT
◄enabledtrue►
◄start_frame_count4►
◄reference_frame_count5►
Categorynifty/latent
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Video latent to normalise. Must be a 5D latent (video). Passed through unchanged if only 1 frame. | |
| enabled | BOOLEAN | true | When disabled, the latent is passed through unchanged. |
| start_frame_count | INT | 41–16384 | Number of latent frames to normalize, counted from the start. |
| reference_frame_count | INT | 51–16384 | Number of latent frames immediately after the start frames to use as the normalization reference. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |