File size: 696 Bytes
80ac2a6
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
MiniMax H3 is licensed under the MiniMax H3 Community License Agreement,
Copyright © 2026 MiniMax. All Rights Reserved.

Modification notice

The FL2VA and Ref2VA safetensors checkpoints in this repository are modified
derivatives of MiniMax H3. They were converted from the original Diffusers
layout to an experimental ComfyUI layout, selectively quantized to INT8
ConvRot, and retain physically separate Q, K, and V projections.

The original FP32 time MLP is retained. Its output is projected through a
shared rank-16 basis into 51 independent FP32 AdaLN projections. This dynamic
time representation and the separate-QKV layout require the ComfyUI core patch
distributed in this repository.