> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/KlingOmniProImageNode/en.md)

The Kling Omni Image (Pro) node creates or edits images using the latest Kling AI model. It generates images based on a text description and can optionally use reference images to guide the style or content. The node sends a request to an external API, which processes the task and returns the final image(s).

## Inputs

| Parameter          | Data Type | Required | Range                                                                                                 | Description                                                                                                                                                                                                                                                                                               |
| :----------------- | :-------- | :------- | :---------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `model_name`       | COMBO     | Yes      | `"kling-v3-omni"`<br />`"kling-image-o1"`                                                             | The specific Kling AI model to use for image generation.                                                                                                                                                                                                                                                  |
| `prompt`           | STRING    | Yes      | -                                                                                                     | A text prompt describing the image content. This can include both positive and negative descriptions. The text must be between 1 and 2500 characters long. You can use `@image`, `@image1`, `@image2`, etc. or `@video`, `@video1`, `@video2`, etc. to reference uploaded images or videos in the prompt. |
| `resolution`       | COMBO     | Yes      | `"1K"`<br />`"2K"`<br />`"4K"`                                                                        | The target resolution for the generated image. Note: 4K resolution is not supported for the `kling-image-o1` model.                                                                                                                                                                                       |
| `aspect_ratio`     | COMBO     | Yes      | `"16:9"`<br />`"9:16"`<br />`"1:1"`<br />`"4:3"`<br />`"3:4"`<br />`"3:2"`<br />`"2:3"`<br />`"21:9"` | The desired aspect ratio (width to height) for the generated image.                                                                                                                                                                                                                                       |
| `series_amount`    | COMBO     | Yes      | `"disabled"`<br />`"2"`<br />`"3"`<br />`"4"`<br />`"5"`<br />`"6"`<br />`"7"`<br />`"8"`<br />`"9"`  | Generate a series of images. This feature is not supported for the `kling-image-o1` model. (default: "disabled")                                                                                                                                                                                          |
| `reference_images` | IMAGE     | No       | -                                                                                                     | Up to 10 additional reference images. Each image must be at least 300 pixels in both width and height, and its aspect ratio must be between 1:2.5 and 2.5:1.                                                                                                                                              |
| `seed`             | INT       | No       | 0 to 2147483647                                                                                       | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 0)                                                                                                                                                                                              |

## Outputs

| Output Name | Data Type | Description                                                                                                                       |
| :---------- | :-------- | :-------------------------------------------------------------------------------------------------------------------------------- |
| `image`     | IMAGE     | The final image(s) generated or edited by the Kling AI model. If a series was requested, multiple images are returned as a batch. |

***

**Source fingerprint (SHA-256):** `b1d25806bc3b8eaa5ee8677a32b1f1f45189b800a2bfe1664635eaa851c34032`
