Concurrent Submit | zhenzhen-minimax-h3-ow-fast-video-lowprice
MiniMax H3 open-weights, fast tier, queued 10-deep in the video pool
- image1
- image2
- image3
- image4
- image5
- image6
- image7
- image8
- image9
- api_config
- audio
- task
MiniMax H3 is the late-2026 video moment you've been hearing about: an open-weights, 33B omni-modal model that does text, image, video, and audio as one input - native stereo sound in the video, up to 15 seconds at 2K. The catch, if you're not in the licensed territory or don't have the GPU for a 42.5GB model, is that running it locally is either not allowed or not possible (closed-source-models.md covers the license geofence in detail). This node is the workaround the Zhenzhen pack offers: the H3 fast tier, served through the cheap domestic API, wrapped in a Concurrent Submit twin so you can queue it in the 10-worker video pool.
What the fast tier changes
The _fast models are the distilled/quick variants - minimax-h3-ow-t2v-fast, r2v-fast, i2v-fast - trading a little fidelity for much shorter turnaround. When you're iterating on motion or lip-sync tests, that's the right trade; save the full tier for finals.
The inputs that matter
- model - the three fast variants, text/image/reference-to-video.
- prompt - required.
- seconds - 5, 10, or 15.
- resolution - 480p or 720p (the fast tier doesn't push higher here).
- ratio - the usual set.
- image1–image9 - up to nine reference images for i2v/r2v. That's the H3 unified-context thing: throw a stack of references at it and it figures out the subject.
- audio - an audio input for audio-driven clips (the README mentions audio-driven lip-sync digital humans on this family).
- api_config - domestic route, so wire the
zhenzhen-seedance2-low-price-api-settingsnode. - seed / skip_error - cache-control seed and fail-silently toggle.
The concurrent flow
Output is a task (COMFLY_VIDEO_FUTURE), not a video. Stack your jobs into ComflyConcurrent_Video_Await (10 slots), which waits for all of them, returns the clips in slot order, and appends a status JSON. Because fast-tier jobs turn around quickly, the pool actually stays full - which is exactly when the concurrent design shines.
Install and gotchas
Same pack: T8mars/Comfyui-zhenzhen via ComfyUI Manager or git clone https://github.com/T8mars/Comfyui-zhenzhen, then restart. No local weights - that's the point - and standard Python deps. Paid token, overseas servers (proxy from China). One thing to keep straight: this is the reseller-hosted H3, so H3's license geofence is the author's problem, not yours - you're just buying API calls. The price is per second and per resolution, so 15s at 720p is a different line item than 5s at 480p.
Inputs (18)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | minimax-h3-ow-i2v-fast | 5 options: minimax-h3-ow-i2v-fast, minimax-h3-ow-r2v-fast, minimax-h3-ow-fl2va-audio-drive-fast, minimax-h3-ow-ref2va-audio-drive-fast, minimax-h3-ow-t2v-fast |
| prompt | STRING | — | |
| seconds | COMBO | 5 | 3 options: 5, 10, 15 |
| resolution | COMBO | 480p | 2 options: 480p, 720p |
| ratio | COMBO | 16:9 | 8 options: 1:1, 2:3, 3:2, 3:4, 4:3, 9:16, +2 |
| image1opt | IMAGE | — | |
| image2opt | IMAGE | — | |
| image3opt | IMAGE | — | |
| image4opt | IMAGE | — | |
| image5opt | IMAGE | — | |
| image6opt | IMAGE | — | |
| image7opt | IMAGE | — | |
| image8opt | IMAGE | — | |
| image9opt | IMAGE | — | |
| api_configopt | ZHENZHEN_SEEDANCE2_CONFIG | — | |
| audioopt | AUDIO | — | |
| skip_erroropt | BOOLEAN | false | — |
| seedopt | INT | 00–18446744073709550000 | Execution seed for ComfyUI cache control. Fixed reuses the cached result; randomize/increment/decrement requests a new run. This compatibility seed is not sent to APIs that do not expose a native seed parameter. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| task | COMFLY_VIDEO_FUTURE | — |