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

# KlingOmniProEditVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the KlingOmniProEditVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

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

Kling Omni 编辑视频（专业版）节点使用 AI 模型，根据文本描述编辑现有视频。您提供源视频和提示词，节点将生成一个时长相同、包含所请求更改的新视频。它可以选择性地使用参考图像来引导风格，并保留源视频的原始音频。

## 输入参数

| 参数名                   | 数据类型    | 必填 | 取值范围                    | 描述                               |
| --------------------- | ------- | -- | ----------------------- | -------------------------------- |
| `model_name`          | COMBO   | 是  | `"kling-video-o1"`      | 用于视频编辑的 AI 模型。                   |
| `prompt`              | STRING  | 是  |                         | 描述视频内容的文本提示词。可以包含正向和负向描述。        |
| `video`               | VIDEO   | 是  |                         | 待编辑的视频。输出视频的时长将与此相同。             |
| `keep_original_sound` | BOOLEAN | 是  |                         | 决定是否在输出视频中保留输入视频的原始音频（默认值：True）。 |
| `reference_images`    | IMAGE   | 否  |                         | 最多 4 张额外的参考图像。                   |
| `resolution`          | COMBO   | 否  | `"1080p"`<br />`"720p"` | 输出视频的分辨率（默认值："1080p"）。           |

**约束与限制：**

* `prompt` 的长度必须在 1 到 2500 个字符之间。
* 输入 `video` 的时长必须在 3.0 到 10.05 秒之间。
* 输入 `video` 的尺寸必须在 720x720 到 2160x2160 像素之间。
* 使用视频时，最多可提供 4 张 `reference_images`。
* 每张 `reference_image` 的尺寸必须至少为 300x300 像素。
* 每张 `reference_image` 的宽高比必须在 1:2.5 到 2.5:1 之间。

## 输出

| 输出名称    | 数据类型  | 描述                |
| ------- | ----- | ----------------- |
| `video` | VIDEO | 由 AI 模型生成的编辑后的视频。 |
