# Kling 3.0 Omni Image

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 | Description | Data Type | Required | Range |
|-----------|-------------|-----------|----------|-------|
| `model_name` | The specific Kling AI model to use for image generation. | COMBO | Yes | `"kling-v3-omni"`<br>`"kling-image-o1"` |
| `prompt` | 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. | STRING | Yes | - |
| `resolution` | The target resolution for the generated image. Note: 4K resolution is not supported for the `kling-image-o1` model. | COMBO | Yes | `"1K"`<br>`"2K"`<br>`"4K"` |
| `aspect_ratio` | The desired aspect ratio (width to height) for the generated image. | 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"` |
| `series_amount` | Generate a series of images. This feature is not supported for the `kling-image-o1` model. (default: "disabled") | COMBO | Yes | `"disabled"`<br>`"2"`<br>`"3"`<br>`"4"`<br>`"5"`<br>`"6"`<br>`"7"`<br>`"8"`<br>`"9"` |
| `reference_images` | 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. | IMAGE | No | - |
| `seed` | Seed controls whether the node should re-run; results are non-deterministic regardless of seed. (default: 0) | INT | No | 0 to 2147483647 |

## Outputs

| Output Name | Description | Data Type |
|-------------|-------------|-----------|
| `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. | IMAGE |

> 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)

---
**Source fingerprint (SHA-256):** `923db96e956e0f11c9290478ceb105304893f28d35af9f0e13077ca0f88dff79`
