mirror of
https://www.modelscope.cn/Comfy-Org/MiniMax-H3.git
synced 2026-08-31 06:42:55 +08:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
---
|
|
tags:
|
|
- comfyui
|
|
- diffusion-single-file
|
|
---
|
|
|
|
# MiniMax H3
|
|
|
|
Repackaged model files for ComfyUI.
|
|
|
|
Original model repository: https://huggingface.co/MiniMaxAI/MiniMax-H3
|
|
|
|
Place the files in the following folders:
|
|
|
|
```
|
|
📂 ComfyUI/
|
|
├── 📂 models/
|
|
│ ├── 📂 diffusion_models/
|
|
│ │ ├── minimax_h3_fl2va_bf16.safetensors
|
|
│ │ ├── minimax_h3_fl2va_int8_convrot.safetensors
|
|
│ │ ├── minimax_h3_fl2va_pruned_int8_convrot.safetensors
|
|
│ │ ├── minimax_h3_ref2va_bf16.safetensors
|
|
│ │ ├── minimax_h3_ref2va_int8_convrot.safetensors
|
|
│ │ └── minimax_h3_ref2va_pruned_int8_convrot.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
|
|
``` |