视频|Kling 文生视频
Text to cinematic video, defaulting to the value tier
- 📁_本地保存路径
- 🆔_任务ID
- 🔗_视频云端直链
- 📄_完整日志
- 🎬_视频输出
Kling's text-to-video, wrapped for ComfyUI: prompt in, cinematic clip out, with the same model ladder as the pack's Kling I2V node - kling-v2-5-turbo by default (the value tier), v2.6 and v3 a dropdown away. If you've used the image2video sibling, this is the exact same node minus the frame inputs: no first frame, no tail frame, just 生成指令 and the Kling-native knobs. Pure T2V is Kling's weakest mode relative to its competition, honestly - Kling shines when it has a first frame to work from - but for quick ad b-roll and concept clips where you have no image to start from, it's the right tool.
Same ground rules as every node in this pack: metered cloud API, sk- key from https://tikpan.com, your prompt leaves the machine, Kling's moderation applies. No local weights exist, so there's no local alternative for this specific model.
How it works
The 生成指令 is your whole creative input, so it carries the load - subject, action, camera, style, and mood all belong in there. The node submits to Kling's text2video endpoint, polls the task, downloads the result, and returns the standard five outputs: 🎬_视频输出 (VIDEO), 📁_本地保存路径, 🆔_任务ID, 🔗_视频云端直链, 📄_完整日志.
The knobs mirror the I2V node:
模式-std(faster, cheaper) vspro(higher quality).负向提示词- what to avoid; empty omits it.CFG Scale- Kling cfg_scale, default 0.5.生成声音-sound=on, but only v2.6+ models support it; it adds cost and wait.相机控制JSON- raw Kling camera_control for deliberate camera moves.视频时长- 5s or 10s;画面比例- 16:9 / 9:16 / 1:1.
Install and first run
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
Restart (or Manager → "Tikpan"), paste your key, write a prompt, set std + 5s and run. Nothing downloads - the model lives on Kling's servers. Test the 相机控制JSON on a short clip if you want controlled camera moves; it's the feature that separates Kling from cheaper T2V options.
Common issues
The same pack-wide failure family: 401 bad key, 402 empty balance, 429 rate-limited, video task timeouts (recover with 任务ID via the task-query node instead of re-billing), and charges with no file (check 完整日志). One T2V-specific note: with no image anchor, prompt quality is everything - a thin prompt gives you a generic clip, and the "sound" toggle silently no-ops on the default v2.5 Turbo model, so switch to v2.6+ before you expect audio. And if the VIDEO output won't preview but the local path has a file, that's your ComfyUI missing a video-preview extension, not a failed render.
Inputs (17)
| Name | Type | Default | Description |
|---|---|---|---|
| 💰_福利_💰 | COMBO | 1 options: 🔥 0.6元RMB兑1美元余额 | 全网底价 👉 https://tikpan.com | |
| 获取密钥请访问 | COMBO | 1 options: 👉 https://tikpan.com (官方授权Key获取点) | |
| API_密钥 | STRING | sk- | Tikpan 平台的 API 密钥,以 sk- 开头,从 https://tikpan.com 获取 |
| 模型版本 | COMBO | Kling v2.5 Turbo 性价比|kling-v2-5-turbo | 默认 v2.5 turbo,性价比优先 |
| 生成指令 | STRING | A cinematic product video with smooth motion, realistic lighting, high quality. | 描述视频画面、动作、镜头和风格 |
| 模式 | COMBO | 标准模式|std | std 标准更快更省;pro 更高质量 |
| 视频时长 | COMBO | 5秒|5 | Kling duration 参数 |
| 画面比例 | COMBO | 16:9 横屏|16:9 | Kling aspect_ratio 参数 |
| 负向提示词opt | STRING | 不希望出现的内容,留空则不传 | |
| CFG Scaleopt | FLOAT | 0.500–1 | Kling cfg_scale 参数 |
| 生成声音opt | BOOLEAN | false | 开启后发送 sound=on;仅支持 Kling v2.6 及以上模型,可能增加耗时/费用 |
| 相机控制JSONopt | STRING | 可选,传入 Kling camera_control JSON 对象 | |
| 中转站地址opt | COMBO | https://tikpan.com | Tikpan 中转站地址,一般保持默认即可 |
| 最长等待秒数opt | INT | 120060–7200 | 等待视频生成完成的最长秒数 |
| 查询间隔秒数opt | INT | 85–60 | 轮询任务状态的间隔秒数 |
| 校验HTTPS证书opt | BOOLEAN | false | 默认关闭以兼容部分网络 |
| 跳过错误opt | BOOLEAN | false | 开启后异常时返回空,不打断后续工作流 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 📁_本地保存路径 | STRING | — |
| 🆔_任务ID | STRING | — |
| 🔗_视频云端直链 | STRING | — |
| 📄_完整日志 | STRING | — |
| 🎬_视频输出 | VIDEO | — |