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

# KlingOmniProImageNode - ComfyUI Built-in Node Documentation

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

Kling Omni 图像（专业版）节点使用 Kling AI 模型生成或编辑图像。它基于文本描述创建图像，并允许您提供参考图像来引导风格或内容。该节点会向外部 API 发送请求，由 API 处理任务并返回最终图像。

## 输入参数

| 参数                 | 数据类型   | 必填 | 取值范围                                                                                                  | 描述                                                              |
| :----------------- | :----- | :- | :---------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------- |
| `model_name`       | COMBO  | 是  | `"kling-image-o1"`                                                                                    | 用于图像生成的具体 Kling AI 模型。                                          |
| `prompt`           | STRING | 是  | -                                                                                                     | 描述图像内容的文本提示。可以包含正向和负向描述。文本长度必须在 1 到 2500 个字符之间。                 |
| `resolution`       | COMBO  | 是  | `"1K"`<br />`"2K"`                                                                                    | 生成图像的目标分辨率。                                                     |
| `aspect_ratio`     | COMBO  | 是  | `"16:9"`<br />`"9:16"`<br />`"1:1"`<br />`"4:3"`<br />`"3:4"`<br />`"3:2"`<br />`"2:3"`<br />`"21:9"` | 生成图像所需的宽高比。                                                     |
| `reference_images` | IMAGE  | 否  | -                                                                                                     | 最多 10 张额外的参考图像。每张图像的宽度和高度必须至少为 300 像素，且宽高比必须在 1:2.5 到 2.5:1 之间。 |

## 输出参数

| 输出名称    | 数据类型  | 描述                       |
| :------ | :---- | :----------------------- |
| `image` | IMAGE | 由 Kling AI 模型生成或编辑的最终图像。 |
