Views
No views yet
GGML_TYPE_NVFP4 GGUF diffusion-model weights for MiniMax H3. These files target the MiniMax H3 support in stable-diffusion.cpp and Blackwell-class NVIDIA GPUs.| File | Task | Bytes | NVFP4 tensors | SHA-256 |
|---|---|---|---|---|
minimax_h3_fl2va_nvfp4.gguf | FL2VA, full | 18,685,049,568 | 470 | 40699037ee725b5fab15594694bbbd50abbaec65bf3c03420be3be171105e229 |
minimax_h3_fl2va_pruned_nvfp4.gguf | FL2VA, pruned | 11,380,270,144 | 418 | 7400c9a10b667322a13cf9f874182e9f5f0daf9b7129eeeef3d90b65b56e176e |
minimax_h3_ref2va_nvfp4.gguf | Ref2VA, full | 18,685,049,568 | 470 | 4ea6459d6282b3be3a60274ba623431869d6d2299a470ad1fc8888997066e7dd |
minimax_h3_ref2va_pruned_nvfp4.gguf | Ref2VA, pruned | 11,380,270,144 | 418 | aa3d1b849da4014eb2f09a07c09c99a416bb16499493bd22778e13e92fba32bb |
ea7f0c8.qwen3vl_32b_minimax_h3-Q2_K_M.gguf;minimax_h3_video_vae_fp16.safetensors;minimax_h3_audio_vae_fp32.safetensors when generating synchronized audio.Comfy-Org/MiniMax-H3:| Source file | Bytes | Official LFS SHA-256 |
|---|---|---|
diffusion_models/minimax_h3_fl2va_bf16.safetensors | 66,280,487,368 | 907d4add438438ec1544f5240c3b38532ed934fe6be75677a6bbda2a6fdd6182 |
diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensors | 40,225,724,176 | a32572fb90b5508b201ec7c2eddcc184b13ddfd3c6f6d2cf06a0b46535d541b4 |
diffusion_models/minimax_h3_ref2va_bf16.safetensors | 66,280,487,368 | e32c54c1a7b4f5f397f195cea267ccb18806303bb665678c4bee60953bdf3026 |
diffusion_models/minimax_h3_ref2va_pruned_bf16.safetensors | 40,225,724,176 | 37c0da793e20ca735272ec2be655f08a2e10f97a3ec8fdfb40f5b39a736ed6fe |
sd-cli --mode convert --model SOURCE.safetensors --output OUTPUT.gguf --type nvfp4--max-vram 14 --stream-layers; the pruned variants passed with ordinary CPU parameter offload. Low-level backend tests also identified CUDA0 and passed native NVFP4 matrix multiplication plus the supported SM 12.0 flash-attention cases.LICENSE. Review it before downloading, redistributing, or using these derivatives.convertor/minimax-h3-gguf for the Ref2VA-pruned variant. This repository's purpose is to provide a consistently converted and validated four-variant set.