Bytedance Seedance 2.0 Text-to-Video
Four model tiers, native audio, up to four references
- reference_images_tensor
- client
- video_url
Seedance 2.0 Text-to-Video is ByteDance's video model served through WaveSpeed, and it's the most feature-dense text-to-video node in this pack. Prompt in, video URL out - but between those two points you get a four-tier model dropdown, up to four reference images and videos and audios, native synchronized audio, web search grounding, and 4–15 second clips at up to 1080p. That's a lot of dials, and most of them are genuinely useful.
The ByteDance context matters here: Seedance is an API-only product line - the KB's ByteDance panel is explicit that the entire Seedream and Seedance lines are hosted products with no open weights. So this node isn't a wrapper around something you could run locally; it's a paid API call dressed up as a graph node. What you get for that money is a strong commercial video model with native audio-visual generation, which is a capability tier most local setups can't touch.
The inputs that matter
model- the dropdown: Seedance 2.0 (standard), Turbo (faster, 720p/1080p only), Fast (cheaper), Fast Turbo (cheap + turbo, 720p/1080p only). These route to distinct WaveSpeed endpoints with real price differences - Fast is the budget pick for iteration, standard for final resultsprompt- the video descriptionreference_images- up to 4 URLs for style/character/composition guidancereference_videos/reference_audios- up to 4 each, total duration under 15sduration- 4 to 15 secondsaspect_ratio- 16:9, 9:16, 4:3, 3:4, 1:1, 21:9resolution- 480p / 720p / 1080pgenerate_audio- native synchronized audio, on by defaultenable_web_search- pulls real-time info into generation (useful for "a news-style clip about X")seed- reproducibility, -1 for randomreference_images_tensor- an IMAGE batch alternative to the URL list; each batch slice becomes one reference (capped at 4), sent as base64, and it takes precedence over the URL field when connected
The output is video_url (STRING), destined for Preview Anything.
Why the references matter
This is the differentiator vs. the pack's WAN nodes: Seedance T2V accepts reference images, videos, and audio. Feed it a character shot as reference_images and a clip as reference_videos and the prompt can ask for "this character, this camera move." It's how you keep identity and motion language consistent without training anything. The reference_images_tensor variant is the ComfyUI-native path - load an image with Load Image, wire the tensor in, and the node base64-encodes it itself instead of making you host a URL.
Install and setup
cd ComfyUI/custom_nodes
git clone https://github.com/eRepublik-Labs/comfyui-nodes-erpk.git erpk
cd erpk && pip install -r requirements.txt
Or "ERPK Custom Nodes" from ComfyUI Manager, restart, and set a WaveSpeed API key in ERPK Settings. Generation polls every 10 seconds with a 15-minute timeout - a 15-second 1080p clip is the slow end of that, so queue and walk away.
Troubleshooting
A few things to know before you burn credits. The Turbo variants are 720p/1080p only - select 480p with a Turbo model and you'll hit an endpoint error or a silent fallback. generate_audio on by default means every run bills for audio; turn it off for silent test runs. And the reference caps are real: more than four of anything gets truncated at four, and reference video/audio over 15s total will be rejected. If a run comes back empty, check the [WaveSpeed] log lines in the console - the API error message is usually there.
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | Seedance 2.0 | Model variant: standard, Turbo (faster, 720p/1080p only), Fast (cheaper), or Fast Turbo (Fast family + turbo, 720p/1080p only) |
| prompt | STRING | Text description of the video to generate | |
| reference_imagesopt | STRING | Reference image URL(s) for style/character/composition guidance. Single URL or list from WaveSpeed Upload Image. Up to 4 images. Ignored when `reference_images_tensor` is connected. | |
| reference_videosopt | STRING | Reference video URL(s) for motion/style guidance. Single URL or list. Up to 4 videos; total duration should not exceed 15s. | |
| reference_audiosopt | STRING | Reference audio URL(s) for audio style guidance. Single URL or list. Up to 4 audios; total duration should not exceed 15s. | |
| reference_images_tensoropt | IMAGE | Reference images as a ComfyUI IMAGE batch (B,H,W,C). Each batch slice becomes one reference, capped at 4. Takes precedence over `reference_images` URLs when connected. Sent as base64 data URIs. | |
| clientopt | WAVESPEED_AI_API_CLIENT | WaveSpeed API client (optional if API key is configured in Settings) | |
| durationopt | INT | 54–15 | Video duration in seconds (4-15) |
| aspect_ratioopt | COMBO | 16:9 | Video aspect ratio |
| resolutionopt | COMBO | 720p | Video resolution |
| seedopt | INT | -1-1–2147483647 | Random seed for reproducibility (-1 for random) |
| enable_web_searchopt | BOOLEAN | false | Enable web search for real-time information during generation |
| generate_audioopt | BOOLEAN | true | Generate native audio synchronized with the output video |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| video_url | STRING | — |