MiniMax H3 Text to Video (T2V)
Generate videos from text prompts with native stereo audio.Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search โMiniMax H3 T2Vโ in Template Library
Model downloads
Diffusion Model: minimax_h3_fl2va_pruned_int8_convrot
Place in
ComfyUI/models/diffusion_models/Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq
Place in
ComfyUI/models/text_encoders/VAE: minimax_h3_video_vae_fp16
Place in
ComfyUI/models/vae/VAE: minimax_h3_audio_vae_fp32
Place in
ComfyUI/models/vae/LoRA: minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16
Required by the workflowโs model scan; powers the optional Lightning LoRA turbo mode. Place in
ComfyUI/models/loras/Model storage
Prompting tips
- Describe the whole scene: State the overall scene first (location, character, what is happening), then break it into timed shots
- Shots, camera, and audio: Describe the shots, camera moves, and the accompanying audio (dialogue, SFX, music) in one prompt block
- Resolution: H3โs native canvas is a 768px short edge, which is 1344x768 at 16:9, and resolutions are rounded to a multiple of 32
- Duration: The duration input snaps to the modelโs 17-frame-per-block (17k+5) grid at 24fps
- First/last frame: Connect images to
first_frameand/orlast_frameon theMiniMaxH3ImageToVideonode to turn this workflow into first/last-frame image-to-video - Turbo mode (optional): The workflow generates at 20 steps by default; raise the step count (for example to 25) for better motion quality. Enable
turbo_modeon the MiniMax H3 node to use the included Lightning LoRA (minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16) at 8 steps for much faster generation, with slightly lower audio and motion quality
MiniMax H3 Image to Video (I2V)
Generate videos from an input image, with optional first/last-frame keyframes.Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search โMiniMax H3 I2Vโ in Template Library
Input Image: transparent_rgb_gaming_mouse.png
Download the default input image, or use your own image.
Model downloads
Diffusion Model: minimax_h3_fl2va_pruned_int8_convrot
Place in
ComfyUI/models/diffusion_models/Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq
Place in
ComfyUI/models/text_encoders/VAE: minimax_h3_video_vae_fp16
Place in
ComfyUI/models/vae/VAE: minimax_h3_audio_vae_fp32
Place in
ComfyUI/models/vae/Turbo LoRA: minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16
Place in
ComfyUI/models/loras/. Used when turbo_mode is enabled.Model storage
Prompting tips
- Keyframes: The
first_frameandlast_frameinputs are optional; the model generates the motion between them - Prompt: Describe the shots, motion, and the accompanying audio (dialogue, SFX, music) in one block
- Resolution: H3โs native canvas is a 768px short edge, which is 1344x768 at 16:9, and resolutions are rounded to a multiple of 32
- Duration: The duration input snaps to the modelโs 17-frame-per-block (17k+5) grid at 24fps
- Turbo mode: Enable
turbo_modeon the MiniMax H3 node to switch to the turbo LoRA and generate inturbo_steps(default 8) instead of 20 steps.turbo_model_strengthcontrols the LoRA strength (default 1.0).
MiniMax H3 Reference to Video (R2V)
Generate videos that lock in a character, style, motion, camera move, or voice from any mix of reference images, videos, and audio.Run on Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search โMiniMax H3 R2Vโ in Template Library
Reference Image: red_superboy_on_city_roof.png
Character reference for the workflow, or use your own images.
Reference Image: mecha_dragon_lightning.png
Style and subject reference for the workflow, or use your own images.
Model downloads
Diffusion Model: minimax_h3_ref2va_pruned_int8_convrot
Place in
ComfyUI/models/diffusion_models/Text Encoder: qwen3vl_32b_minimax_h3_nvfp4_awq
Place in
ComfyUI/models/text_encoders/VAE: minimax_h3_video_vae_fp16
Place in
ComfyUI/models/vae/VAE: minimax_h3_audio_vae_fp32
Place in
ComfyUI/models/vae/LoRA: minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16
Required by the workflowโs model scan; powers the optional Lightning LoRA turbo mode. Place in
ComfyUI/models/loras/Model storage
Prompting tips
- Reference by tag: Reference each input by tag in the exact order it was connected, for example
<Picture 1>,<Video 1>,<Audio 1> - Assign each reference a job: State which reference drives which part of the shot (identity, style, motion, camera, voice). Explicit assignments tend to work much better
- Limits: Up to 9 reference images, 3 reference videos (each can carry its own soundtrack), and 3 standalone reference audio clips
- ref_image_size:
matchscales references down to the generation resolution for speed;maxkeeps up to a 2048px short edge for stronger identity fidelity at the cost of speed - Note: R2V uses the
ref2vadiffusion model, a different set of weights from thefl2vamodel used by the T2V and I2V workflows - Turbo mode (optional): The workflow generates at 20 steps by default; raise the step count (for example to 25) for better motion quality. Enable the Lightning LoRA checkbox to use the 4-step turbo LoRA (
minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16) for much faster generation, with slightly lower audio and motion quality
Advanced workflows with the native nodes
The native MiniMax H3 nodes support two additional workflows that landed in recent ComfyUI updates. Update ComfyUI to the latest version to use them.Anchoring guides at any frame (#15439)
Comfy-Org/ComfyUI#15439 added theMiniMaxH3AddGuide node. Before it, keyframes could only anchor at the first and last frame of the video. The node removes that restriction: a guide can anchor at any frame, on a continuous time axis.
Connect the positive and latent outputs of a MiniMax H3 node to MiniMaxH3AddGuide, then provide at least one guide input:
- image: A still image or a clip. Multi-frame batches are anchored as a clip and cropped down to the modelโs valid clip lengths: 5, 22, 39โฆ frames (17k+5). Batches shorter than 5 frames use only the first image
- audio: A soundtrack anchored at the same frame index, cropped to the videoโs remaining duration
- frame_idx: The frame to anchor at. Negative values count from the end of the video
vae when you provide an image, and the audio VAE to audio_vae when you provide audio. Chain several MiniMaxH3AddGuide nodes to anchor guides at multiple frames.
For example, feed the first 22 frames of an existing video plus its audio into a MiniMaxH3AddGuide at frame 0, and the model generates the continuation of both streams. Or place a still image at frame 60 of a 124-frame video to force the video to pass through that frame.
First/last-frame anchoring produces the same coordinates as before, so existing workflows keep working unchanged.
The Multiframe Reference template is a ready-made workflow built on this node.
Inpainting and extension with latent noise masks (#15375)
Comfy-Org/ComfyUI#15375 added per-token noise masks for MiniMax H3, covering both the video and audio latents. You can now regenerate only part of a video while keeping the rest fixed. Connect a mask to the samplerโsdenoise_mask input as usual: a value of 0 preserves the corresponding latent region, while 1 regenerates it. Video masks snap to the modelโs 2x2 latent patch grid, and audio masks to whole latent frames. Use it for local inpainting, object removal, or extending a clip while keeping the existing content stable.