Nodes/ComfyUI Seedance/并发提交|Seedance 2.5 Standard 视频生成(6 合 1)
ComfyUI Node

并发提交|Seedance 2.5 Standard 视频生成(6 合 1)

Seedance 2.5 Standard, batched — six models, 30 images / 10 videos / 10 audios of references per job

By T8mars·Created 2 months ago·Updated 3 days ago· 31
并发提交|Seedance 2.5 Standard 视频生成(6 合 1)
  • 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
modelseedance-2.5-standard-t2v
prompt
seconds4
resolution480p
ratioadaptive
generate_audiotrue
seed-1
skip_errorfalse

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 -1 to let the model pick. That -1 gets submitted as metadata.duration=-1.
  • resolution - 480p through 4k, plus the native1080p preset (2.5 Standard's native output). Note it's native1080p only - no native4k on this line.
  • ratio - the seven usual options, adaptive default.
  • generate_audio - voice-over/sound effects on or off.
  • image1image30, video1video10, audio1audio10 - the Multi reference bank. I2V uses image1 as the required first frame and image2 as 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.
  • native4k doesn't exist here - 2.5 Standard supports native1080p only; pick 4k (an upscaled output tier) if you want more.
  • @Image numbering - 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.

CategorySeedance/并发提交

Inputs (59)

NameTypeDefaultDescription
modelCOMBOseedance-2.5-standard-t2vSeedance 2.5 Standard domestic/global model and task type. | Seedance 2.5 Standard 国内/海外线路及文生、图生或多模态模式。
promptSTRINGRequired 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 指代素材。
secondsCOMBO44 to 30 seconds; -1 lets the model choose the duration. | 支持 4 到 30 秒;-1 表示由模型智能选择时长。
resolutionCOMBO480pSeedance 2.5 Standard output resolution, including the documented native1080p preset. | Seedance 2.5 Standard 输出分辨率,包含文档支持的 native1080p。
ratioCOMBOadaptiveOutput aspect ratio. | 输出画面比例。
image1optIMAGEImage 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 张图片。
image2optIMAGEImage 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 张图片。
image3optIMAGEImage 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 张图片。
image4optIMAGEImage 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 张图片。
image5optIMAGEImage 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 张图片。
image6optIMAGEImage 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 张图片。
image7optIMAGEImage 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 张图片。
image8optIMAGEImage 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 张图片。
image9optIMAGEImage 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 张图片。
image10optIMAGEImage 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 张图片。
image11optIMAGEImage 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 张图片。
image12optIMAGEImage 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 张图片。
image13optIMAGEImage 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 张图片。
image14optIMAGEImage 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 张图片。
image15optIMAGEImage 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 张图片。
image16optIMAGEImage 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 张图片。
image17optIMAGEImage 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 张图片。
image18optIMAGEImage 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 张图片。
image19optIMAGEImage 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 张图片。
image20optIMAGEImage 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 张图片。
image21optIMAGEImage 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 张图片。
image22optIMAGEImage 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 张图片。
image23optIMAGEImage 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 张图片。
image24optIMAGEImage 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 张图片。
image25optIMAGEImage 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 张图片。
image26optIMAGEImage 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 张图片。
image27optIMAGEImage 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 张图片。
image28optIMAGEImage 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 张图片。
image29optIMAGEImage 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 张图片。
image30optIMAGEImage 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 张图片。
video1optVIDEOMulti 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 秒。
video2optVIDEOMulti 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 秒。
video3optVIDEOMulti 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 秒。
video4optVIDEOMulti 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 秒。
video5optVIDEOMulti 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 秒。
video6optVIDEOMulti 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 秒。
video7optVIDEOMulti 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 秒。
video8optVIDEOMulti 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 秒。
video9optVIDEOMulti 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 秒。
video10optVIDEOMulti 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 秒。
audio1optAUDIOMulti 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 秒。
audio2optAUDIOMulti 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 秒。
audio3optAUDIOMulti 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 秒。
audio4optAUDIOMulti 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 秒。
audio5optAUDIOMulti 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 秒。
audio6optAUDIOMulti 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 秒。
audio7optAUDIOMulti 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 秒。
audio8optAUDIOMulti 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 秒。
audio9optAUDIOMulti 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 秒。
audio10optAUDIOMulti 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_audiooptBOOLEANtrueGenerate voice-over / sound effects. | 是否生成配音与音效。
seedoptINT-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_configoptSEEDANCE_CONFIGConnect a 'Seedance API Config' node; falls back to SEEDANCE_API_KEY env var.
skip_erroroptBOOLEANfalseOn failure return a placeholder error video instead of stopping the workflow. | 失败时输出占位错误视频而不中断工作流。

Outputs (1)

NameTypeDescription
futureSEEDANCE_VIDEO_FUTURE