These are the failures people actually report in the first hour of a MiniMax H3 local install — with the cause the error text does not state. Every entry links to its source, GitHub issues first, so you can check the current status yourself. Lightloom has not reproduced these on its own hardware.
H3 nodes show as missing, or “node type does not exist”
ComfyUI is older than 0.30.0 — native H3 nodes are not present in earlier builds.
FixUpdate ComfyUI, restart, and reload the template.
Source: docs.comfy.org tutorial
RuntimeError: native MiniMax H3 module is missing required helpers: time_shift_slope
The workflow JSON is newer than your ComfyUI core. The error text never hints at this, which is why it sends people hunting for corrupt downloads.
FixUpdate ComfyUI — this is a version mismatch, not a broken file.
Source: ComfyUI issue #15378
Video renders but has no audio, or the run fails at the output stage
The audio VAE is missing or not connected. H3 decodes picture and sound separately, so it needs both VAE files.
FixInstall minimax_h3_audio_vae_fp32.safetensors and check the audio VAE output actually feeds the video-save node.
Source: ComfyUI Wiki guide
The R2V workflow fails while T2V and I2V work fine
An fl2va checkpoint is loaded where the reference workflow expects ref2va weights.
FixDownload the ref2va diffusion model — it is a separate checkpoint, not a mode switch on the one you have.
Source: kingy.ai H3 guide
CUDA out of memory — reported even on 16GB cards, especially with video reference inputs
VRAM and system RAM are both constraints, and video references spike VAE memory beyond what the file sizes suggest.
FixChange one variable at a time: a smaller quant file, then lower resolution or duration, then flags like --lowvram or --disable-pinned-memory.
Source: ComfyUI issue #15312
Generation fails outright at very low resolutions
H3's documented floor is 384p. At 256p runs do not degrade — they fail.
FixKeep the short edge at 384px or above.
Source: ComfyUI Wiki guide
Black video plus NaN audio errors on Apple Silicon, T2V only
A reported platform issue on the MPS backend. The same setups run I2V and R2V without it.
FixNo documented fix at the time of writing — follow the issue for status before buying disk space for the download.
Source: ComfyUI issue #15315