CoolFace
Modelpublic

wangpj/MiniMax-H3_dit_bf16

sourceHugging Faceotherupdated 1mo agoView on Hugging Face
0likes532downloads
README.md65 linesDownload Raw Back to root
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