> ## 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.

# KlingOmniProTextToVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the KlingOmniProTextToVideoNode 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/KlingOmniProTextToVideoNode/zh.md)

此节点使用 Kling AI 模型，根据文本描述生成视频。它会将您的提示词发送至远程 API，并返回生成的视频。该节点允许您控制视频的时长、画面比例和质量。

## 输入参数

| 参数             | 数据类型   | 必填 | 取值范围                                | 描述                          |
| -------------- | ------ | -- | ----------------------------------- | --------------------------- |
| `model_name`   | COMBO  | 是  | `"kling-video-o1"`                  | 用于视频生成的具体 Kling 模型。         |
| `prompt`       | STRING | 是  | 1 到 2500 个字符                        | 描述视频内容的文本提示词。可以包含正向和负向描述。   |
| `aspect_ratio` | COMBO  | 是  | `"16:9"`<br />`"9:16"`<br />`"1:1"` | 要生成的视频的画面比例或尺寸。             |
| `duration`     | COMBO  | 是  | `5`<br />`10`                       | 视频的时长，单位为秒。                 |
| `resolution`   | COMBO  | 否  | `"1080p"`<br />`"720p"`             | 视频的质量或像素分辨率（默认值：`"1080p"`）。 |

## 输出结果

| 输出名称     | 数据类型  | 描述               |
| -------- | ----- | ---------------- |
| `output` | VIDEO | 根据提供的文本提示词生成的视频。 |
