AI Video Sensei
Just in

๐Ÿ“ฆ Run MiniMax H3 Locally: Open Weights in ComfyUI (2026)

MiniMax H3's open weights are live. What you actually download, the 42.5GB ComfyUI footprint, the 12GB claim, and which parts stay hosted-only.

Jordan Reyes ยท AI Video Producer

ยท 4 min read

โœ“ Fact-checked & production-testedBased on our own paid generations and published videos. Last reviewed 2026-08-03.How we test โ†’
Run MiniMax H3 Locally: Open Weights in ComfyUI (2026)

The MiniMax H3 weights are real, downloadable, and running in ComfyUI as of this week. What nobody puts in the headline: the repo you download is not the full pipeline behind the Hailuo app's 2K showreels, and the VRAM math deserves a harder look than "runs on an RTX 3060."

Two days after our H3 guide went up saying the weights were "still landing," they landed. This is the follow-up with the local half.

What's actually in the download

The official repo is MiniMaxAI/MiniMax-H3 on Hugging Face, pulled with one line:

hf download MiniMaxAI/MiniMax-H3 --local-dir MiniMax-H3

Inside is H3-Base plus two task-specific BF16 checkpoints in a standard Hugging Face layout: model_index.json, processor, tokenizer, text encoder, transformer, and separate VAEs for visuals and audio. That last part is the tell โ€” the audio path ships in the open release. Local generations come back with the same native stereo track the API produces.

The architecture is a 33B-parameter dense single-stream transformer, with roughly 13B of those parameters sitting in AdaLN-related branches. Keep that 13B figure in mind. It's the reason the optimization story below works at all.

The two pieces MiniMax kept

MiniMax was upfront about this in the release notes, and almost no coverage repeats it: Context-IR is not in the open release, because it depends on a multi-stage hosted workflow. Neither is the 2K regeneration module the hosted product uses to polish output.

So the honest framing is: you get the model, not the product. A local render and a Hailuo-app render of the same prompt will not match, and the gap is widest exactly where the demos impressed you โ€” long-shot consistency and fine 2K detail. I'd rather know that before burning a weekend on downloads. Now you do.

By the numbers

SpecLocal H3 via ComfyUI
Architecture33B dense, single-stream
Full-precision footprint123.6 GB
Optimized footprint42.5 GB (66% smaller)
Quantizationint8 "convrot" + custom kernels
Pruning trickModulation weights (~40% of params) replaced by a lookup table
ComfyUI version0.30.0 or later
Repackaged weightsComfy-Org/MiniMax-H3
OutputUp to 2K, up to 15 seconds, native stereo
Claimed floorRTX 3060-class, 12GB VRAM

MiniMax H3 memory footprint, full precision vs optimized

Sources: the ComfyUI day-0 announcement and MiniMax's release documentation.

The ComfyUI day-0 setup

Comfy shipped support the day the weights dropped, which for a 33B video model is genuinely fast work. Update to 0.30.0, grab the repack from Comfy-Org/MiniMax-H3, and three template workflows appear in the app: video_minimax_h3_t2v.json, video_minimax_h3_i2v.json, and video_minimax_h3_r2v.json. Text-to-video, image-to-video, and reference-to-video with image, video, or audio inputs. First-and-last-frame control made it in too.

โ–ถ MiniMax H3 โ€” Full ComfyUI Workflow Tutorial (Local+Free Cloud)

Reference-to-video is the workflow to care about. The hosted API's omni-reference system โ€” up to 9 images, 3 videos, 3 audio files โ€” is the best character-consistency input scheme any model currently offers, and r2v is its local cousin.

Can a 12GB card really run this?

Here's how a 123.6GB model shrinks by two thirds. The ComfyUI team found that the modulation weights, about 40% of total parameters, could be pruned and replaced with a functionally equivalent lookup table. The rest gets int8 convrot quantization with custom kernels tuned to cut peak VRAM during inference. Result: 42.5GB, and a stated floor of "a GPU like the RTX 3060."

Read that floor carefully. 42.5GB does not fit in 12GB of VRAM, or in the 16GB on my RTX 4080. The gap gets block-swapped through system RAM, which means the real requirements are a big RAM pool (64GB is the comfortable number) and tolerance for renders that spend half their life shuffling tensors over PCIe. Nobody has published credible seconds-per-clip figures for the 12GB path yet, and until someone does, I'm treating it as a proof of existence, not a workflow.

Quantized community repacks are already multiplying โ€” GGUF and NVFP4 conversions started appearing within 48 hours.

โ–ถ MiniMax H3 GGUF in ComfyUI - The world's best AI video generator for free - First Frame Last Frame

I have not pulled H3 onto my own 4080 yet, and that's a deliberate call: with a 42.5GB footprint against 16GB of VRAM, every generation would be an offloading exercise. For anyone in that VRAM tier who wants to actually evaluate H3 rather than benchmark their patience, renting a 48GB card by the hour costs less than the electricity of a weekend of swapping. My beloved used-3090 advice hits its limit here too โ€” 24GB helps, it doesn't cure.

Should you bother yet?

Worth it now: you own or rent 24GB+, you want dialogue and effects baked into the picture in one pass, or you plan to fine-tune โ€” the whole point of MiniMax shipping BF16 checkpoints. Nothing else you can download today does native audio at this level.

Skip for now: you're on 8โ€“16GB and your work is silent b-roll volume. Wan 2.2 quantized fits your card, renders in minutes, and has a year of ecosystem behind it. H3's local toolchain is a week old. Let other people find the sharp edges โ€” they're finding them enthusiastically as we speak.

How we checked: every figure above traces to the ComfyUI day-0 post, MiniMax's own release notes, or the Hugging Face repos, all read this week. No local benchmark numbers appear because no trustworthy ones exist yet.

The bigger shift: eight months ago the open-weight ceiling was a 14B silent model. Now it's a 33B omni model with stereo audio, and the pruning tricks invented to squeeze it onto consumer cards will outlive H3 itself.

Frequently asked questions

โ–ธCan I really run MiniMax H3 on a 12GB GPU?

The ComfyUI team says an RTX 3060-class card can do it, thanks to int8 quantization and aggressive offloading. That claim comes with an unstated tax: the 42.5GB optimized footprint has to live somewhere, so you need serious system RAM (think 64GB) and patience for the swapping. Possible is not the same as pleasant.

โ–ธWhat is NOT included in the H3 open-weights release?

Two pieces. Context-IR, the multi-stage retrieval system the hosted product uses for long-context consistency, and the 2K regeneration module that polishes hosted output. MiniMax has said both rely on hosted workflows. Local output and Hailuo-app output are not the same pipeline.

โ–ธWhich files do I download for ComfyUI?

Skip the raw MiniMaxAI/MiniMax-H3 repo unless you're fine-tuning. ComfyUI users want the repackaged weights at Comfy-Org/MiniMax-H3 on Hugging Face, placed per the workflow notes, with ComfyUI updated to 0.30.0 or later. Three template workflows ship in-app: text-to-video, image-to-video, and reference-to-video.

โ–ธDoes local H3 still generate audio?

Yes. The stereo track is produced in the same pass as the picture locally, same as the API. That's the whole reason to endure the VRAM pain โ€” no other model you can download today hands you dialogue, effects and picture in one generation.

The 5 best AI video finds, every week

New models, tested prompts, and what actually worked in our production โ€” one short email a week. No spam, unsubscribe anytime.

Written by Jordan Reyes

AI Video Producer

Runs multiple faceless YouTube channels and tests every major AI video model against the same prompts before recommending one. Tracks render time and credit cost like other people track calories.

Explore these topics

Every guide, comparison and prompt library we have on each.

#run minimax h3 locally#minimax h3 open weights#minimax h3 comfyui#minimax h3 vram#minimax h3 download
Next in MiniMax H3The 8 Best AI Video Generators, Tested in Production

Keep learning