Abiray commited on
Commit
9fc3454
·
verified ·
1 Parent(s): 8da9bb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -21,14 +21,25 @@ tags:
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:**
@@ -53,18 +64,14 @@ This repository includes quantized versions of both the `FL2VA` (First-and-last-
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.
@@ -74,7 +81,6 @@ This repository includes quantized versions of both the `FL2VA` (First-and-last-
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.
@@ -82,6 +88,5 @@ This repository includes quantized versions of both the `FL2VA` (First-and-last-
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.
 
21
  base_model: MiniMaxAI/MiniMax-H3
22
  base_model_relation: quantized
23
  ---
 
24
  # MiniMax H3 (GGUF Quantizations)
25
+ <video controls autoplay loop muted style="width: 100%;" src="https://huggingface.co/Abiray/MiniMax-H3-GGUF/resolve/main/Video/MiniMax_H3_00002_.mp4"></video>
 
26
  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.
27
 
28
+ ---
29
+ ## 📌 Note: Pruned Versions for Consumer GPUs
30
+ If you are looking for a smaller model with the same great quality that fits better on consumer-tier GPUs, please check out the **[MiniMax-H3-Pruned-GGUF](https://huggingface.co/Abiray/MiniMax-H3-Pruned-GGUF)** repository.
31
+ The pruned architecture is compressed down to 8.9 GB – 21.6 GB, bringing MiniMax H3 execution directly to consumer hardware.
32
+ **Available Pruned Quants:**
33
+ | Bit Size | Quantization Type | File Size |
34
+ | :--- | :--- | :--- |
35
+ | **3-bit** | `Q3_K_M` | 8.9 GB |
36
+ | **4-bit** | `Q4_K_S`, `Q4_K_M` | 11.6 GB |
37
+ | **5-bit** | `Q5_K_S`, `Q5_K_M` | 14.1 GB |
38
+ | **6-bit** | `Q6_K` | 16.7 GB |
39
+ | **8-bit** | `Q8_0` | 21.6 GB |
40
 
41
+ ---
42
+ ## Repository Contents
43
  ### UNet Models (GGUF)
44
  This repository includes quantized versions of both the `FL2VA` (First-and-last-frame mode) and `Ref2VA` (Omni-reference mode) base models.
45
  * **FL2VA Models:**
 
64
  * `MiniMax-H3-Ref2VA-Q5_K_S.gguf` (23.9 GB)
65
  * `MiniMax-H3-Ref2VA-Q6_K.gguf` (28.2 GB)
66
  * `MiniMax-H3-Ref2VA-Q8_0.gguf` (36 GB)
 
67
  ### Text Encoders
68
  * `qwen3vl_32b_minimax_h3_int4_convrot.safetensors` (15 GB)
69
  * `qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors` (27.1 GB)
70
  * `qwen3vl_32b_minimax_h3-Q4_K_M.gguf` (14.6 GB)
 
71
  ### VAE Models
72
  * `minimax_h3_audio_vae_fp32.safetensors` (605 MB)
73
  * `minimax_h3_video_vae_fp16.safetensors` (5.21 GB)
 
74
  ## Model Variants and Input Specifications
 
75
  * **H3-Base-FL2VA:** First-and-last-frame mode. Supports zero, one, or two input images.
76
  * No image input: Text-to-video mode.
77
  * One image input: First-frame-to-video or last-frame-to-video generation.
 
81
  * **Videos:** ≤ 3 clips; each clip must be 2–15 seconds long; total duration ≤ 15 seconds.
82
  * **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.
83
  * **Mixed inputs:** Maximum number of files across all input types is 12.
 
84
  ## Output Specifications
85
  * **Output duration:** 4–15 seconds.
86
  * **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.
 
88
  * **Output frame rate:** 24 FPS.
89
  * **Output audio:** 32 kHz stereo.
90
  * **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.
 
91
  ## License
92
  MiniMax H3 is released under the MiniMax H3 Community License Agreement.