> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NormalizeVideoLatentStart - ComfyUI Built-in Node Documentation

> 此节点调整视频潜空间表示（latent）的前几帧，使其看起来更像后续的帧。

此节点调整视频潜空间表示（latent）的前几帧，使其看起来更像后续的帧。它会从视频中较后的一组参考帧中计算平均值和变化量，并将这些特征应用到起始帧上。这有助于在视频开头创建更平滑、更一致的视觉过渡。

## 输入

| Parameter | Description                | Data Type | Required | Range                      |
| --------- | -------------------------- | --------- | -------- | -------------------------- |
| `Latent`  | 要处理的视频潜空间表示。               | LATENT    | 是        | -                          |
| `规格化数量`   | 要归一化的潜空间帧数，从开头开始计数（默认值：4）。 | INT       | 是        | 1 到 16384 (max resolution) |
| `参考数量`    | 在起始帧之后用作参考的潜空间帧数（默认值：5）。   | INT       | 是        | 1 到 16384 (max resolution) |

**注意：** `reference_frame_count` 会自动限制为起始帧之后可用的帧数。如果视频 latent 只有 1 帧长，则不执行归一化，并原样返回原始 latent。

## 输出

| Output Name | Description           | Data Type |
| ----------- | --------------------- | --------- |
| `latent`    | 处理后的视频潜空间表示，其起始帧已归一化。 | LATENT    |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/NormalizeVideoLatentStart/zh.md)

***

**Source fingerprint (SHA-256):** `383e5a19ee4cd8bdea5983567ddbdc30bb09c373142a1a934cea985f1b9d1b0d`
