Comfy-Org/MiniMax-H3

Model

1,763

stars

27

commits

7

repos using this model

4

linked in READMEs

Sep 6, 2026

updated

comfyui
diffusion-single-file
Browse cluster: ComfyUI Diffusion Model Implementations โ†’

README

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

Doc: https://docs.comfy.org/tutorials/video/minimax/minimax-h3

Embeddings

To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node by combining embedding: with the filename of the embedding like this for minimaxh3_art_is_explosion:

embedding:minimaxh3_art_is_explosion

Just exchange the minimaxh3_art_is_explosion part with the filename of the embedding you want to use.

Contributors

Kijai

9 commits

Lexius

8 commits

ComfyUI-Wiki

7 commits

silveroxides

2 commits

Comfy-Org/MiniMax-H3

Model

1,763

stars

27

commits

7

repos using this model

4

linked in READMEs

Sep 6, 2026

updated

comfyui
diffusion-single-file
Browse cluster: ComfyUI Diffusion Model Implementations โ†’

README

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

Doc: https://docs.comfy.org/tutorials/video/minimax/minimax-h3

Embeddings

To use the embeddings in a text prompt, invoke them in the CLIPTextEncode node by combining embedding: with the filename of the embedding like this for minimaxh3_art_is_explosion:

embedding:minimaxh3_art_is_explosion

Just exchange the minimaxh3_art_is_explosion part with the filename of the embedding you want to use.

Contributors

Kijai

9 commits

Lexius

8 commits

ComfyUI-Wiki

7 commits

silveroxides

2 commits