并发提交|Zhenzhen Video G Omni Flash Lowprice(4 模式)
Four video modes in one budget node — text, first-frame, reference image, reference video
- image1
- image2
- image3
- input_video
- api_config
- future
The Zhenzhen Video G Omni Flash Lowprice concurrent submit node is the pack's most mode-shape-shifting video batcher: four modes in one node, switched by a single mode dropdown, and it's the budget ("lowprice") flavor of the Omni Flash family. Its sibling nodes are single-purpose; this one keeps asking "how do you want to start your video?" and reconfigures itself accordingly.
The mode dropdown:
text- pure text-to-video, default.frame- first-frame animation, usesimage1.reference- reference-image generation, accepts 1 or 3 images (image1…image3).reference_video- reference-video generation, frominput_video(local) orvideo_url(public). In this modesecondsis automatically omitted, because the output follows the reference clip.
Shared inputs: prompt (up to 20,480 chars), seconds (default 6), resolution (720p default), aspect_ratio (16:9 default), and nsfw_check (the documented content check, off by default). Plus api_config, skip_error, and the cache seed. Output is the single future (SEEDANCE_VIDEO_FUTURE) into 并发接收视频(10 路).
The interesting pattern for batching: you can run several of these in one receiver, each in a different mode - a text slot, a frame slot, a reference-video slot - and get four flavors of "this concept" back from one run. The receiver doesn't care what mode produced each future.
How it works
The standard concurrent machinery - validate, hand to the video thread pool (10 workers; SEEDANCE_VIDEO_CONCURRENCY), return the future - over a mode-dependent payload. Local media uploads; reference_video accepts either a local VIDEO or a public URL (the two are alternatives); the request is assembled per mode and the receiver collects slots in order with skip_error / failure_mode handling.
Installing it
ComfyUI Manager → search ComfyUI Seedance, or:
cd ComfyUI/custom_nodes
git clone https://github.com/T8mars/ComfyUI_Seedance.git
python -m pip install -r ComfyUI_Seedance/requirements.txt
Restart, look under Seedance/并发提交. requests and an api.seedance.nz key; nothing to download.
Where people get burned
- Mode-specific inputs don't apply in other modes.
secondsis dropped inreference_videomode,image1is the only active image slot inframemode, andinput_videoonly exists forreference_video. The node hides nothing, so a glance at the wrong mode's settings will mislead you. input_videovsvideo_url. Alternatives, not both. And public URLs have to be realhttp(s)://links.nsfw_checkis off by default. If you're batch-generating content that needs the gateway's check on record, flip it on - especially since this is the lowprice tier where you're most likely to be doing volume.- Cheap tier, cheap results. Lowprice is the budget flavor of the budget video family. Great for drafts and shot matching; manage expectations for the money shot.
Standing fine print: metered per clip, expiring links, prompts and reference media leave the machine. For "give me four different ways to start this same story, in parallel, on a budget," the mode-shifting is genuinely the right tool.
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | text | Text, first-frame, reference-image, or reference-video generation. | 文生、首帧、参考图或参考视频生成。 |
| prompt | STRING | Text prompt, up to 20480 chars. In multimodal mode you can reference materials as @Image 1 / @Video 1 / @Audio 1. | 文本提示词,多模态可用 @Image 1、@Video 1 指代第几个素材。 | |
| seconds | COMBO | 6 | Duration; omitted automatically for reference-video mode. | 时长;参考视频模式自动省略。 |
| resolution | COMBO | 720p | Output resolution. | 输出分辨率。 |
| aspect_ratio | COMBO | 16:9 | Output aspect ratio. | 输出画幅。 |
| nsfw_check | BOOLEAN | false | Enable the documented content check. | 启用文档中的内容检查。 |
| image1opt | IMAGE | Reference image 1; frame mode uses image1, reference mode accepts 1 or 3 images. | 参考图片 1;首帧模式使用 image1,参考模式支持 1 或 3 张。 | |
| image2opt | IMAGE | Reference image 2; frame mode uses image1, reference mode accepts 1 or 3 images. | 参考图片 2;首帧模式使用 image1,参考模式支持 1 或 3 张。 | |
| image3opt | IMAGE | Reference image 3; frame mode uses image1, reference mode accepts 1 or 3 images. | 参考图片 3;首帧模式使用 image1,参考模式支持 1 或 3 张。 | |
| input_videoopt | VIDEO | Local reference video; use only in reference_video mode. | 本地参考视频,仅用于参考视频模式。 | |
| video_urlopt | STRING | Public HTTP(S) reference video URL; use instead of input_video. | 公网参考视频直链,与本地视频二选一。 | |
| api_configopt | SEEDANCE_CONFIG | Connect Seedance API Config; otherwise SEEDANCE_API_KEY is used. | |
| skip_erroropt | BOOLEAN | false | On failure return a placeholder video instead of stopping. | 失败时输出占位视频而不中断工作流。 |
| seedopt | INT | 00–18446744073709550000 | ComfyUI cache seed. Fixed reuses the cached result while all other inputs stay unchanged; randomize/increment/decrement starts a new execution. This value is not sent to models without documented seed support. | ComfyUI 缓存种子;Fixed 在其他输入不变时复用缓存,随机、递增或递减会触发新任务。未声明支持 seed 的模型不会收到此参数。 |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| future | SEEDANCE_VIDEO_FUTURE | — |