并发提交|MiniMax H3 OW Fast 视频生成(5 合 1)
MiniMax H3 OW Fast, five ways, in parallel — including audio-driven video
- image1
- image2
- image3
- image4
- image5
- image6
- image7
- image8
- image9
- api_config
- audio
- future
The "Fast" tier of MiniMax H3 OW is the pack's budget lane into the H3 family - cheaper and quicker than the full H3, at 480p/720p. The KB's closed-source doc notes H3's local weights come with a license that geofences the US/EU/UK/Korea; the API you're calling here sidesteps that whole question (it's a service, not a file you hold). This node is the concurrent-submit version of the pack's 5-in-1 Fast node, and the interesting part is the two audio-driven models - give the model one image and one audio clip, and it animates the image to the audio. That's genuinely unusual in this pack.
Standard wrapper mechanics: params validated up front, job pushed to a background video thread pool, SEEDANCE_VIDEO_FUTURE returned. That goes into SeedanceConcurrent_Video_Await, which waits on up to ten video futures and returns finished VIDEO values in slot order.
The inputs that matter
model- five choices:minimax-h3-ow-i2v-fast- first-frame image-to-video;image1required, prompt optional.minimax-h3-ow-r2v-fast- reference video from 1–9 images; prompt required.minimax-h3-ow-fl2va-audio-drive-fastand...-ref2va-audio-drive-fast- audio-driven: exactly oneimage1plus oneaudio, prompt optional.minimax-h3-ow-t2v-fast- pure text-to-video; prompt required, no images.
seconds- 5, 10, or 15.resolution-480por720p.ratio- the full eight:1:1,2:3,3:2,3:4,4:3,9:16,16:9,21:9.image1…image9- I2V uses onlyimage1; R2V opens the whole bank.audio- appears only for the two Audio Drive models and is required there; exactly one local audio gets uploaded and sent as a single-elementmetadata.audio_urlsarray.
Plus api_config, skip_error (placeholder video on failure), and the cache seed (fixed reuses results when nothing changed).
How it runs
The front-end dynamically shows 0, 1, or 9 image slots depending on the model - pick t2v-fast and the image slots vanish; pick an audio-drive model and a single audio input appears. Local audio is converted to WAV and uploaded before submit. The background worker does the poll-and-download, and an H.264 MP4 check stands between "returned" and "success."
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
- Audio Drive models are strict - one image, one audio, no more, no less. The node enforces it, so don't hunt for a second audio slot.
- t2v-fast with images attached - ignored, not an error, but pointless. The model uses prompt only.
- Missing prompt on t2v/r2v-fast - rejected at validation, before the API call. The fast failure is the good kind.
The usual pack caveats: metered per clip, your image and audio go to the gateway, and result links are temporary. The audio-driven models are worth one honest look - that's the feature people actually want out of H3.
Inputs (18)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | minimax-h3-ow-i2v-fast | MiniMax H3 OW Fast text, image, multi-image reference, or audio-driven video. | MiniMax H3 OW Fast 支持文生、图生、多图参考和音频驱动视频。 |
| prompt | STRING | Required for T2V/R2V Fast; optional for I2V and Audio Drive. | T2V/R2V Fast 必填,I2V 与音频驱动可选。 | |
| seconds | COMBO | 5 | MiniMax H3 OW Fast supports 5, 10, or 15 seconds. | 支持 5、10 或 15 秒。 |
| resolution | COMBO | 480p | MiniMax H3 OW Fast supports 480p or 720p. | 支持 480p 或 720p。 |
| ratio | COMBO | 16:9 | Documented MiniMax H3 OW Fast output aspect ratio. | 文档支持的输出画幅。 |
| image1opt | IMAGE | Fast reference image 1. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 1;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image2opt | IMAGE | Fast reference image 2. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 2;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image3opt | IMAGE | Fast reference image 3. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 3;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image4opt | IMAGE | Fast reference image 4. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 4;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image5opt | IMAGE | Fast reference image 5. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 5;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image6opt | IMAGE | Fast reference image 6. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 6;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image7opt | IMAGE | Fast reference image 7. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 7;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image8opt | IMAGE | Fast reference image 8. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 8;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| image9opt | IMAGE | Fast reference image 9. I2V uses only image1; R2V accepts 1 to 9 images. | Fast 参考图 9;I2V 仅使用 image1,R2V 支持 1 到 9 张图。 | |
| api_configopt | SEEDANCE_CONFIG | Connect Seedance API Config; otherwise SEEDANCE_API_KEY is used. | |
| audioopt | AUDIO | Required only for FL2VA/REF2VA Audio Drive Fast; exactly one audio is uploaded. | 仅 FL2VA/REF2VA 音频驱动 Fast 必填,上传且只使用一段音频。 | |
| skip_erroropt | BOOLEAN | false | On failure return a placeholder error video instead of stopping the workflow. | 失败时输出占位错误视频。 |
| 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 | — |