并发提交|Seedance 2.5 Standard 视频生成(6 合 1)
Seedance 2.5 Standard, batched — six models, 30 images / 10 videos / 10 audios of references per job
- image1
- image2
- image3
- image4
- image5
- image6
- image7
- image8
- image9
- image10
- image11
- image12
- image13
- image14
- image15
- image16
- image17
- image18
- image19
- image20
- image21
- image22
- image23
- image24
- image25
- image26
- image27
- image28
- image29
- image30
- video1
- video2
- video3
- video4
- video5
- video6
- video7
- video8
- video9
- video10
- audio1
- audio2
- audio3
- audio4
- audio5
- audio6
- audio7
- audio8
- audio9
- audio10
- api_config
- future
Seedance 2.5 is the pack's namesake model line - the current Standard generation - and this is its concurrent-submit wrapper. Six models: domestic and global- overseas text-to-video, image-to-video, and the multimodal one. This is also the heavyweight of the pack: the Multi model accepts up to 30 images, 10 videos, and 10 audios as references in a single job. When you need the kitchen sink, this is where it lives.
Wrapper mechanics are pack-standard: validate parameters up front, push the job to a background video thread pool, return a SEEDANCE_VIDEO_FUTURE. Feed it into SeedanceConcurrent_Video_Await (up to ten video futures), and it returns finished VIDEO values in slot order. Running three different durations of the same Multi job side by side? Three of these, one receiver.
The inputs that matter
model-seedance-2.5-standard-{t2v,i2v,multi}plus the three-global-variants.prompt- required for T2V and Multi; optional for I2V. Multi references material in the prompt with@Image 1,@Video 1,@Audio 1.seconds- 4 to 30, or-1to let the model pick. That-1gets submitted asmetadata.duration=-1.resolution-480pthrough4k, plus thenative1080ppreset (2.5 Standard's native output). Note it's native1080p only - nonative4kon this line.ratio- the seven usual options,adaptivedefault.generate_audio- voice-over/sound effects on or off.image1…image30,video1…video10,audio1…audio10- the Multi reference bank. I2V usesimage1as the required first frame andimage2as an optional last frame; Multi takes the full spread, with the caveat that single reference clips must be 2–30s and combined reference media can't exceed 30s total.seed--1= random (that's what gets forwarded when native), non-negative = fixed.
Plus api_config and skip_error (placeholder video on failure). The cache seed applies too: fixed reuses cached results so an unchanged re-run doesn't spend another paid call.
How it runs
Standard wrapper machinery: reference media gets uploaded and folded into metadata.content, then submit → poll → download with the MP4 integrity check. The Multi path with big reference sets is the slow one to start - the README warns the API rate-limits uploads per token and the pack retries automatically, so a 30-image job can sit in upload for a while before generation even begins.
Installing
# ComfyUI Manager: search "ComfyUI Seedance" → install → restart.
# or:
comfy node install seedance
# or:
cd ComfyUI/custom_nodes
git clone https://github.com/T8mars/ComfyUI_Seedance.git
cd ../.. && python -m pip install -r custom_nodes/ComfyUI_Seedance/requirements.txt
Just requests; no weights. API key via Seedance API Config, SEEDANCE_API_KEY, or config/.env.
Where people trip
- Multi reference limits - it's not just 30 images; total reference media across all types is capped at 50 items and combined audio/video length at 30s. Exceed it and validation bounces the job.
native4kdoesn't exist here - 2.5 Standard supportsnative1080ponly; pick4k(an upscaled output tier) if you want more.@Imagenumbering - tags follow connected slot order and gaps get compacted; the console prints a renumber hint when it happens.- Slow batch starts on big Multi jobs - upload throttling, not a hang. Give it a minute before you suspect a bug.
Per-clip metering and data-leaves-the-machine caveats as always - and with 50 reference assets per job, that data leaving is a lot of data.
Inputs (59)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | seedance-2.5-standard-t2v | Seedance 2.5 Standard domestic/global model and task type. | Seedance 2.5 Standard 国内/海外线路及文生、图生或多模态模式。 |
| prompt | STRING | Required for T2V and Multi; optional for I2V. Multi can use @Image 1, @Video 1, and @Audio 1. | T2V 与 Multi 必填,I2V 可选;Multi 可用 @Image 1、@Video 1、@Audio 1 指代素材。 | |
| seconds | COMBO | 4 | 4 to 30 seconds; -1 lets the model choose the duration. | 支持 4 到 30 秒;-1 表示由模型智能选择时长。 |
| resolution | COMBO | 480p | Seedance 2.5 Standard output resolution, including the documented native1080p preset. | Seedance 2.5 Standard 输出分辨率,包含文档支持的 native1080p。 |
| ratio | COMBO | adaptive | Output aspect ratio. | 输出画面比例。 |
| image1opt | IMAGE | Image 1. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 1;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image2opt | IMAGE | Image 2. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 2;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image3opt | IMAGE | Image 3. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 3;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image4opt | IMAGE | Image 4. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 4;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image5opt | IMAGE | Image 5. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 5;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image6opt | IMAGE | Image 6. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 6;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image7opt | IMAGE | Image 7. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 7;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image8opt | IMAGE | Image 8. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 8;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image9opt | IMAGE | Image 9. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 9;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image10opt | IMAGE | Image 10. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 10;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image11opt | IMAGE | Image 11. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 11;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image12opt | IMAGE | Image 12. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 12;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image13opt | IMAGE | Image 13. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 13;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image14opt | IMAGE | Image 14. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 14;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image15opt | IMAGE | Image 15. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 15;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image16opt | IMAGE | Image 16. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 16;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image17opt | IMAGE | Image 17. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 17;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image18opt | IMAGE | Image 18. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 18;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image19opt | IMAGE | Image 19. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 19;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image20opt | IMAGE | Image 20. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 20;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image21opt | IMAGE | Image 21. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 21;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image22opt | IMAGE | Image 22. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 22;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image23opt | IMAGE | Image 23. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 23;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image24opt | IMAGE | Image 24. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 24;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image25opt | IMAGE | Image 25. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 25;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image26opt | IMAGE | Image 26. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 26;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image27opt | IMAGE | Image 27. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 27;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image28opt | IMAGE | Image 28. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 28;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image29opt | IMAGE | Image 29. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 29;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| image30opt | IMAGE | Image 30. I2V uses image1 as the first frame and image2 as the optional last frame; Multi accepts up to 30 images. | 图片 30;I2V 使用 image1 首帧和可选 image2 尾帧,Multi 最多支持 30 张图片。 | |
| video1opt | VIDEO | Multi reference video 1, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 1,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video2opt | VIDEO | Multi reference video 2, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 2,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video3opt | VIDEO | Multi reference video 3, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 3,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video4opt | VIDEO | Multi reference video 4, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 4,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video5opt | VIDEO | Multi reference video 5, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 5,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video6opt | VIDEO | Multi reference video 6, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 6,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video7opt | VIDEO | Multi reference video 7, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 7,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video8opt | VIDEO | Multi reference video 8, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 8,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video9opt | VIDEO | Multi reference video 9, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 9,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| video10opt | VIDEO | Multi reference video 10, up to 10 videos. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考视频 10,最多 10 个;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio1opt | AUDIO | Multi reference audio 1, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 1,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio2opt | AUDIO | Multi reference audio 2, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 2,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio3opt | AUDIO | Multi reference audio 3, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 3,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio4opt | AUDIO | Multi reference audio 4, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 4,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio5opt | AUDIO | Multi reference audio 5, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 5,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio6opt | AUDIO | Multi reference audio 6, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 6,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio7opt | AUDIO | Multi reference audio 7, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 7,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio8opt | AUDIO | Multi reference audio 8, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 8,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio9opt | AUDIO | Multi reference audio 9, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 9,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| audio10opt | AUDIO | Multi reference audio 10, up to 10 audios. Each clip must be 2-30 seconds and combined reference media must not exceed 30 seconds. | Multi 参考音频 10,最多 10 段;单段需为 2-30 秒,参考音视频总时长不能超过 30 秒。 | |
| generate_audioopt | BOOLEAN | true | Generate voice-over / sound effects. | 是否生成配音与音效。 |
| seedopt | INT | -1-1–2147483647 | -1 = random seed. | -1 表示随机种子。 Fixed reuses the cached result while all inputs stay unchanged; randomize/increment/decrement starts a new execution. | Fixed 在输入不变时复用缓存;随机、递增或递减会触发新任务。 |
| api_configopt | SEEDANCE_CONFIG | Connect a 'Seedance API Config' node; falls back to SEEDANCE_API_KEY env var. | |
| skip_erroropt | BOOLEAN | false | On failure return a placeholder error video instead of stopping the workflow. | 失败时输出占位错误视频而不中断工作流。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| future | SEEDANCE_VIDEO_FUTURE | — |