视频|HappyHorse 1.1/1.0 参考生视频 R2V
Up to nine reference images fused into one video
- 参考图1
- 参考图2
- 参考图3
- 参考图4
- 参考图5
- 参考图6
- 参考图7
- 参考图8
- 参考图9
- 📁_本地保存路径
- 🆔_任务ID
- 🔗_视频云端链接
- 📄_完整日志
- 🎬_视频输出
HappyHorse's "reference-to-video" mode, and it's the one that does something the other HappyHorse nodes can't: fuse up to nine reference images into a single generated video. Same model family (1.1 default, 1.0 for legacy), same cloud API mechanics, but where I2V animates one still, R2V builds a scene out of many - think IP character consistency across shots, or a product shown from multiple angles with the identity held together. The nine-image budget is generous, and it's exactly the input count a character-consistency job wants.
One thing to get straight before you lean on the multi-image fusion: HappyHorse is one of the more obscure models this pack resells, and "reference fusion" on closed models is never as literal as it sounds. It's not ControlNet-style conditioning where image N maps to a precise region. You're handing the model a pile of visual references and a prompt that describes how they combine - so the prompt does a lot of work. The pack's own docs make the move explicit: with multiple references, tell the model what each one is ("image 1 is the person, image 2 is the outfit, image 3 is the setting").
How it works
参考图1 through 参考图9 are optional IMAGE ports (at least one required), plus a 图片URL列表 text field that overrides them - one public URL per line, the recommended route when your images are already hosted because it skips the upload step. A prompt in 生成指令, sync or async in 执行方式, and the usual five outputs come back: 🎬_视频输出, 📁_本地保存路径, 🔗_视频云端链接, 🆔_任务ID, 📄_完整日志.
The inputs that matter
参考图1–参考图9/图片URL列表- your visual references. Start with fewer than nine; each extra image costs upload time and can dilute the result.生成指令- describe the combined scene and each reference's role.执行方式- sync for single tests, async for batches or long jobs.清晰度- 1080P default; 720P while iterating.视频时长- 3–15 seconds.水印- watermark on or off.随机种子- fixed default.
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 from https://tikpan.com, connect 2–3 images, and write a prompt that names each image. Test with one or two references before you throw all nine at it - you'll learn the model's fusion behavior faster with a minimal case.
Common issues
Uploads are the recurring pain: many images means more chances for one to fail, so compress aggressively or use 图片URL列表 with hosted files. The multi-image input is also where "the model ignored image 3" complaints come from - usually the prompt never said what image 3 was. Timeouts and double-billing behave like every other video node in the pack: keep the 任务ID, use the task-query node to recover, and check the log before resubmitting.
Inputs (23)
| 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-r2v | 选择 HappyHorse 参考生视频模型;1.1 为新版,保留 1.0 兼容旧工作流 |
| 生成指令 | STRING | 一只可爱的柴犬在海边奔跑,海浪轻轻拍打沙滩,画面唯美自然 | 描述你想生成的视频画面,结合下面的参考图说明主体/动作/氛围 |
| 执行方式 | COMBO | 同步 (等待生成并下载) | 同步=直接等到出片;异步=只提交任务,配合『异步任务查询』节点取结果 |
| 清晰度 | COMBO | 1080P | 视频分辨率:1080P 更清晰但更慢更贵 |
| 视频时长 | COMBO | 5秒|5 | 生成视频的秒数;越长越慢越贵 |
| 水印 | COMBO | 无水印 | 是否在视频右下角加官方水印 |
| 随机种子 | INT | 8888880–2147483647 | 同种子+同提示词可复现视频;改种子可换不同结果 |
| 最长等待秒数 | INT | 60030–3600 | 等待视频生成完成的最长秒数;1080P/长视频建议加大 |
| 查询间隔秒数 | INT | 105–60 | 轮询任务状态的间隔秒数 |
| 中转站地址opt | COMBO | https://tikpan.com | Tikpan 中转站地址,一般保持默认即可 |
| 参考图1opt | IMAGE | 参考图片1(至少提供1张) | |
| 参考图2opt | IMAGE | 参考图片2(可选) | |
| 参考图3opt | IMAGE | 参考图片3(可选) | |
| 参考图4opt | IMAGE | 参考图片4(可选) | |
| 参考图5opt | IMAGE | 参考图片5(可选) | |
| 参考图6opt | IMAGE | 参考图片6(可选) | |
| 参考图7opt | IMAGE | 参考图片7(可选) | |
| 参考图8opt | IMAGE | 参考图片8(可选) | |
| 参考图9opt | IMAGE | 参考图片9(可选) | |
| 图片URL列表opt | STRING | 多行输入,每行一个图片URL(优先级高于图片输入,多个URL用换行分隔) |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| 📁_本地保存路径 | STRING | — |
| 🆔_任务ID | STRING | — |
| 🔗_视频云端链接 | STRING | — |
| 📄_完整日志 | STRING | — |
| 🎬_视频输出 | VIDEO | — |