HuggingFace镜像/MiniMax-H3
模型介绍
文件和版本
分析

MiniMax H3

为 ComfyUI 重新打包的模型文件。

原始模型仓库:https://huggingface.co/MiniAI/MiniMax-H3

Qwen3-VL-32B nvfp4_awq 量化版本转换自:https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP4

该 nvfp4 文本编码器无需 Blackwell GPU 即可使用。

对于扩散模型,如果你能够配合 cu130 使用 PyTorch,则优先选择 int8_convrot。

仅当无法使用 int8_convrot 时,才应使用 fp8_scaled。


请将文件放置于以下文件夹中:

📂 ComfyUI/
├── 📂 models/
│   ├── 📂 diffusion_models/
│   │   ├── minimax_h3_fl2va_bf16.safetensors
│   │   ├── minimax_h3_fl2va_int8_convrot.safetensors
│   │   ├── minimax_h3_fl2va_pruned_bf16.safetensors
│   │   ├── minimax_h3_fl2va_pruned_int8_convrot.safetensors
│   │   ├── minimax_h3_fl2va_pruned_fp8_scaled.safetensors
│   │   ├── minimax_h3_ref2va_bf16.safetensors
│   │   ├── minimax_h3_ref2va_int8_convrot.safetensors
│   │   ├── minimax_h3_ref2va_pruned_bf16.safetensors
│   │   ├── minimax_h3_ref2va_pruned_int8_convrot.safetensors
│   │   └── minimax_h3_ref2va_pruned_fp8_scaled.safetensors
│   ├── 📂 text_encoders/
│   │   ├── qwen3vl_32b_minimax_h3_bf16.safetensors
│   │   ├── qwen3vl_32b_minimax_h3_int8_convrot.safetensors
│   │   └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
│   ├── 📂 vae/
│   │   ├── minimax_h3_audio_vae_fp32.safetensors
│   │   └── minimax_h3_video_vae_fp16.safetensors

工作流

  • I2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_i2v.json
  • T2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_t2v.json
  • R2V:https://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_r2v.json