Update ComfyUI
Use a recent ComfyUI build so the MiniMax H3 nodes and workflow templates are available. Restart ComfyUI after updating.
Beginner guide · ComfyUI · 2026
Learn what MiniMax H3 is, which files you need, how to load the official ComfyUI workflows, and how to create your first text-to-video or image-to-video clip.
Independent guide. Not affiliated with MiniMax, Hailuo AI, Hugging Face, or ComfyUI.
Fast path
Use a recent ComfyUI build so the MiniMax H3 nodes and workflow templates are available. Restart ComfyUI after updating.
Download the diffusion model, Qwen3-VL text encoder, video VAE, and audio VAE from the Comfy-Org MiniMax H3 repository.
Import the official T2V or I2V workflow JSON. Beginners should start with T2V because it needs no source image.
Run one short test clip, check motion and audio, then improve the prompt before increasing resolution or duration.
Overview
MiniMax H3 is an open omni-modal video generation model from the MiniMax / Hailuo video family. It is designed to understand mixed context such as text, image, video, and audio, then generate short video with native stereo audio in the same workflow.
For beginners, the most practical way to try MiniMax H3 is through ComfyUI. ComfyUI gives you visual workflow files for text-to-video, image-to-video, and reference-to-video generation, so you do not need to write inference code from scratch.
MiniMax H3 ComfyUI workflow interface: prompt, model loader, sampler, and video output nodes.
Installation
If you already use ComfyUI, update it first. If not, install ComfyUI from the official GitHub repository and confirm that it opens in your browser.
Open ComfyUI on GitHubUse the Comfy-Org repackaged model repository. It lists the correct folder layout for diffusion models, text encoders, and VAEs.
Open Comfy-Org/MiniMax-H3ComfyUI/models/diffusion_models/
ComfyUI/models/text_encoders/
ComfyUI/models/vae/
Do not rename the files unless the workflow explicitly tells you to. Wrong folder names are one of the most common beginner errors.
If you are not on a large GPU, start with pruned or quantized files such as INT8 diffusion and NVFP4/AWQ text encoder variants. Move to full precision only after the workflow runs successfully.
Official workflow templates
A cinematic close-up of a glass tea cup on a rainy window sill, warm indoor lighting, slow camera push-in, soft reflections, natural steam movement, gentle ambient room tone.
Text-to-video
Text-to-video is the easiest MiniMax H3 mode. Load the T2V workflow, write a prompt that describes the subject, motion, camera, environment, and audio mood, then queue a short generation.
Image-to-video
Image-to-video is best when you want character, product, or composition consistency. Use a clean starting image, then describe the motion you want instead of rewriting everything in the image.
Animate the portrait into a subtle talking-head video. The person smiles gently, blinks naturally, and turns slightly toward camera. Keep the face identity stable. Quiet studio ambience, soft voice tone.
Beginner mistakes
Use lighter model variants, lower resolution, shorter duration, or a cloud GPU. Do not debug prompt quality before the workflow can run once.
Check folder names exactly: diffusion models, text encoders, and VAEs belong in different ComfyUI model folders.
Add explicit verbs and camera language. “A woman in a cafe” is weaker than “a woman lifts a cup while the camera slowly pushes in”.
Describe sound in the same prompt: ambience, dialogue tone, music style, and sound effects. Keep the audio request simple at first.
FAQ
MiniMax H3 is a large video model, so hardware requirements depend on file variant, resolution, duration, and workflow. Beginners on consumer GPUs should try pruned or quantized files first. If you still hit out-of-memory errors, use a cloud GPU or lower your settings.
You can download open model files under the stated community license and run them on your own hardware. Free still means you pay with local GPU hardware, electricity, storage, or cloud GPU rental if your machine is not powerful enough.
Yes. The Comfy-Org workflow templates include local T2V and I2V workflows, plus an R2V reference workflow. Start with T2V for the simplest first test.
Use common image formats such as PNG or JPG for input images. Exported video format depends on the ComfyUI workflow and video combine node settings, but MP4 is usually the most convenient format for sharing.
Base local workflows commonly start at lower output sizes for practical inference. Some 2K regeneration features may be hosted or workflow-specific. Check the latest official MiniMax and ComfyUI documentation before promising 2K local output to clients.
Yes. MiniMax H3 workflows can generate video with native stereo audio, including simple dialogue tone, ambience, music, and sound effects described in the prompt. For the best first result, keep the audio request short and concrete.
A model not found error usually means the file is missing, renamed, or placed in the wrong ComfyUI folder. Check that diffusion models are in models/diffusion_models, text encoders are in models/text_encoders, and VAEs are in models/vae, then restart ComfyUI and reload the workflow.
Download the official workflow JSON files from the Comfy-Org workflow_templates repository: T2V, I2V, and R2V.
MiniMax is the company and Hailuo is its video product line or service branding. MiniMax H3 refers to the H3 video generation model release that can be used through supported ComfyUI workflows and related hosted services.
An RTX 4090 with 24GB VRAM is a much more realistic local starting point when using pruned or quantized files. An RTX 3060 12GB may be too tight for comfortable local MiniMax H3 generation unless you use very light settings, aggressive quantization, CPU offload, or cloud execution.
Install ComfyUI, download the model files, load the T2V workflow, and generate one short test clip. After that, improve the page by replacing placeholders with real screenshots from your run.
Back to installation