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

# KlingImage2VideoNode - ComfyUI Built-in Node Documentation

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

The Kling Image to Video Node generates a video from a starting reference image using text prompts. It takes an image as the first frame and creates a video sequence based on positive and negative text descriptions, with configurable options for model, duration, aspect ratio, and generation mode.

## Inputs

| Parameter         | Data Type | Required | Range                                                                                                                                                                        | Description                                                                                                                                                                                                                 |
| ----------------- | --------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `start_frame`     | IMAGE     | Yes      | -                                                                                                                                                                            | The reference image used to generate the video. The image must be at least 300x300 pixels and have an aspect ratio between 1:2.5 and 2.5:1.                                                                                 |
| `prompt`          | STRING    | Yes      | -                                                                                                                                                                            | Positive text prompt. Maximum 500 characters.                                                                                                                                                                               |
| `negative_prompt` | STRING    | Yes      | -                                                                                                                                                                            | Negative text prompt. Maximum 500 characters.                                                                                                                                                                               |
| `model_name`      | COMBO     | Yes      | `"kling-v2-master"`<br />`"kling-v2-1-master"`<br />`"kling-v2-5-turbo"`<br />`"kling-v2-1"`<br />`"kling-v1-6"`<br />`"kling-v1-5"`<br />`"kling-v1-4"`<br />`"kling-v1-0"` | The model used for video generation (default: `"kling-v2-master"`).                                                                                                                                                         |
| `cfg_scale`       | FLOAT     | Yes      | 0.0 to 1.0                                                                                                                                                                   | Controls how closely the video follows the prompt. Higher values mean stronger adherence (default: 0.8).                                                                                                                    |
| `mode`            | COMBO     | Yes      | `"std"`<br />`"pro"`                                                                                                                                                         | The generation mode. `"std"` is standard quality, `"pro"` is higher quality (default: `"std"`). Note: When using the `kling-v2-5-turbo` model, `"std"` mode is not supported and will be automatically switched to `"pro"`. |
| `aspect_ratio`    | COMBO     | Yes      | `"16:9"`<br />`"9:16"`<br />`"1:1"`                                                                                                                                          | The aspect ratio of the generated video (default: `"16:9"`).                                                                                                                                                                |
| `duration`        | COMBO     | Yes      | `"5"`<br />`"10"`                                                                                                                                                            | The duration of the generated video in seconds (default: `"5"`).                                                                                                                                                            |

## Outputs

| Output Name | Data Type | Description                                   |
| ----------- | --------- | --------------------------------------------- |
| `output`    | VIDEO     | The generated video output.                   |
| `video_id`  | STRING    | Unique identifier for the generated video.    |
| `duration`  | STRING    | Duration information for the generated video. |

***

**Source fingerprint (SHA-256):** `2845117c840372d457c58bfb8da077ccac32a9398e5679120104d8ee597d4855`
