Concurrent Submit | zhenzhen-minimax-h3-ow-video-lowprice
The full-fat MiniMax H3 tier, without the local 42GB download
- image1
- api_config
- task
MiniMax H3 is the open-weights omni-modal model that finally gave video a serious open answer to Veo - native stereo audio, unified text/image/video/audio context, and genuinely strong motion. It's also a 33-billion-parameter, ~42.5GB download with a license that geofences the US, EU, UK, and South Korea out of local use. So for a lot of people, the realistic way to actually use it is exactly this: the full (non-fast) H3 tier served by the Zhenzhen pack's cheap domestic API, wrapped in a Concurrent Submit twin so you can run it in the 10-worker video pool instead of waiting on one render at a time.
The inputs that matter
- model -
minimax-h3-ow-t2v,minimax-h3-ow-r2v(reference-to-video), orminimax-h3-ow-i2v(image-to-video). Same model, different input modes. - prompt - required.
- seconds - 5, 10, or 15. The longer clips are where H3's audio sync gets genuinely impressive.
- resolution - 480p or 720p on this route.
- ratio - standard set.
- image1 - a single image reference for i2v mode. (The fast tier sibling takes up to nine images plus audio; this one keeps it simple.)
- api_config - domestic route; wire the
zhenzhen-seedance2-low-price-api-settingsnode. - seed / skip_error - cache-control seed, and the fail-silently toggle.
The concurrent flow
Output is a task (COMFLY_VIDEO_FUTURE), not a video. Wire your tasks into ComflyConcurrent_Video_Await (10 slots) and it waits for the whole batch, returns the videos in slot order, and appends a status JSON. If you're doing a character-consistency study - same prompt, multiple reference frames - the batch layout is natural.
Install and gotchas
Part of T8mars/Comfyui-zhenzhen: ComfyUI Manager → search "Comfyui-zhenzhen", or git clone https://github.com/T8mars/Comfyui-zhenzhen into custom_nodes, then restart. No model files to fetch - the whole point is someone else hosts them. Paid token, overseas servers (proxy from China), per-second pricing that scales with resolution. Worth remembering you're paying for API calls to a model whose weights are technically open - if you're in an allowed territory with a big GPU, the local route is the cheaper long-run option, and this node is the convenience path.
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | minimax-h3-ow-t2v | 3 options: minimax-h3-ow-t2v, minimax-h3-ow-r2v, minimax-h3-ow-i2v |
| 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 | — | |
| api_configopt | ZHENZHEN_SEEDANCE2_CONFIG | — | |
| 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 | — |