Gyvin
/

Diffusion Single File
comfyui
MiniMax-H3 / README.md
Gyvin's picture
Duplicate from Comfy-Org/MiniMax-H3
bb1cc87
|
Raw
History Blame Contribute Delete
3.28 kB
metadata
license: other
license_name: minimax-h3-community-license-agreement
license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
tags:
  - comfyui
  - diffusion-single-file
base_model:
  - MiniMaxAI/MiniMax-H3

MiniMax H3

Repackaged model files for ComfyUI.

Original model repository:

The Qwen3-VL-32B nvfp4_awq quant is converted from: https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP4

This nvfp4 text encoder does not require Blackwell GPU to use.

For diffusion models prefer int8_convrot if you are able to use pytorch with cu130.

fp8_scaled should only be used if you cannot use int8_convrot.


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_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
β”‚   β”œβ”€β”€ πŸ“‚ loras/
β”‚   β”‚   β”œβ”€β”€ minimax_h3_fl2v_turbo_4step_v1.0_768p_comfyui_bf16.safetensors
β”‚   β”‚   β”œβ”€β”€ minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors
β”‚   β”‚   └── minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ vae/
β”‚   β”‚   β”œβ”€β”€ minimax_h3_audio_vae_fp32.safetensors
β”‚   β”‚   └── minimax_h3_video_vae_fp16.safetensors
β”‚   β”œβ”€β”€ πŸ“‚ embeddings/
β”‚   β”‚   β”œβ”€β”€ minimaxh3_art_is_explosion.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_blooming_flowers.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_bullet_time.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_dark_magic.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_fire_breath.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_four_seasons.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_kiss_camera.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_spiral_ascent.safetensors
β”‚   β”‚   β”œβ”€β”€ minimaxh3_storm_magic.safetensors
β”‚   β”‚   └── minimaxh3_truman_show.safetensors

Workflows

Embeddings

To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node like this (you can omit the .pt extension): embedding:embedding_filename.pt.