README.md
4.0 KB · 87 lines · markdown Raw
1 ---
2 license: other
3 license_name: minimax-h3-community-license-agreement
4 license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
5 tags:
6 - comfyui
7 - text-to-video
8 - image-to-video
9 - image-text-to-video
10 - video-to-video
11 - text-to-audio-video
12 - image-to-audio-video
13 - image-text-to-audio-video
14 - video-to-audio-video
15 - audio-to-audio-video
16 - audio-video-generation
17 - multimodal
18 - synchronized-audio-video
19 - reference-to-audio-video
20 - gguf
21 base_model: MiniMaxAI/MiniMax-H3
22 base_model_relation: quantized
23 ---
24
25 # MiniMax H3 (GGUF Quantizations)
26
27 <video controls autoplay loop muted style="width: 100%;" src="https://huggingface.co/Abiray/MiniMax-H3-GGUF/resolve/main/Video/MiniMax_H3_00002_.mp4"></video>
28 This repository (`Abiray/MiniMax-H3-GGUF`) provides GGUF quantized versions and necessary component files for the MiniMax H3 model. MiniMax H3 is a general-purpose, omni-modal generative system that supports unified understanding of multimodal contexts composed of text, images, video, and audio. It can generate video with native stereo audio at resolutions up to 2K and durations of up to 15 seconds.
29
30 ## Repository Contents
31
32 ### UNet Models (GGUF)
33 This repository includes quantized versions of both the `FL2VA` (First-and-last-frame mode) and `Ref2VA` (Omni-reference mode) base models.
34 * **FL2VA Models:**
35 * `MiniMax-H3-FL2VA-Q3_K_M.gguf` (15.6 GB)
36 * `MiniMax-H3-FL2VA-Q3_K_S.gguf` (15.6 GB)
37 * `MiniMax-H3-FL2VA-Q4_0.gguf` (18.6 GB)
38 * `MiniMax-H3-FL2VA-Q4_K_M.gguf` (19.9 GB)
39 * `MiniMax-H3-FL2VA-Q4_K_S.gguf` (19.9 GB)
40 * `MiniMax-H3-FL2VA-Q5_0.gguf` (22.8 GB)
41 * `MiniMax-H3-FL2VA-Q5_K_M.gguf` (23.9 GB)
42 * `MiniMax-H3-FL2VA-Q5_K_S.gguf` (23.9 GB)
43 * `MiniMax-H3-FL2VA-Q6_K.gguf` (28.2 GB)
44 * `MiniMax-H3-FL2VA-Q8_0.gguf` (36 GB)
45 * **Ref2VA Models:**
46 * `MiniMax-H3-Ref2VA-Q3_K_M.gguf` (15.6 GB)
47 * `MiniMax-H3-Ref2VA-Q3_K_S.gguf` (15.6 GB)
48 * `MiniMax-H3-Ref2VA-Q4_0.gguf` (18.6 GB)
49 * `MiniMax-H3-Ref2VA-Q4_K_M.gguf` (19.9 GB)
50 * `MiniMax-H3-Ref2VA-Q4_K_S.gguf` (19.9 GB)
51 * `MiniMax-H3-Ref2VA-Q5_0.gguf` (22.8 GB)
52 * `MiniMax-H3-Ref2VA-Q5_K_M.gguf` (23.9 GB)
53 * `MiniMax-H3-Ref2VA-Q5_K_S.gguf` (23.9 GB)
54 * `MiniMax-H3-Ref2VA-Q6_K.gguf` (28.2 GB)
55 * `MiniMax-H3-Ref2VA-Q8_0.gguf` (36 GB)
56
57 ### Text Encoders
58 * `qwen3vl_32b_minimax_h3_int4_convrot.safetensors` (15 GB)
59 * `qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors` (27.1 GB)
60 * `qwen3vl_32b_minimax_h3-Q4_K_M.gguf` (14.6 GB)
61
62 ### VAE Models
63 * `minimax_h3_audio_vae_fp32.safetensors` (605 MB)
64 * `minimax_h3_video_vae_fp16.safetensors` (5.21 GB)
65
66 ## Model Variants and Input Specifications
67
68 * **H3-Base-FL2VA:** First-and-last-frame mode. Supports zero, one, or two input images.
69 * No image input: Text-to-video mode.
70 * One image input: First-frame-to-video or last-frame-to-video generation.
71 * Two image inputs: First-and-last-frame-to-video generation.
72 * **H3-Base-Ref2VA:** Omni-reference mode. Supports multi-modal reference inputs:
73 * **Images:** ≤ 9 images.
74 * **Videos:** ≤ 3 clips; each clip must be 2–15 seconds long; total duration ≤ 15 seconds.
75 * **Audio:** ≤ 3 clips; audio must be accompanied by image or video input and cannot be used as the sole input; each clip must be 2–15 seconds long; total duration ≤ 15 seconds.
76 * **Mixed inputs:** Maximum number of files across all input types is 12.
77
78 ## Output Specifications
79 * **Output duration:** 4–15 seconds.
80 * **Output aspect ratio:** Supports a wide range of aspect ratios, including but not limited to 21:9, 16:9, 4:3, 1:1, 3:4, and 9:16.
81 * **Output resolution:** Supports various resolution dimensions. The shorter side is set to 768 pixels by default. 2K generation can be achieved with H3-Regenerate-2K.
82 * **Output frame rate:** 24 FPS.
83 * **Output audio:** 32 kHz stereo.
84 * **Supported dialogue languages:** Stable support for 11 languages: Arabic, Chinese, English, French, German, Italian, Japanese, Korean, Portuguese, Russian, and Spanish. Additional languages are also supported to varying degrees.
85
86 ## License
87 MiniMax H3 is released under the MiniMax H3 Community License Agreement.