RunningHubAI commited on
Commit
959965b
·
verified ·
1 Parent(s): c76e990

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +130 -1
  2. README_CN.md +114 -0
README.md CHANGED
@@ -1,3 +1,132 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ library_name: comfyui
6
+ base_model: MiniMaxAI/MiniMax-H3
7
+ pipeline_tag: image-text-to-video
8
+ tags:
9
+ - comfyui
10
+ - text-to-video
11
+ - image-to-video
12
+ - audio-video-generation
13
+ - multimodal
14
+ - int8
15
  ---
16
+
17
+ # MiniMax-H3 INT8 ConvRot
18
+
19
+ [简体中文](README_CN.md)
20
+
21
+ Converted MiniMax-H3 weights for
22
+ [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3).
23
+ This repository is a complete ComfyUI bundle: INT8 ConvRot DiT / text-encoder
24
+ weights, merged VAEs, FL2VA / Ref2VA configs, and optional turbo LoRAs.
25
+
26
+ The same package is mirrored on
27
+ [ModelScope](https://modelscope.cn/models/Gluttony10/MiniMax-H3-INT8-CONVROT).
28
+ Download from **one** source. The full snapshot is about **99 GiB**; keep at
29
+ least **120 GiB** free.
30
+
31
+ ## Contents
32
+
33
+ | File | Size | Role |
34
+ |---|---:|---|
35
+ | `MiniMax-H3-FL2VA-int8_convrot.safetensors` | 31.65 GiB | FL2VA / T2VA / V2A DiT |
36
+ | `MiniMax-H3-Ref2VA-int8_convrot.safetensors` | 31.65 GiB | Ref2VA DiT |
37
+ | `qwen3-vl-32b-int8_convrot.safetensors` | 25.28 GiB | Qwen3-VL text encoder |
38
+ | `MiniMax-H3-video_vae.safetensors` | 4.85 GiB | Video VAE |
39
+ | `MiniMax-H3-audio_vae.safetensors` | 0.56 GiB | Audio VAE |
40
+ | `minimax_h3_fl2v_turbo_4step_v0.1.safetensors` | 1.29 GiB | Optional FL2VA / T2VA 4-step turbo |
41
+ | `minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors` | 1.29 GiB | Optional FL2VA / T2VA 4-step turbo for 768p |
42
+ | `minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors` | 1.29 GiB | Optional FL2VA / T2VA 8-step turbo |
43
+ | `minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors` | 1.29 GiB | Optional Ref2VA 4-step turbo |
44
+ | `FL2VA/` | configs | FL2VA tokenizer, processor, and component configs |
45
+ | `Ref2VA/` | configs | Ref2VA tokenizer, processor, and component configs |
46
+
47
+ ## Install into ComfyUI
48
+
49
+ ```text
50
+ ComfyUI/
51
+ └── models/
52
+ └── MiniMax-H3-INT8-CONVROT/
53
+ ├── MiniMax-H3-FL2VA-int8_convrot.safetensors
54
+ ├── MiniMax-H3-Ref2VA-int8_convrot.safetensors
55
+ ├── qwen3-vl-32b-int8_convrot.safetensors
56
+ ├── MiniMax-H3-video_vae.safetensors
57
+ ├── MiniMax-H3-audio_vae.safetensors
58
+ ├── minimax_h3_fl2v_turbo_4step_v0.1.safetensors
59
+ ├── minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors
60
+ ├── minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors
61
+ ├── minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors
62
+ ├── FL2VA/
63
+ └── Ref2VA/
64
+ ```
65
+
66
+ ```bash
67
+ cd /path/to/ComfyUI
68
+ python3 -m pip install -U huggingface_hub
69
+ hf download Gluttony10/MiniMax-H3-INT8-CONVROT \
70
+ --local-dir ./models/MiniMax-H3-INT8-CONVROT
71
+ ```
72
+
73
+ China users can use the ModelScope mirror:
74
+
75
+ ```bash
76
+ cd /path/to/ComfyUI
77
+ python3 -m pip install -U modelscope
78
+ modelscope download --model Gluttony10/MiniMax-H3-INT8-CONVROT \
79
+ --local_dir ./models/MiniMax-H3-INT8-CONVROT
80
+ ```
81
+
82
+ Re-run the same command to resume or update an interrupted download. On a
83
+ high-bandwidth machine with at least 64 GiB RAM, prefix `hf download` with
84
+ `HF_XET_HIGH_PERFORMANCE=1`.
85
+
86
+ The plugin auto-detects this complete converted bundle. The legacy
87
+ `ComfyUI/models/MiniMax-H3` directory remains supported.
88
+
89
+ ## Optional Turbo LoRA
90
+
91
+ Select one turbo LoRA in the model loader for fewer sampling steps. Leave the
92
+ LoRA empty to run the base converted weights.
93
+
94
+ | File | Typical use |
95
+ |---|---|
96
+ | `minimax_h3_fl2v_turbo_4step_v0.1.safetensors` | FL2VA / T2VA 4-step turbo |
97
+ | `minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors` | FL2VA / T2VA 4-step turbo for 768p |
98
+ | `minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors` | FL2VA / T2VA 8-step turbo |
99
+ | `minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors` | Ref2VA 4-step turbo |
100
+
101
+ ## Plugin
102
+
103
+ Install [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3)
104
+ and use the nodes under `RunningHub/MiniMax H3`:
105
+
106
+ | Node | Purpose |
107
+ |---|---|
108
+ | `RHMiniMaxH3ModelLoader` | Load the FL2VA / Ref2VA DiT and optional LoRA |
109
+ | `RHMiniMaxH3TextEncoderLoader` | Load the Qwen3-VL text encoder |
110
+ | `RHMiniMaxH3VAELoader` | Load the video and audio VAEs |
111
+ | `RHMiniMaxH3VideoGen` | T2VA / FL2VA / V2A |
112
+ | `RHMiniMaxH3RefGen` | Ref2VA with ordered image, video, and audio references |
113
+
114
+ Example workflows:
115
+
116
+ - [Text-to-video+audio](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/videogen_t2va.json)
117
+ - [Video-to-audio](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/videogen_v2a.json)
118
+ - [Image/audio reference generation](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/refgen_image_audio.json)
119
+
120
+ ## License
121
+
122
+ Converted weights follow the upstream
123
+ [MiniMax-H3 Community License](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE).
124
+ The ComfyUI plugin code is Apache-2.0.
125
+
126
+ ## Links
127
+
128
+ - [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3)
129
+ - [Official MiniMax-H3](https://github.com/MiniMax-AI/MiniMax-H3)
130
+ - [Official MiniMax-H3 weights](https://huggingface.co/MiniMaxAI/MiniMax-H3)
131
+ - [ModelScope mirror](https://modelscope.cn/models/Gluttony10/MiniMax-H3-INT8-CONVROT)
132
+ - [RunningHub](https://www.runninghub.cn/?inviteCode=rh-v1367)
README_CN.md ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MiniMax-H3 INT8 ConvRot
2
+
3
+ [English](README.md)
4
+
5
+ 面向 [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3)
6
+ 的 MiniMax-H3 转换权重。本仓库是完整 ComfyUI 模型包:INT8 ConvRot DiT / 文本
7
+ 编码器、合并后的 VAE、FL2VA / Ref2VA 配置,以及可选 turbo LoRA。
8
+
9
+ 同一完整包镜像在
10
+ [ModelScope](https://modelscope.cn/models/Gluttony10/MiniMax-H3-INT8-CONVROT)。
11
+ 请只从**一个**来源下载。完整快照约 **99 GiB**,建议预留至少 **120 GiB**
12
+ 磁盘空间。
13
+
14
+ ## 内容清单
15
+
16
+ | 文件 | 大小 | 用途 |
17
+ |---|---:|---|
18
+ | `MiniMax-H3-FL2VA-int8_convrot.safetensors` | 31.65 GiB | FL2VA / T2VA / V2A DiT |
19
+ | `MiniMax-H3-Ref2VA-int8_convrot.safetensors` | 31.65 GiB | Ref2VA DiT |
20
+ | `qwen3-vl-32b-int8_convrot.safetensors` | 25.28 GiB | Qwen3-VL 文本编码器 |
21
+ | `MiniMax-H3-video_vae.safetensors` | 4.85 GiB | 视频 VAE |
22
+ | `MiniMax-H3-audio_vae.safetensors` | 0.56 GiB | 音频 VAE |
23
+ | `minimax_h3_fl2v_turbo_4step_v0.1.safetensors` | 1.29 GiB | 可选 FL2VA / T2VA 4 步 turbo |
24
+ | `minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors` | 1.29 GiB | 可选 FL2VA / T2VA 4 步 turbo,面向 768p |
25
+ | `minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors` | 1.29 GiB | 可选 FL2VA / T2VA 8 步 turbo |
26
+ | `minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors` | 1.29 GiB | 可选 Ref2VA 4 步 turbo |
27
+ | `FL2VA/` | 配置 | FL2VA tokenizer、processor 与组件配置 |
28
+ | `Ref2VA/` | 配置 | Ref2VA tokenizer、processor 与组件配置 |
29
+
30
+ ## 安装到 ComfyUI
31
+
32
+ ```text
33
+ ComfyUI/
34
+ └── models/
35
+ └── MiniMax-H3-INT8-CONVROT/
36
+ ├── MiniMax-H3-FL2VA-int8_convrot.safetensors
37
+ ├── MiniMax-H3-Ref2VA-int8_convrot.safetensors
38
+ ├── qwen3-vl-32b-int8_convrot.safetensors
39
+ ├── MiniMax-H3-video_vae.safetensors
40
+ ├── MiniMax-H3-audio_vae.safetensors
41
+ ├── minimax_h3_fl2v_turbo_4step_v0.1.safetensors
42
+ ├── minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors
43
+ ├── minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors
44
+ ├── minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors
45
+ ├── FL2VA/
46
+ └── Ref2VA/
47
+ ```
48
+
49
+ ```bash
50
+ cd /path/to/ComfyUI
51
+ python3 -m pip install -U huggingface_hub
52
+ hf download Gluttony10/MiniMax-H3-INT8-CONVROT \
53
+ --local-dir ./models/MiniMax-H3-INT8-CONVROT
54
+ ```
55
+
56
+ 国内用户可用 ModelScope 镜像:
57
+
58
+ ```bash
59
+ cd /path/to/ComfyUI
60
+ python3 -m pip install -U modelscope
61
+ modelscope download --model Gluttony10/MiniMax-H3-INT8-CONVROT \
62
+ --local_dir ./models/MiniMax-H3-INT8-CONVROT
63
+ ```
64
+
65
+ 下载中断或仓库更新后,重新执行同一条命令即可续传或更新。对于内存不低于
66
+ 64 GiB 的高带宽机器,可在 `hf download` 前添加
67
+ `HF_XET_HIGH_PERFORMANCE=1`。
68
+
69
+ 插件会自动识别这份完整转换包;旧目录 `ComfyUI/models/MiniMax-H3` 仍然兼容。
70
+
71
+ ## 可选 Turbo LoRA
72
+
73
+ 需要更少采样步数时,在模型加载节点中选择其中一个 turbo LoRA。
74
+ 不选 LoRA 则使用基础转换权重。
75
+
76
+ | 文件 | 典型用途 |
77
+ |---|---|
78
+ | `minimax_h3_fl2v_turbo_4step_v0.1.safetensors` | FL2VA / T2VA 4 步 turbo |
79
+ | `minimax_h3_fl2v_turbo_4step_v1.0_768p_bf16.safetensors` | FL2VA / T2VA 4 步 turbo,面向 768p |
80
+ | `minimax_h3_fl2v_turbo_8step_v1.0_bf16.safetensors` | FL2VA / T2VA 8 步 turbo |
81
+ | `minimax_h3_ref2v_turbo_4step_v0.1_bf16.safetensors` | Ref2VA 4 步 turbo |
82
+
83
+ ## 插件
84
+
85
+ 安装 [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3)
86
+ 后,使用 `RunningHub/MiniMax H3` 下的节点:
87
+
88
+ | 节点 | 用途 |
89
+ |---|---|
90
+ | `RHMiniMaxH3ModelLoader` | 加载 FL2VA / Ref2VA DiT 和可选 LoRA |
91
+ | `RHMiniMaxH3TextEncoderLoader` | 加载 Qwen3-VL 文本编码器 |
92
+ | `RHMiniMaxH3VAELoader` | 加载视频与音频 VAE |
93
+ | `RHMiniMaxH3VideoGen` | T2VA / FL2VA / V2A |
94
+ | `RHMiniMaxH3RefGen` | Ref2VA;按顺序输入图片、视频和音频参考 |
95
+
96
+ 示例工作流:
97
+
98
+ - [文生视频与音频](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/videogen_t2va.json)
99
+ - [视频转音频](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/videogen_v2a.json)
100
+ - [图片/音频参考生成](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3/blob/main/examples/workflows/refgen_image_audio.json)
101
+
102
+ ## 许可证
103
+
104
+ 转换权重遵循上游
105
+ [MiniMax-H3 Community License](https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE)。
106
+ ComfyUI 插件代码按 Apache-2.0 发布。
107
+
108
+ ## 相关链接
109
+
110
+ - [ComfyUI-RH-MiniMax-H3](https://github.com/RH-RunningHub/ComfyUI-RH-MiniMax-H3)
111
+ - [MiniMax-H3 官方项目](https://github.com/MiniMax-AI/MiniMax-H3)
112
+ - [官方 MiniMax-H3 权重](https://huggingface.co/MiniMaxAI/MiniMax-H3)
113
+ - [Hugging Face 同内容仓库](https://huggingface.co/Gluttony10/MiniMax-H3-INT8-CONVROT)
114
+ - [RunningHub](https://www.runninghub.cn/?inviteCode=rh-v1367)