视频|HappyHorse 1.1/1.0 文生视频 T2V
Pure text-to-video with a 1080p ceiling and a sync/async choice
- 📁_本地保存路径
- 🆔_任务ID
- 🔗_视频云端链接
- 📄_完整日志
- 🎬_视频输出
The text-to-video entry in the HappyHorse family: no image inputs at all, just a prompt, and out comes a 3–15 second clip at up to 1080P. It's the simplest of the four HappyHorse nodes - one required field (the prompt), one meaningful decision (sync vs async), and the standard five outputs. If you want to know whether this whole HappyHorse thing is worth integrating, this is the cheapest node to find out with.
The default prompt gives away the author's flavor ("a miniature city built from cardboard and bottle caps..."), which is fine - it's a good demonstration of the level of scene description the model rewards. And since there's no reference image to anchor the result, the prompt carries everything. 1080P at 3–15 seconds is a genuinely useful spec for short social content; that resolution tier is not something every resold video model offers at this price point.
How it works
Same cloud pipeline as every video node here - submit, poll, download, return. The standout knob is 执行方式: 同步 waits and downloads the finished clip before the workflow continues (fine for single test jobs), while 异步 submits the task and returns immediately with a 任务ID, letting you collect results later with the pack's async task node. The docs recommend async for long or batch runs, and that's the right instinct - T2V jobs at 1080P can sit in the queue for a while, and a synchronous node blocks your whole graph while it waits.
The inputs that matter
生成指令- the only creative input. Be specific about subject, action, camera, and mood.执行方式- sync for tests, async for anything real.清晰度- 1080P default, 720P for cheap iteration.画面比例- 16:9, 9:16, 1:1 (the five choices cover the short-form ratios).视频时长- 3–15 seconds; longer = slower + pricier.水印- on/off.随机种子- fixed default for reproducibility.
Install and first run
cd ComfyUI/custom_nodes
git clone https://github.com/htrert/ComfyUI-Tikpan-Pro
Restart (or Manager → "Tikpan"), paste your sk- key, write a prompt, pick 720P and 5 seconds for the first run, and switch to async once you trust the setup. Nothing to download - the model lives on Tikpan's servers.
Common issues
The boring pack-wide trio applies (401 bad key, 402 empty balance, 429 calling too fast), plus the video-task staples: timeouts on long jobs (use 任务ID + the task-query node to recover instead of paying twice), money taken with no file (the 完整日志 tells you whether the render actually succeeded), and preview problems that are local - if the VIDEO tensor won't display but 本地保存路径 has a file, the clip is fine. Because there's no image anchor, prompt quality is your only lever: vague prompt, vague video.
Inputs (14)
| 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 | HappyHorse 1.1 文生视频|happyhorse-1.1-t2v | 选择 HappyHorse 文生视频模型;1.1 为新版,保留 1.0 兼容旧工作流 |
| 生成指令 | STRING | 一座由硬纸板和瓶盖搭建的微型城市,在夜晚焕发出生机。一列硬纸板火车缓缓驶过,小灯点缀其间,照亮前路。 | 描述你想生成的视频画面/动作/氛围,越具体越准确 |
| 执行方式 | COMBO | 同步 (等待生成并下载) | 同步=直接等到出片;异步=只提交任务,配合『异步任务查询』节点取结果(适合长视频/批量) |
| 清晰度 | COMBO | 1080P | 视频分辨率:1080P 更清晰但更慢更贵 |
| 画面比例 | COMBO | 16:9 | 视频比例:16:9 横屏,9:16 竖屏短视频,1:1 方屏 |
| 视频时长 | COMBO | 5秒|5 | 生成视频的秒数;越长越慢越贵 |
| 水印 | COMBO | 无水印 | 是否在视频右下角加官方水印 |
| 随机种子 | INT | 8888880–2147483647 | 同种子+同提示词可复现视频;改种子可换不同结果 |
| 最长等待秒数 | INT | 60030–3600 | 等待视频生成完成的最长秒数;1080P/长视频建议加大 |
| 查询间隔秒数 | INT | 105–60 | 轮询任务状态的间隔秒数 |
| 中转站地址opt | COMBO | https://tikpan.com | Tikpan 中转站地址,一般保持默认即可 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 📁_本地保存路径 | STRING | — |
| 🆔_任务ID | STRING | — |
| 🔗_视频云端链接 | STRING | — |
| 📄_完整日志 | STRING | — |
| 🎬_视频输出 | VIDEO | — |