Skip to content

MiniMax H3 GGUF

MiniMax H3 is an omni-modal generative system. It reads text, images, video, and audio and generates video with native stereo audio at up to 2K and 15 seconds. This repository ships GGUF quants of the FL2VA and Ref2VA variants.

Hugging Face repositoryMiniMax-H3-GGUF on Hugging Face

Example output

Available Quantizations

FL2VA

QuantSizeFile
Q4_011.4 GBminimax_h3_fl2va_pruned_fp8_Q4_0.gguf
Q8_020.2 GBminimax_h3_fl2va_pruned_fp8_Q8_0.gguf
Q8_CR20.2 GBminimax_h3_fl2va_pruned_fp8_Q8_CR.gguf
U16G15.0 GBminimax_h3_fl2va_pruned_fp8_U16G.gguf

Ref2VA

QuantSizeFile
Q4_011.4 GBminimax-h3-ref2va-Q4_0.gguf
Q5_012.9 GBminimax-h3-ref2va-Q5_0.gguf
Q8_021.4 GBminimax-h3-ref2va-Q8_0.gguf
Q8_CR20.2 GBminimax-h3-ref2va-Q8_CR.gguf
U16G15.0 GBminimax-h3-ref2va-U16G.gguf

TIP

U16G targets 16GB cards. It selectively quantizes different layers to keep the model fit in 16GB VRAM. However, if your memory is fast, it might still be faster to use the Q8_CR quant.

Model Input and Output

Variants and inputs

VariantInputs
FL2VAZero, one, or two images. No image is text-to-video, one image is first or last frame to video, two images is first and last frame to video.
Ref2VAUp to 9 images, up to 3 video clips, up to 3 audio clips. Audio must come with an image or video. Each clip is 2 to 15 seconds. Total across all inputs is 15 seconds and 12 files.

Outputs

FieldValue
Duration4 to 15 seconds
Aspect ratios21:9, 16:9, 4:3, 1:1, 3:4, 9:16
Resolution768p default, 2K with H3-Regenerate-2K
Frame rate24 FPS
Audio32 kHz stereo
Language supportArabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, Spanish

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance.

Dependencies

Place these files in the ComfyUI model folders before running a workflow.

ComponentFileFolder
Text encoderqwen3vl_32b_minimax_h3_nvfp4_awq.safetensorsmodels/clip/ or text_encoders/
Video VAEminimax_h3_video_vae_fp16.safetensorsmodels/vae/
Audio VAEminimax_h3_audio_vae_fp32.safetensorsmodels/vae/

Workflow downloads

Import these JSON files into ComfyUI.

JSON fileText-to-Video workflowJSON fileImage-to-Video workflowJSON fileReference-to-Video workflow

GGUF quantization and open-source tools.