Skip to content

MiniMax H3 Turbo GGUF

MiniMax H3 Turbo is a distilled FL2VA variant that runs in 4 steps at 768p. It generates video with native stereo audio from text, one frame, or first and last frames. The GGUF files hold the base model plus distilled weights merged into one checkpoint.

Hugging Face repositoryMiniMax-H3-Turbo-GGUF on Hugging Face

Example output

Available Quantizations

QuantSizeFile
Q4_011.4 GBminimax_h3_fl2v_turbo_4step_v1.0_768p_Q4_0.gguf
Q8_021.4 GBminimax_h3_fl2v_turbo_4step_v1.0_768p_Q8_0.gguf
Q8_CR20.2 GBminimax_h3_fl2v_turbo_4step_v1.0_768p_Q8_CR.gguf

Model Input and Output

Variants and inputs

VariantInputs
Text-to-VideoA text prompt only.
Image-to-VideoA text prompt and one frame on first_frame.
First and Last Frame to VideoA text prompt and two images on first_frame and last_frame.

Outputs

FieldValue
Steps4 NFE
Resolution768p (1344 x 768)
Frame rate24 FPS
Audio32 kHz stereo
Video shift6
Audio shift3

ComfyUI Setup

Load the model with the GGUF loader node from comfyui-gguf-reboot. The loader node gives the best performance. You also need the MiniMax H3 Turbo sampler nodes, from comfyui-minimax-h3-turbo on the Comfy registry.

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 workflow

GGUF quantization and open-source tools.