File size: 2,409 Bytes
06d829c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3c167bc
 
 
 
 
7b1f516
06d829c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
license: other
license_name: minimax-h3-community-license
license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
pipeline_tag: image-text-to-video
tags:
  - comfyui
  - minimax-h3
  - video-generation
  - int4
  - convrot
---

<div align="center">

# MiniMax H3 · INT4 ConvRot

<img
  src="https://cdn-uploads.huggingface.co/production/uploads/63f9610670d45efb75a30a19/1WvVDGq04j4IhumL81Yy2.png"
  alt="MiniMax H3 INT4 ConvRot"
  width="600"
/>

**Low-memory INT4 ConvRot weights for running MiniMax H3 locally in ComfyUI**

[![Original Model](https://img.shields.io/badge/Original-MiniMax_H3-blue)](https://huggingface.co/MiniMaxAI/MiniMax-H3)
[![ComfyUI Guide](https://img.shields.io/badge/ComfyUI-Workflow_Guide-green)](https://docs.comfy.org/tutorials/video/minimax/minimax-h3)
[![Civitai](https://img.shields.io/badge/Civitai-Model_Page-orange)](https://civitai.com/models/2830162/minimax-h3-int4-convrot-or-12gb-vram)

</div>

> [!NOTE]
> For **12 GB GPUs**, start with a **pruned** checkpoint. ComfyUI will rely on model offloading, so **32 GB+ system RAM** and a fast NVMe SSD are recommended.

## Included files

| File | Purpose | Size |
|---|---|---:|
| `minimax_h3_fl2va_pruned_int4_convrot.safetensors` | T2V / first-last-frame video | 11.3 GB |
| `minimax_h3_ref2va_pruned_int4_convrot.safetensors` | Reference-driven video | 11.3 GB |
| `minimax_h3_fl2va_int4_convrot.safetensors` | Full FL2VA checkpoint | 17.9 GB |
| `minimax_h3_ref2va_int4_convrot.safetensors` | Full Ref2VA checkpoint | 17.9 GB |
| `qwen3vl_32b_minimax_h3_int4_convrot.safetensors` | INT4 text encoder | 15.0 GB |

## Installation

```bash
hf download Merserk/MiniMax-H3-INT4-ConvRot \
  --local-dir MiniMax-H3-INT4-ConvRot
```

Place the files in:

```text
ComfyUI/models/diffusion_models/   # FL2VA / Ref2VA checkpoints
ComfyUI/models/text_encoders/      # Qwen3-VL text encoder
ComfyUI/models/vae/                # Official MiniMax H3 video + audio VAEs
```

Update to **ComfyUI 0.30.0+**, then open **Template Library → Video → MiniMax H3**.

## Model choice

- **FL2VA** — text-to-video, first-frame, last-frame, or first-and-last-frame generation.
- **Ref2VA** — generation guided by reference images, videos, and audio.

> INT4 quantization may differ from the original BF16 model. These files are community conversions; the original **MiniMax H3 Community License** still applies.