Instructions to use Comfy-Org/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use Comfy-Org/MiniMax-H3 with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Upload minimax_h3_video_vae_fp16.safetensors
#1
by rattus128 - opened
- README.md +0 -57
- diffusion_models/minimax_h3_fl2va_bf16.safetensors +0 -3
- diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors +0 -3
- diffusion_models/minimax_h3_fl2va_pruned_fp8_scaled.safetensors +0 -3
- diffusion_models/minimax_h3_ref2va_bf16.safetensors +0 -3
- diffusion_models/minimax_h3_ref2va_int8_convrot.safetensors +0 -3
- diffusion_models/minimax_h3_ref2va_pruned_bf16.safetensors +0 -3
- diffusion_models/minimax_h3_ref2va_pruned_fp8_scaled.safetensors +0 -3
- diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors +0 -3
- text_encoders/qwen3vl_32b_minimax_h3_bf16.safetensors +0 -3
- text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors +0 -3
- vae/{minimax_h3_audio_vae_fp32.safetensors → minimax_h3_audio_vae.safetensors} +0 -0
- diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors → vae/minimax_h3_video_vae_fp32.safetensors +2 -2
README.md
DELETED
|
@@ -1,57 +0,0 @@
|
|
| 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 |
-
- diffusion-single-file
|
| 8 |
-
base_model:
|
| 9 |
-
- MiniMaxAI/MiniMax-H3
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# MiniMax H3
|
| 13 |
-
|
| 14 |
-
Repackaged model files for ComfyUI.
|
| 15 |
-
|
| 16 |
-
Original model repository: https://huggingface.co/MiniMaxAI/MiniMax-H3
|
| 17 |
-
|
| 18 |
-
The Qwen3-VL-32B `nvfp4_awq` quant is converted from: https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP4
|
| 19 |
-
|
| 20 |
-
This `nvfp4` text encoder does not require Blackwell GPU to use.
|
| 21 |
-
|
| 22 |
-
For diffusion models prefer int8_convrot if you are able to use pytorch with cu130.
|
| 23 |
-
|
| 24 |
-
`fp8_scaled` should only be used if you cannot use `int8_convrot`.
|
| 25 |
-
|
| 26 |
-
---
|
| 27 |
-
|
| 28 |
-
Place the files in the following folders:
|
| 29 |
-
|
| 30 |
-
```
|
| 31 |
-
📂 ComfyUI/
|
| 32 |
-
├── 📂 models/
|
| 33 |
-
│ ├── 📂 diffusion_models/
|
| 34 |
-
│ │ ├── minimax_h3_fl2va_bf16.safetensors
|
| 35 |
-
│ │ ├── minimax_h3_fl2va_int8_convrot.safetensors
|
| 36 |
-
│ │ ├── minimax_h3_fl2va_pruned_bf16.safetensors
|
| 37 |
-
│ │ ├── minimax_h3_fl2va_pruned_int8_convrot.safetensors
|
| 38 |
-
│ │ ├── minimax_h3_fl2va_pruned_fp8_scaled.safetensors
|
| 39 |
-
│ │ ├── minimax_h3_ref2va_bf16.safetensors
|
| 40 |
-
│ │ ├── minimax_h3_ref2va_int8_convrot.safetensors
|
| 41 |
-
│ │ ├── minimax_h3_ref2va_pruned_bf16.safetensors
|
| 42 |
-
│ │ ├── minimax_h3_ref2va_pruned_int8_convrot.safetensors
|
| 43 |
-
│ │ └── minimax_h3_ref2va_pruned_fp8_scaled.safetensors
|
| 44 |
-
│ ├── 📂 text_encoders/
|
| 45 |
-
│ │ ├── qwen3vl_32b_minimax_h3_bf16.safetensors
|
| 46 |
-
│ │ ├── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
|
| 47 |
-
│ │ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
|
| 48 |
-
│ ├── 📂 vae/
|
| 49 |
-
│ │ ├── minimax_h3_audio_vae_fp32.safetensors
|
| 50 |
-
│ │ └── minimax_h3_video_vae_fp16.safetensors
|
| 51 |
-
```
|
| 52 |
-
|
| 53 |
-
## Workflows
|
| 54 |
-
|
| 55 |
-
- I2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_i2v.json
|
| 56 |
-
- T2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_t2v.json
|
| 57 |
-
- R2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_r2v.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_fl2va_bf16.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:907d4add438438ec1544f5240c3b38532ed934fe6be75677a6bbda2a6fdd6182
|
| 3 |
-
size 66280487368
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a32572fb90b5508b201ec7c2eddcc184b13ddfd3c6f6d2cf06a0b46535d541b4
|
| 3 |
-
size 40225724176
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_fl2va_pruned_fp8_scaled.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:12944c1f7791637e7de12208aef04da82bd26b95271b1b47d817364315ade993
|
| 3 |
-
size 20958205608
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_ref2va_bf16.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e32c54c1a7b4f5f397f195cea267ccb18806303bb665678c4bee60953bdf3026
|
| 3 |
-
size 66280487368
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_ref2va_int8_convrot.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9eef934046a0671bc8a5daf87100705e1478419c574cfde70c50fbe6885f76a9
|
| 3 |
-
size 34038894550
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_ref2va_pruned_bf16.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:37c0da793e20ca735272ec2be655f08a2e10f97a3ec8fdfb40f5b39a736ed6fe
|
| 3 |
-
size 40225724176
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_ref2va_pruned_fp8_scaled.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f86f2f79ebd2d76eb8eeb46091e83982e6ff51d255747e7b16e92834b392b8e9
|
| 3 |
-
size 20958205608
|
|
|
|
|
|
|
|
|
|
|
|
diffusion_models/minimax_h3_ref2va_pruned_int8_convrot.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9255f52b6677845ad238f20dfaafa94727053694127ab7f255c048f0f9365779
|
| 3 |
-
size 20970379616
|
|
|
|
|
|
|
|
|
|
|
|
text_encoders/qwen3vl_32b_minimax_h3_bf16.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:600d567f6a9629c8574e8e7041b199bdd9c59a986afa7906910a81919610607d
|
| 3 |
-
size 51506295256
|
|
|
|
|
|
|
|
|
|
|
|
text_encoders/qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:35a88d51044231fe332301d7a62aa81e3f2cba62febeb446e2c1e3e0ef76f2c6
|
| 3 |
-
size 15687142551
|
|
|
|
|
|
|
|
|
|
|
|
vae/{minimax_h3_audio_vae_fp32.safetensors → minimax_h3_audio_vae.safetensors}
RENAMED
|
File without changes
|
diffusion_models/minimax_h3_fl2va_pruned_int8_convrot.safetensors → vae/minimax_h3_video_vae_fp32.safetensors
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c5f9be168453a6ac474bd0f5f56c4b32edc92932edc1b78636dc231dce2968a
|
| 3 |
+
size 10415550808
|