minimax-h3

Solid

Use when writing or debugging prompts for MiniMax H3 (Hailuo 3) video-with-audio generation, running the open weights locally in ComfyUI, choosing a quant or an acceleration LoRA for the VRAM you have, wiring reference-to-video with images, video or audio, or when a generated clip produces gibberish speech, drifts off a reference identity, garbles audio after a latent upscale, or refuses to run on a build that looks current.

AI & Automation 96 stars 10 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
66
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# MiniMax H3 (Hailuo 3) H3 generates **video and synchronised stereo audio jointly**, from text, images, reference video, reference audio, or any mix. It is the same model family whether you hit the hosted API or run the open weights, but the two paths are wired completely differently and only one of them is free. **Two paths, do not confuse them.** - **Hosted API**, partner nodes `MinimaxHailuo03TextToVideoNode` / `...FirstLastFrameNode` / `...ReferenceNode`, category `partner/video/MiniMax`. 2K output, priced per second, no local weights. - **Local open weights**, core nodes `MiniMaxH3ImageToVideo` and `MiniMaxH3ReferenceToVideo` from `comfy_extras/nodes_minimax_h3.py`. 768p, free, and everything below is about this path. **Who owns what, so you open one file, not three.** THIS file owns the prompt format and the operating rules. `reference.md` next to it owns weights, quant sizes, acceleration packs and their wiring. The MiniMax entry in the kit's `MODELS.md` owns the node-level graph (every node and socket) and the licence. When they disagree, the node code wins and the discrepancy is a bug worth reporting. ## The prompt format is not free-form prose H3-Base consumes the output of a hosted prompt refiner (**H3-Context-IR**) that is **not** in the open release. So locally you write in the refiner's output shape yourself. From MiniMax's own `VIDEO_PROMPT_WRITING_GUIDE_base_en.md`, that is an optional instruction line, a blank line, then three fields: ``` integrate...

Details

Author
SlavaSexton
Repository
SlavaSexton/ComfyUI-Agent-Kit
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category