This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Kling Omni Image (Pro) node generates or edits images using the Kling AI model. It creates images based on a text description and allows you to provide 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.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
model_name | COMBO | Yes | "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. |
resolution | COMBO | Yes | "1K""2K" | The target resolution for the generated image. |
aspect_ratio | COMBO | Yes | "16:9""9:16""1:1""4:3""3:4""3:2""2:3""21:9" | The desired aspect ratio (width to height) for the generated image. |
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. |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
image | IMAGE | The final image generated or edited by the Kling AI model. |