CoolFace
Modelpublic

beike97/MiniMax-H3

sourceHugging Faceotherupdated 25d agoView on Hugging Face
1likes1.9kdownloads
model_index.json42 linesDownload Raw Back to Ref2VA
1{2  "_class_name": "MiniMaxH3Pipeline",3  "_diffusers_version": "0.32.2",4  "text_encoder": [5    "transformers",6    "MiniMaxH3Qwen3VLHFEncoder"7  ],8  "tokenizer": [9    "transformers",10    "Qwen2TokenizerFast"11  ],12  "video_vae": [13    "diffusers",14    "MiniMaxH3VideoVAE"15  ],16  "audio_vae": [17    "diffusers",18    "MiniMaxH3AudioVAE"19  ],20  "scheduler": null,21  "transformer": [22    "diffusers",23    "MiniMaxH3DiTModel"24  ],25  "processor": [26    "transformers",27    "Qwen3VLProcessor"28  ],29  "_minimax_h3": {30    "schema_version": 1,31    "partition": "ref2va",32    "tasks": [33      "ref2va"34    ],35    "task_aliases": {},36    "sigma_shift_scales": {37      "video": 12.0,38      "audio": 3.039    }40  }41}42