☁️BizyAir Seedance 1.5 Pro Image To Video
Animate a photo, now with synced audio
- first_frame_image
- last_frame_image
- video
- bizyair_model_name
The image-to-video node for ByteDance's newer Seedance 1.5 Pro model (doubao-seedance-1-5-pro-251215), reached through BizyAir's cloud API. Same job as the 1.0 I2V node elsewhere in this pack - animate a still photo from a prompt - but 1.5 adds one thing 1.0 doesn't have: synced audio generation. Seedance is one half of ByteDance's closed-product line (Seedream for images, Seedance for video); the components ByteDance actually gives away for free - Depth Anything, PuLID, SDXL-Lightning - live somewhere else entirely.
What it does
first_frame_image is required, so this node needs a real starting photo - it's not a text-to-video tool. prompt describes the motion and, now, the audio. resolution (480p/720p/1080p) and ratio (16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive) jointly determine output dimensions. duration runs 2–12 seconds, fps is fixed at 24 despite the dropdown, and camerafixed is a best-effort "try to keep the camera still" flag with no guarantee attached.
The optional last_frame_image lets you set an end frame alongside the start, so Seedance interpolates between two fixed points instead of freely extrapolating - genuinely the most controllable way to use this node if you know where the clip should land.
generate_audio is the headline addition over the 1.0 line: Seedance 1.5 Pro can generate voice, sound effects, and background music synced to what's happening on screen, driven from your prompt text. The tooltip's own advice is to wrap spoken dialogue in quotes for better results - and it flags explicitly that turning this on affects billing, so it's not a no-cost toggle.
seed runs -1 (random) to a fixed max for reproducibility.
Output
A video, plus the bizyair_model_name passthrough label.
Installing it
ComfyUI Manager: search BizyAir, install, restart. Or:
cd ComfyUI/custom_nodes && git clone https://github.com/siliconflow/BizyAir.git
Restart after. No local downloads - the generation runs on ByteDance's infrastructure, proxied through BizyAir, so what you actually need is a BizyAir account with an API key set (the pack handles first-time setup with a login link).
Where people get burned
Quality reports on Seedance 1.5 are mixed in practice. Real users on the API have flagged rough motion coherence on anything beyond simple actions - worth a cheap test generation before committing a batch of credits to a complex prompt.
Audio quietly adds cost. If a bill looks higher than expected, generate_audio left on from a previous run is the first thing to check.
last_frame_image is the feature people skip. If you want the clip to land on a specific pose or state rather than drift wherever the model decides, feeding an end frame is the whole point of choosing this node over the plain 1.0 line.
Forgetting first_frame_image is mandatory. This node animates a photo; it doesn't generate video from a prompt alone the way the T2V node does.
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| first_frame_image | IMAGE | — | |
| prompt | STRING | — | |
| model | COMBO | doubao-seedance-1-5-pro-251215 | 1 options: doubao-seedance-1-5-pro-251215 |
| resolution | COMBO | 1080p | 分辨率+比例共同决定视频尺寸,具体尺寸请参考官方文档说明 |
| ratio | COMBO | adaptive | 比例+分辨率共同决定视频尺寸,具体尺寸请参考官方文档说明 |
| duration | INT | 122–12 | — |
| fps | COMBO | 24 | 帧率固定24 |
| camerafixed | BOOLEAN | false | 平台可能在提示词中追加固定摄像机指令(效果不保证) |
| generate_audio | BOOLEAN | false | 影响计费。控制生成的视频是否包含与画面同步的声音,Seedance 1.5 pro 能够基于文本提示词与视觉内容,自动生成与之匹配的人声、音效及背景音乐。建议将对话部分置于双引号内,以优化音频生成效果。例如:男人叫住女人说:“你记住,以后不可以用手指指月亮。” |
| seed | INT | -1-1–2147483647 | — |
| last_frame_imageopt | IMAGE | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| bizyair_model_name | {"doubao-seedance-1-5-pro-251215": "doubao-seedance-1-5-pro"} | — |