wangpj/MiniMax-H3_dit_bf16
0532
1---2license: other3license_name: minimax-h3-community-license-agreement4license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE5tags:6- comfyui7- diffusion-single-file8base_model:9- MiniMaxAI/MiniMax-H310---11 12# MiniMax H313 14Repackaged model files for ComfyUI.15 16Original model repository:17 18- https://huggingface.co/MiniMaxAI/MiniMax-H319- https://huggingface.co/lightx2v/Minimax-h3-Turbo20 21The Qwen3-VL-32B `nvfp4_awq` quant is converted from: https://huggingface.co/cybermotaz/Qwen3-VL-32B-Instruct-NVFP422 23This `nvfp4` text encoder does not require Blackwell GPU to use.24 25For diffusion models prefer int8_convrot if you are able to use pytorch with cu130.26 27`fp8_scaled` should only be used if you cannot use `int8_convrot`.28 29---30 31Place the files in the following folders:32 33```34๐ ComfyUI/35โโโ ๐ models/36โ โโโ ๐ diffusion_models/37โ โ โโโ minimax_h3_fl2va_bf16.safetensors38โ โ โโโ minimax_h3_fl2va_int8_convrot.safetensors39โ โ โโโ minimax_h3_fl2va_pruned_bf16.safetensors40โ โ โโโ minimax_h3_fl2va_pruned_int8_convrot.safetensors41โ โ โโโ minimax_h3_fl2va_pruned_fp8_scaled.safetensors42โ โ โโโ minimax_h3_ref2va_bf16.safetensors43โ โ โโโ minimax_h3_ref2va_int8_convrot.safetensors44โ โ โโโ minimax_h3_ref2va_pruned_bf16.safetensors45โ โ โโโ minimax_h3_ref2va_pruned_int8_convrot.safetensors46โ โ โโโ minimax_h3_ref2va_pruned_fp8_scaled.safetensors47โ โโโ ๐ text_encoders/48โ โ โโโ qwen3vl_32b_minimax_h3_bf16.safetensors49โ โ โโโ qwen3vl_32b_minimax_h3_int8_convrot.safetensors50โ โ โโโ qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors51โ โโโ ๐ loras/52โ โ โโโ minimax_h3_fl2v_turbo_4step_v1.0_768p_comfyui_bf16.safetensors53โ โ โโโ minimax_h3_fl2v_turbo_8step_v1.0_comfyui_bf16.safetensors54โ โ โโโ minimax_h3_ref2v_turbo_4step_v0.1_comfyui_bf16.safetensors55โ โโโ ๐ vae/56โ โ โโโ minimax_h3_audio_vae_fp32.safetensors57โ โ โโโ minimax_h3_video_vae_fp16.safetensors58```59 60## Workflows61 62- I2V๏ผhttps://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_i2v.json63- T2V๏ผhttps://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_t2v.json64- R2V๏ผhttps://github.com/Comfy-Org/workflow_templates/blob/main/templates/video_minimax_h3_r2v.json65 