> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-chore-sync-comfy-api-v2-spec-12fd5b4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Kling 3.0 视频和图像生成 ComfyUI 官方示例

> 本文将介绍如何在 ComfyUI 中使用 Kling 3.0 模型，实现多镜头视频生成、主体一致性、多语言音频和原生文字渲染

Kling 3.0 是目前最先进的多模态生成系统之一，现已通过合作伙伴节点在 ComfyUI 中提供。此版本包括 **Kling Video 3.0**、**Kling Video 3.0 Omni**、**Kling Image 3.0** 和 **Kling Image 3.0 Omni**，将视频、图像、视听和叙事生成能力直接集成到你的节点工作流中。

## 关于 Kling 3.0

**核心功能：**

* **多镜头生成**：在单次生成中创建多个镜头并控制时长
* **锁定主体一致性**：在相机运动和场景演变中保持角色和物体的身份特征
* **原生音频与角色感知**：多语言对话，精确的口型同步和面部表情对齐
* **原生文字渲染**：为广告、UI 场景和品牌内容生成清晰、结构化的屏幕文字

<Tip>
  使用 API 节点需要保证你已经正常登录，并在受许可的网络环境下使用，请参考[API 节点总览](/zh/tutorials/partner-nodes/overview)部分文档来了解使用 API 节点的具体使用要求。
</Tip>

<Tip>
  <Tabs>
    <Tab title="本地用户">
      请确保你的 ComfyUI 已经更新。

      * [ComfyUI 下载](https://www.comfy.org/download)
      * [ComfyUI 更新教程](/zh/installation/update_comfyui)

      本指南里的工作流可以在[工作流模板](/zh/interface/features/template)中找到。如果找不到，可能是 ComfyUI 没有更新。

      如果加载工作流时有节点缺失，可能原因有：

      1. 你用的不是最新版（每夜版）。
      2. 启动时有些节点导入失败。
    </Tab>

    <Tab title="云端用户">
      * [Cloud](https://cloud.comfy.org) 会在 ComfyUI 稳定版本发布后更新。

      所以，如果你发现本文档中有任何核心节点缺失，可能是因为新核心节点尚未在最新稳定版中发布。请等待下一个稳定版发布。
    </Tab>
  </Tabs>
</Tip>

<h3 id="api_kling_v3_t2i">
  Kling 3.0：文生图
</h3>

使用 Kling 3.0 模型根据文本提示生成图像。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_kling_v3_t2i-1.webp" alt="Kling 3.0：文生图工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=api_kling_v3_t2i&utm_source=docs&utm_medium=referral&utm_campaign=kling-3-0">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_v3_t2i.json">
    下载 JSON，或在模板库中搜索“Kling 3.0：文生图”
  </Card>
</CardGroup>

**示例输出**

![Kling 3.0：文生图示例](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_kling_v3_t2i.png)

<h3 id="api_kling_v3_video">
  Kling 3.0：视频生成
</h3>

输入文本或图像提示，生成 15 秒视频序列，支持多镜头构图、复杂相机运动和主体一致性。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_kling_v3_video-1.webp" alt="Kling 3.0：视频生成工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=api_kling_v3_video&utm_source=docs&utm_medium=referral&utm_campaign=kling-3-0">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_v3_video.json">
    下载 JSON，或在模板库中搜索“Kling 3.0：视频生成”
  </Card>
</CardGroup>

**输入素材**

将以下文件上传到对应的 `LoadImage` 节点：

<CardGroup cols={2}>
  <Card title="boxing.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/boxing.png">
    `LoadImage` 节点 1 · `boxing.png`
  </Card>
</CardGroup>

<div style={{display: 'grid', gridTemplateColumns: 'repeat(2, minmax(0, 1fr))', gap: '1rem', alignItems: 'start'}}>
  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/boxing.png" alt="boxing.png" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />
</div>

<h3 id="api_kling_v3_flf2v">
  Kling 3.0：首尾帧生成视频
</h3>

输入首帧和尾帧图像，生成连续的视频序列，支持多镜头生成和精确的元素控制。

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_kling_v3_flf2v-1.webp" alt="Kling 3.0：首尾帧生成视频工作流预览" />

<CardGroup cols={2}>
  <Card title="在 Comfy Cloud 上运行" icon="cloud" href="https://cloud.comfy.org/?template=api_kling_v3_flf2v&utm_source=docs&utm_medium=referral&utm_campaign=kling-3-0">
    在 Comfy Cloud 中打开
  </Card>

  <Card title="下载工作流" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_v3_flf2v.json">
    下载 JSON，或在模板库中搜索“Kling 3.0：首尾帧生成视频”
  </Card>
</CardGroup>

**输入素材**

将以下文件上传到对应的 `LoadImage` 节点：

<CardGroup cols={2}>
  <Card title="goldenfish_in_bag.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/goldenfish_in_bag.png">
    `LoadImage` 节点 1 · `goldenfish_in_bag.png`
  </Card>

  <Card title="man_in_daydream.png" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/man_in_daydream.png">
    `LoadImage` 节点 13 · `man_in_daydream.png`
  </Card>
</CardGroup>

<div style={{display: 'grid', gridTemplateColumns: 'repeat(2, minmax(0, 1fr))', gap: '1rem', alignItems: 'start'}}>
  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/goldenfish_in_bag.png" alt="goldenfish_in_bag.png" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />

  <img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/man_in_daydream.png" alt="man_in_daydream.png" style={{width: '100%', height: 'auto', objectFit: 'contain'}} />
</div>

## 了解更多

如需了解 Kling 3.0 功能的详细示例、提示词和视频演示，请查看我们的博客文章：

<Card title="Kling 3.0 模型现已推出" icon="newspaper" href="https://blog.comfy.org/p/kling-30-models-are-now-available">
  阅读完整公告，内含视频示例、提示词技巧和功能深度解析。
</Card>

## 可用模型

| 模型                       | 类型 | 描述             |
| ------------------------ | -- | -------------- |
| **Kling Video 3.0**      | 视频 | 支持多镜头的标准视频生成   |
| **Kling Video 3.0 Omni** | 视频 | 具备音视频功能的高级视频生成 |
| **Kling Image 3.0**      | 图像 | 高质量图像生成        |
| **Kling Image 3.0 Omni** | 图像 | 具有增强功能的多模态图像生成 |

## 传统 Kling 模型（EOL）

<Warning>
  **生命周期结束（EOL）**：以下传统 Kling 模型和工作流模板计划于 **2026 年 9 月 15 日**停用：Kling V1.5、V1.6、V2.1、V2.1 Master 以及 Kolors 虚拟试穿 API。相关的合作节点仍保留在 ComfyUI 中，但这些模型选项将在停用日期之后停止工作。
</Warning>

### 已停用的工作流模板及替代方案

| 已移除的模板                                    | 建议的替代方案                                                                                                                                                                                                                                   |
| :---------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `api_kling_i2v`（V2.1 Master）              | [`api_kling_o3_i2v`](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_o3_i2v.json) 或 [`api_kling2_6_i2v`](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling2_6_i2v.json)         |
| `api_kling_effects`（V1.6）                 | Kling 3.0 特效工作流（`api_kling_v3_*`）                                                                                                                                                                                                         |
| `api_kling_flf`（V1.6）                     | [`api_kling_v3_flf2v`](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_v3_flf2v.json) 或 [`api_kling_o3_flf2v`](https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_kling_o3_flf2v.json) |
| `api_kling_dual_characters_effects`（V1.6） | Kling 3.0 特效工作流（`api_kling_v3_*`）                                                                                                                                                                                                         |

如需虚拟试穿，请使用 [Flux 虚拟试穿](/zh/built-in-nodes/FluxVTONode)（`api_flux_vto`）或其他受支持的替代方案。Flux VTO 和基于 Gemini 的时尚模板不受此次停用的影响。
