molbal commited on
Commit
b5959b7
·
verified ·
1 Parent(s): 7ea5bcc

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ minimax-h3-ref2va-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
37
+ minimax-h3-ref2va-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
38
+ minimax-h3-ref2va-Q8_CR.gguf filter=lfs diff=lfs merge=lfs -text
39
+ minimax-h3-ref2va-U16G.gguf filter=lfs diff=lfs merge=lfs -text
40
+ minimax_h3_fl2va_pruned_fp8_Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ minimax_h3_fl2va_pruned_fp8_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
42
+ minimax_h3_fl2va_pruned_fp8_Q8_CR.gguf filter=lfs diff=lfs merge=lfs -text
43
+ minimax_h3_fl2va_pruned_fp8_U16G.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ This repository (`molbal/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.
28
+
29
+ ## Repository Contents
30
+
31
+ ### UNet Models (GGUF)
32
+ This repository includes quantized versions of both the `FL2VA` (First-and-last-frame mode) and `Ref2VA` (Omni-reference mode) base models. The FL2VA builds are pruned to FP8 first and then quantized to GGUF.
33
+
34
+ * **FL2VA Models (pruned to FP8):**
35
+ * `minimax_h3_fl2va_pruned_fp8_Q4_0.gguf` (11.4 GB)
36
+ * `minimax_h3_fl2va_pruned_fp8_Q8_0.gguf` (20.2 GB)
37
+ * `minimax_h3_fl2va_pruned_fp8_Q8_CR.gguf` (20.2 GB)
38
+ * `minimax_h3_fl2va_pruned_fp8_U16G.gguf` (15.0 GB)
39
+ * **Ref2VA Models:**
40
+ * `minimax-h3-ref2va-Q4_0.gguf` (11.4 GB)
41
+ * `minimax-h3-ref2va-Q8_0.gguf` (21.4 GB)
42
+ * `minimax-h3-ref2va-Q8_CR.gguf` (20.2 GB)
43
+ * `minimax-h3-ref2va-U16G.gguf` (15.0 GB)
44
+
45
+ ### Quantization formats
46
+
47
+ Note: Q8_CR and U16G are specifically created to work with the [molbal/CofmyUI-GGUF](https://github.com/molbal/ComfyUI-GGUF) ComfyUI custom nodes and will probably not work elsewhere.
48
+
49
+ | Format | Quality | Notes |
50
+ |---|---|---|
51
+ | **Q4_0** | Lower | Standard 4-bit GGUF quantization. |
52
+ | **Q8_0** | High | Standard 8-bit GGUF quantization. |
53
+ | **Q8_CR** | High (≈ Q8_0) | Q8_0 quality with **INT8 ConvRot** weights. |
54
+ | **U16G** | Good | Mixed INT8 + Q4_0 weights, sized to fit comfortably in 16 GB VRAM cards. Despite being larger than Q4_0, it is faster, than that on 16GB> VRAM cards. |
55
+
56
+ ## Model Variants and Input Specifications
57
+
58
+ * **H3-Base-FL2VA:** First-and-last-frame mode. Supports zero, one, or two input images.
59
+ * No image input: Text-to-video mode.
60
+ * One image input: First-frame-to-video or last-frame-to-video generation.
61
+ * Two image inputs: First-and-last-frame-to-video generation.
62
+ * **H3-Base-Ref2VA:** Omni-reference mode. Supports multi-modal reference inputs:
63
+ * **Images:** ≤ 9 images.
64
+ * **Videos:** ≤ 3 clips; each clip must be 2–15 seconds long; total duration ≤ 15 seconds.
65
+ * **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.
66
+ * **Mixed inputs:** Maximum number of files across all input types is 12.
67
+
68
+ ## Output Specifications
69
+ * **Output duration:** 4–15 seconds.
70
+ * **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.
71
+ * **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.
72
+ * **Output frame rate:** 24 FPS.
73
+ * **Output audio:** 32 kHz stereo.
74
+ * **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.
75
+
76
+ ## License
77
+ MiniMax H3 is released under the MiniMax H3 Community License Agreement.
minimax-h3-ref2va-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:737463c522b0f78ebe157df918c272935c2b61047ba7ae303008cfc84ba81644
3
+ size 11377542880
minimax-h3-ref2va-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73fbeb50adfe6d3eedeaf4359a6424217e92db910925c8238d52347df48fccf
3
+ size 21411137248
minimax-h3-ref2va-Q8_CR.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a37bddcc2b33207f5ac8ca9118ce04fef42a4f27d0f90b69da90477fcf96ae
3
+ size 20160044352
minimax-h3-ref2va-U16G.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f77fb8e48f60201211e5beb02aeeff3c20dc74e2203fa421c3f5432906e442
3
+ size 15027417664
minimax_h3_fl2va_pruned_fp8_Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50891b806d6d700f4f20931791ca42a083dd9148609838268ccdc782bf899c1c
3
+ size 11377542880
minimax_h3_fl2va_pruned_fp8_Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb556e76fc75394cadfa0e7674ac2381cbada9a8b0bb34099db35989e663f5e7
3
+ size 20160044352
minimax_h3_fl2va_pruned_fp8_Q8_CR.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb556e76fc75394cadfa0e7674ac2381cbada9a8b0bb34099db35989e663f5e7
3
+ size 20160044352
minimax_h3_fl2va_pruned_fp8_U16G.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:424ed56bd4ce71ecf9cfdabb74428970bdd1359f5f5e128e6ea66d529ad1301b
3
+ size 15027417664
Free AI Image Generator No sign-up. Instant results. Open Now