Everything built on top of MiniMax H3 — the open-weight omni-modal video model that generates picture and native audio together. Weights, quantizations, LoRAs, ComfyUI nodes, workflows and the tricks people found. Every entry checked against a live API and dated.
Scope: H3 only. MiniMax ships plenty besides H3 — the M-series LLMs, Music, an agent stack with more stars than H3 itself. None of it is here. If an entry cannot be pointed at H3, it does not belong on this list.
- Official
- Run it
- Fit it on your GPU
- Make it fast
- LoRAs and training
- Unusual tricks
- Direct a film
- Agent skills
- Other ComfyUI nodes
- Prompting
- Ready-made workflows
- Learn
- Related lists
- What is MiniMax H3?
- What gets in
How to read an entry. Every entry carries its popularity and the date it was last touched, both read from the live API on 2026-09-07. ⭐ marks a community project that MiniMax named itself, in its release roundup or on its community picks page — so it is not applied inside the Official section, where everything is official by definition.
Start here. Weights, docs and the endpoints, straight from MiniMax.
- MiniMax-AI/MiniMax-H3
8.2k★ · 2026-08-15— Official repository — inference code, model card and the reference pipelines for every H3 task. - MiniMaxAI/MiniMax-H3
5k♥ · 5M↓ · 2026-08-13— Official weights on Hugging Face. - MiniMax/MiniMax-H3 (ModelScope) — Official weights on ModelScope — the faster mirror inside mainland China.
- H3 open-source community picks — The official, continuously updated showcase of community projects and tutorials. This list tracks it.
- H3 user handbook — The complete official usage handbook — first entry on the picks page.
- Open-source announcement — "Open General Intelligence" — the release post.
- Model tech blog — How H3 collapses tasks and modalities into one context.
- H3 product page (Hailuo AI) — Hosted H3 — try it without a GPU.
- Video generation v2 API — The H3 generation endpoint.
- Context IR (H3-only) — H3's multimodal context intermediate representation — the API-side counterpart of its one-context design.
- Regeneration API — Re-roll a shot while keeping the rest of the context fixed.
- MiniMax Discord — Where most H3 troubleshooting actually happens.
Getting H3 to produce a first clip, on whatever hardware you actually have.
- ⭐ ComfyUI official H3 tutorial — The path of least resistance for a first local run.
- ⭐ Comfy template: text-to-video — Official t2v workflow template.
- ⭐ Comfy template: reference-to-video — Official r2v workflow template.
- nkxx188/ComfyUI-MiniMaxH3-Easy
659★ · 2026-09-06— One node set covering t2v, i2v, first/last-frame and reference modes. - LeonQ8/ComfyUI-ALLinONE-MinimaxH3
313★ · 2026-08-31— The entire H3 pipeline behind one node — pick a mode, drop in a prompt or references, generate. No graph to wire up and no hunting through a dozen node packs to find the right workflow.
- vLLM recipe — Serving recipe for vLLM.
- SGLang cookbook — Serving recipe for SGLang.
- diffusers pipeline docs — H3 is merged into diffusers main — pipeline, scheduler and both autoencoders.
- ⭐ antirez/h3.c
2.6k★ · 2026-08-11— Redis author antirez rewrote H3 inference from scratch in C + Metal: safetensors read directly, Qwen text/vision encoders, DiT and both VAEs in one native Mac binary — no Python, no PyTorch. Covers t2av, first/last-frame and Ref2VA. - deepbeepmeep/Wan2GP
9.2k★ · 2026-09-07— Runs H3 on low-VRAM consumer cards; pairs with the DeepBeepMeep packaged weights. - OpenCharAI/OpenChar
289★ · 2026-09-07— Node-based AI filmmaking on your own GPU. - PipeNetwork/minimax-h3-mlx
73★ · 2026-08-10— MLX port of the full 33B joint video+audio pipeline, validated against the reference implementation. - mrbizarro/Phosphene
211★ · 2026-09-07— Video, image and character-LoRA training on a Mac, all in MLX: no PyTorch, no CUDA, no cloud, no API key. One-click Pinokio install, and it runs LTX-2.5 alongside H3.
- ⭐ NVIDIA Sol Engine (NVlabs/Sana, sol-engine branch) — NVIDIA optimized H3 within 4.5 hours of release, with no weight changes, no distillation, no LoRA and no offline calibration.
- ⭐ Sol Engine — datacenter report — 8×GB200, 1344×768, 24fps, 124 frames, 50 steps: 3.95× vs Diffusers, 2.80× vs SGLang.
- ⭐ Sol Engine — on-device report — 3.92× on DGX Spark, 4.52× on RTX 5090.
- Sol Video Inference Engine (paper) — The method behind the numbers above.
- ⭐ charlie12345/R9700AIProComfyUIPatch
20★ · 2026-08-08— ComfyUI patch for RDNA4 Radeon AI PRO R9700 on ROCm — tuned partial RoPE, long-sequence attention and model loading. Benchmarked at 864×480, 124 frames, 20 steps on a 32GB R9700.
- ⭐ MiniMaxAI/MiniMax-H3-Turbo-Lora
383♥ · 2026-08-25— Official Space running the Turbo LoRA. - multimodalart/minimax-h3
289♥ · 2026-08-22— The most-liked community Space. - mrfakename/minimax-h3-ultra-fast
210♥ · 2026-09-04— Few-step variant, for a quick look. - multimodalart/minimax-h3-reference
86♥ · 2026-08-16— Try the reference-conditioned (Ref2VA) mode in the browser. - akhaliq/MiniMax-H3-Turbo-Lora
88♥ · 2026-08-24— Another hosted Turbo LoRA demo. - geocine/MiniMax-H3-Prompt-Enhancer
23♥ · 2026-08-09— Expands a bare idea into an H3-shaped prompt. - Atlas Cloud — hosted H3 API — Hosted t2v, i2v and ref2v endpoints, for when you would rather not keep 42GB resident. Disclosure: run by the people who maintain this list.
The full model is 123.6GB. These are the projects that got it down to something a desktop can hold.
- ⭐ Comfy-Org/MiniMax-H3
1.7k♥ · 19.6M↓ · 2026-09-06— The ComfyUI packaged build, and by download count the way most people actually run H3: 40% of the modulation weights pruned, INT8 ConvRot and custom kernels take 123.6GB down to 42.5GB. - DeepBeepMeep/MiniMax-H3
56♥ · 464.2k↓ · 2026-09-06— Low-VRAM packaging from the Wan2GP author.
- realrebelai/MiniMax-H3_GGUFs (GGUF)
214♥ · 365.3k↓ · 2026-08-08— The most-liked GGUF set. - Abiray/Minimax-H3-nvfp4-INT4-INT8-Convrot (NVFP4 · INT4/INT8 ConvRot)
224♥ · 299.1k↓ · 2026-08-15— Mixed-precision builds; the download leader among community quants. - unsloth/MiniMax-H3-GGUF (GGUF)
262♥ · 620.7k↓ · 2026-08-14— Unsloth's GGUF conversions. - Abiray/MiniMax-H3-GGUF (GGUF)
128♥ · 1.1M↓ · 2026-08-08— Widely used GGUF set. - lilcheaty/MiniMax-H3-NVFP4 (NVFP4)
102♥ · 2026-08-05— NVFP4 for Blackwell-class cards. - molbal/MiniMax-H3-GGUF (GGUF)
55♥ · 174.2k↓ · 2026-08-12— Another GGUF line. - leejet/MiniMax-H3-GGUF (GGUF)
19♥ · 69k↓ · 2026-08-30— From the author of stable-diffusion.cpp. - Abiray/MiniMax-H3-Pruned-GGUF (GGUF)
59♥ · 269.8k↓ · 2026-08-07— GGUF built on the pruned weights — the smallest route that still tracks the ComfyUI build.
- Kijai/MiniMax-H3_comfy
417♥ · 2026-08-13— Kijai's ComfyUI conversions — the de-facto standard component set, including rank-reduced LoRAs. - Kijai/MiniMax-H3-experimental
418♥ · 2026-08-29— Experimental variants from the same author. - Kijai/MiniMax-H3-TAE
164♥ · 2026-08-05— Tiny autoencoder — fast previews instead of full VAE decodes. - NicoLab28/ClipProj-MiniMax-H3
142♥ · 2026-08-16— Projected text encoder: 15.7GB down to 5.2GB. - Mamad8/MiniMax-H3-Image-VAE
75♥ · 2026-08-08— Image VAE split out for single-frame work. - nicolab28/ComfyUI-ClipProj
137★ · 2026-08-17— The ComfyUI side of ClipProj — swaps the large text encoder for a small one through a learned linear projection. - smhfacct/Minimax-H3-fl2va-ref2va-hybrid-models
218♥ · 2026-08-16— Pre-merged fl2va/ref2va hybrids, for when you would rather download the combination than assemble it with a hybrid loader.
Two separate levers: fewer sampling steps (Turbo LoRAs) and cheaper steps (caching, attention kernels). They compose.
- ⭐ larryvrh/MiniMax-H3-Turbo-Lora
932♥ · 621.9k↓ · 2026-08-08— The original 4-step Turbo LoRA, with multiple checkpoint and EMA variants. 4 steps is ~5× faster but smears large motion; 6–8 steps keeps detail and audio quality. - Larryvrh/ComfyUI-MiniMax-H3-Turbo
555★ · 2026-08-14— Matching loader node and Turbo sampler; handles BF16, INT8 ConvRot and pruned builds. - lightx2v/Minimax-h3-Turbo
858♥ · 1.2M↓ · 2026-09-04— Distilled Turbo weights; the method is open-sourced in ModelTC/Minimax-H3-Turbo. - ModelTC/Minimax-H3-Turbo
349★ · 2026-08-27— The 4-step distillation method behind the weights above. - drbaph/MiniMax-H3-Turbo-Lora-ComfyUI
390♥ · 232.6k↓ · 2026-09-04— Converted for pruned-build compatibility. - joyfox/MiniMax-H3-Turbo
65♥ · 2026-08-12— 4-step, BF16 only. - t8star/minimax-h3-4step-turbo-loras-comfyui-exp
58♥ · 2026-08-09— Built for int8_convrot. - Abiray/MiniMax-H3-Turbo-Lora-Pruned-ComfyUI
49♥ · 20.7k↓ · 2026-08-09— Ships with workflow JSON. - tutututututu/…-AudioVideo-20to8-NFE-LoRA
19♥ · 2026-08-09— 20 → 8 NFE, tuned to keep audio intact.
- kijai/ComfyUI-SolAttn_triton
454★ · 2026-08-21— Brings Sol-Attn into ComfyUI via Triton. - Saganaki22/ComfyUI-sol-attn
130★ · 2026-08-13— Another Sol-Attn integration. - xmarre/ComfyUI-Spectrum-MiniMax-H3
635★ · 2026-09-06— Spectral prediction to cut steps. - HELPMEEADICE/TE-Speed-MiniMaxH3-OSS
301★ · 2026-08-03— Aggressive text-encoder caching. - T8mars/comfyui-minimax-h3-blockcache-T8
124★ · 2026-08-24— Block cache. - duckyshell/ComfyUI-MiniMaxH3-FirstBlockCache
98★ · 2026-08-07— First-block cache. - lihaoyun6/ComfyUI-MiniMaxH3-Cache
77★ · 2026-08-03— Cache node tuned specifically for H3. - Tr1dae/ComfyUI-MiniMaxH3_LatentUpscaler
232★ · 2026-08-17— Upscales AV latents. - LBH-123-AI/Comfyui_Minimax_h3_latent_Upscaler
532★ · 2026-08-28— Upscales H3's 24-channel latents with a trained network rather than naive interpolation, skipping the expensive VAE decode/encode round trip on the way to high resolution.
Teaching H3 a look it does not have — and the paths to training your own.
- ⭐ fal/MiniMax-H3-Realism-People-LoRA
357♥ · 57.6k↓ · 2026-08-12— Vendor-trained realistic-people LoRA: 176 clips at a uniform 24fps, 16 hyperparameter runs compared. - Inner-Reflections/MiniMax-H3-Looping-Sketch-Anime
75♥ · 2026-08-11— Looping hand-drawn anime. - Jojocodex/minimax-h3-spatial-physics-lora
105♥ · 14.2k↓ · 2026-08-19— Trained for spatial reasoning and object motion rather than a look — aimed at the physics H3 gets wrong.
- ⭐ fal H3 LoRA Trainer — Hosted trainer billed per training step, with t2v, flf2v, i2v and ref2va entry points. Reference material feeds both H3's visual conditioning sequence and the Qwen3-VL prompt side, so picture and sound can be trained together; frames, resolution, rank, steps and reference-conditioning ratio are all adjustable.
- fal — how to train an H3 LoRA — Their working defaults: 10–200 clips at 24fps, rank 16 and up, lr 2e-4, A/B evaluation on a fixed seed.
- ⭐ IAmIronMan42/MiniMax-H3-FineTuning
80★ · 2026-08-10— Full fine-tuning on top of the official diffusers integration: separate noise schedules for picture and sound, real stereo audio in training. Run on 8×A800 over 2000+ clips at 30s / 448×768. - modelscope/DiffSynth-Studio
13.1k★ · 2026-09-07— Complete H3 training path — LoRA scripts plus model docs. - DiffSynth — H3 LoRA training script — The FL2VA LoRA training entry point.
- ostris/ai-toolkit
11.9k★ · 2026-09-06— Added H3 t2v and i2v training. - unslothai/unsloth
75.7k★ · 2026-09-07— Lists MiniMax-H3 among its supported training targets.
The most interesting corner of this ecosystem: things H3 turned out to do that it was never trained to do. MiniMax's own release roundup led with these rather than with benchmarks.
- ⭐ NikoDemon80/ComfyUI-H3-Motion-Context
914★ · 2026-09-06— Recursive generation: reads the previous segment's picture and audio latents directly, takes its last 22 frames as the next segment's opening condition, and re-aligns audio onto one timeline — avoiding the information loss of decoding and re-encoding between segments. - ethanfel/ComfyUI-MiniMaxH3-Context-Loop
383★ · 2026-09-07— Reviewable long-form workflow: shot planning, per-segment preview, regeneration, checkpoints and automatic stitching. - tritant/ComfyUI_MiniMax_H3_Extender
192★ · 2026-09-06— Folds Ref2VA conditioning, Motion Context, disk caching, multi-clip generation and image/audio references into one node, so long continuous sequences stop requiring a hand-built graph.
- ⭐ tori29umai0123/ComfyUI-MiniMaxH3-SingleFrame
83★ · 2026-08-19— Turns H3 into an image editor with no extra training at all: pin the input image at frame 0, generate a single AV latent, decode it as an image. A second mode pins first and last frames and takes the middle. Ships Temporal RoPE Patch and Empty Single Frame Latent nodes. - Comfy-Org/ComfyUI#15416 — Tracking issue for single-frame VAE decode artifacts — read before you file your own.
- thaakeno/ComfyUI-MiniMax-H3-Studio
95★ · 2026-08-20— Turns H3 into an actual image workflow: text-to-image, editing, multi-reference generation, LightX acceleration, face refine, previews and benchmarking — without building the H3 graph yourself.
- matlowai/ComfyUI-MAINodes
140★ · 2026-09-05— Contact-sheet diffusion (several views of one subject in a single generation) plus a motion lab for test-time de-roping.
One of the three tricks MiniMax highlighted has no repo at all. Take the default image-to-video workflow, disconnect the input image, and drop the resolution to 32×32. Pull dialogue, ambience and effects out separately with Get Video Components. It runs close to real time, audio quality does not noticeably suffer, and the result can be fed back in as an audio reference. Credited to developer comfiestncoziest in the official one-week roundup; the original write-up appears to be a Reddit post we have not been able to locate — a pointer would be welcome.
H3 makes shots, not films. These projects add what sits above a shot: planning, continuity, batching, edit and export.
- ⭐ chiphoton/MiniMax-H3-Codex-Drama
29★ · 2026-09-01— An installable Codex plugin with nine built-in skills that drives local H3 through the ComfyUI MCP: character and scene design, storyboard keyframes, per-shot workflow selection, then FFmpeg edit, mix, subtitle, export and QC. Prompts, assets, candidate takes and selection results are all kept, so a run can be resumed and each new attempt keeps its own version. - ⭐ huangserva/ComfyUI_MiniMaxH3_Director
897★ · 2026-08-04— Segment planning, conditioning, sampling, decoding and export folded into one node; PySceneDetect splits scenes automatically and the previous segment's closing motion and audio become the next one's context. - AIMixer/ComfyUI_MiniMaxH3_Director
1.4k★ · 2026-09-07— Multi-segment directing, adapted to the official nodes. - seesee75-commits/ComfyUI-MiniMaxH3-Director
283★ · 2026-08-16— Timeline storyboard. - open-video-ai/open-video
116★ · 2026-08-18— "Ollama for MiniMax H3" — a local director layer over ComfyUI. - yg496/CS-H3-Multimodal-Director
57★ · 2026-08-05— Multimodal directing setup.
Installable skills that let a coding agent — Claude Code, Codex, OpenCode and friends — do the prompting and drive the pipeline for you.
- Rimagination/h3lite
407★ · 2026-08-23— Hardware-aware Codex skill for local generation through ComfyUI: it profiles what you have and picks the route — low-VRAM fast, or quality — instead of making you choose. Bilingual docs. - benjiyaya/Minimax-H3-Prompt-AgentSkill
129★ · 2026-08-06— Agent Skill that turns media plus a rough idea into a formatted H3 prompt. - SlavaSexton/ComfyUI-Agent-Kit
94★ · 2026-09-03— One ComfyUI skill that every coding agent can drive — Claude Code, Codex, Gemini CLI, Qwen Code. - T8mars/minimax-h3-prompt-skill-T8
203★ · 2026-09-06— Creative-DNA prompt cases packaged as installable skills. - unknowlei/minimax-h3-opencode-skills
108★ · 2026-08-09— OpenCode skill suite: directing, routing, multishot planning and prompt generation.
Useful nodes that do not fit the categories above.
- T8mars/comfyui-minimax-h3-audio-T8
966★ · 2026-09-06— Audio-side nodes — the part most H3 workflows under-use. - ethanfel/ComfyUI-MiniMax-H3-Guide
229★ · 2026-08-11— Normalizes prompts into the shape H3 responds to. - Carasibana/ComfyUI-H3-FaceRefine
335★ · 2026-09-04— Fixes the small-face problem in H3 output: per-frame face tracking, crop, refine, composite back. - HM-RunningHub/ComfyUI_RH_MinMaxH3
130★ · 2026-08-05— RunningHub's H3 node pack. - scottmudge/ComfyUI_MinimaxH3HybridLoader
164★ · 2026-08-11— Hybridization loader — combine layers and blocks from the fl2va and ref2va models into one.
H3 responds to a fairly specific prompt shape. These help you hit it.
- lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA
181♥ · 995↓ · 2026-08-07— A LoRA that rewrites your prompt instead of your pixels. - fal — H3 prompting guide — Prompting guide with 44 worked video examples.
- 1038lab/ComfyUI-MiniMax-H3-Promptor
215★ · 2026-09-03— Cinematic prompt automation. - T8mars/comfyui-minimax-h3-prompt-enhancer-T8
233★ · 2026-09-06— Multimodal prompt enhancement. - Adudeguyman/…-PromptBuilder
139★ · 2026-09-05— Prompt builder node. - duckyshell/ComfyUI-MiniMaxH3-Prompt-Writer
161★ · 2026-09-06— Local multimodal prompt writer running on Gemma 4 GGUF — no API calls. - penposs/minimax-h3-video-prompt
62★ · 2026-08-04— Generates and reviews prompts from a goal plus multimodal references. - benjiyaya/ComfyUI-H3-VisionPromptor
92★ · 2026-08-09— Give it an idea plus optional reference images and it returns a prompt with shots, camera vocabulary, dialogue tags, soundscape and music fields filled in.
Drop-in graphs from Civitai and GitHub — including the low-VRAM configurations that actually run. Popular, and largely absent from other H3 lists.
- Shrek3OnVH5/MiniMax-H3-NativeAudio-MusicVideo-Workflow
90★ · 2026-08-05— Music-video workflow built around H3's native audio.
- H3 [LightX2V 6-8steps] collection (Workflows)
34.6k↓— The most-downloaded H3 workflow collection. - MiniMax H3 INT8/INT4 ConvRot (Checkpoint)
31.7k↓— ConvRot checkpoints packaged for ComfyUI. - Lonecat's Simple Workflows (Workflows)
18.1k↓— Deliberately minimal workflows. - MiniMax H3 lightx2v turbo accelerator (LORA)
16k↓— Turbo acceleration packaged as a LoRA drop-in. - MiniMax H3: EZ Turbo / RTX Upscale / LTX Refine (Workflows)
14.1k↓— Turbo plus upscale and refine passes. - T2V / I2V / REF2V Advanced Filmmaking (Workflows)
18.2k↓— Covers all three input modes in one filmmaking setup. - MiniMax-H3 Multishot Seamless Chain (Workflows)
9.1k↓— Chained multi-shot generation. - Ultra Fastest Workflow (6GB VRAM / 16GB RAM) (Workflows)
8.6k↓— The low-end configuration that actually runs. - SageAttention four-mode workflow (ComfyWorkflows)
6.9k↓— Four SageAttention modes side by side. - 4 STEPS TURBO AIO (Workflows)
4.4k↓— All-in-one 4-step setup. - INT4 ConvRot (12GB VRAM) (Checkpoint)
3.5k↓— Fits H3 into 12GB. - SEEDVR2 upscaler + Ollama prompt helper (Workflows)
3.7k↓— Upscaling and a local prompt assistant in one graph. - Claymation Transformation (LORA)
1.8k↓— Clay-animation look.
Guides and news sources that keep up.
- ComfyUI Wiki — H3 — Bilingual tutorials plus daily news; it has covered the Turbo LoRA, Image VAE and AI-Toolkit training as they landed.
- Oxen.ai — complete H3 guide — Long-form walkthrough.
- RunPod — what it takes to run it — Honest accounting of the hardware bill.
- Morphic — H3 spec sheet — Specs at a glance.
- Kingy.ai — ComfyUI local guide — Local ComfyUI setup walkthrough.
- ComfyUI Wiki — AI-Toolkit H3 training — Report on ai-toolkit adding H3 training.
- macin.top — 本地部署 — Chinese local deployment notes.
- jiazhuangai — LoRA + ComfyUI — Chinese LoRA and ComfyUI guide.
Other people covering the same ground, usefully.
- wildminder/awesome-minimax-H3
471★ · 2026-09-06— Deeply detailed on weights, quantizations and node inventory — the reference to reach for when you want file-level specifics. - AtlasCloudAI/awesome-minimax-h3-prompts
33★ · 2026-09-06— Our companion list: H3 prompts from the official showcase, each with its generated preview, in 20 languages.
H3 is MiniMax's open-weight omni-modal video model. Instead of treating text-to-video, image-to-video, reference conditioning and audio as separate models, it reads one multimodal context and generates picture and stereo audio jointly. That single design decision is why this ecosystem looks the way it does: the interesting projects below are mostly people discovering that one model already does things nobody trained it to do — editing a single image, generating audio on its own, continuing a shot indefinitely.
- SFW only. A meaningful slice of the H3 LoRA scene is adult-oriented. None of it is here, and neither are uncensored components such as stripped text encoders — including otherwise-good speed work that depends on them.
- Popularity floor, with one exemption. 50+ stars on GitHub, 10+ likes on Hugging Face, 500+ downloads on Civitai. The floor keeps out the SEO shells that crowd this keyword. The single exemption is official recognition: anything MiniMax named itself goes in regardless — two of the best entries here have single-digit stars.
- Every link resolves. The whole list was re-checked against the GitHub, Hugging Face and Civitai APIs on 2026-09-07. Entries that had gone private, 404'd, or that could not be verified programmatically were dropped rather than carried over on trust.
- H3, not MiniMax. See the scope note above.
Twice a week a GitHub Action re-checks every entry against the GitHub, Hugging Face and Civitai APIs: figures and dates are refreshed, renamed repositories are followed, and anything that stops resolving is withheld from the list — then deleted if it is still gone three weeks later. If more than a tenth of the run fails, it publishes nothing rather than stamp a verification date the entries did not earn.
A weekly sweep looks for H3 projects that are missing here and clear the bar, and files them as a review issue. Nothing is ever added automatically — whether a project does something no listed project already does is not a question a query can answer.
Entries live in data/ecosystem.json and both READMEs are generated from it by npm run generate; edit the JSON, not the Markdown. MiniMax keeps its own community picks page updated, and this list is reconciled against it.
Found something missing? Open an issue or send a PR. Include the link, what it does that nothing else here does, and its current star or like count. Read CONTRIBUTING.md first — the bar above is applied literally.
CC BY 4.0. Linked projects keep their own licenses.