Image-Text-to-Video
MLX
Safetensors
apple-silicon
text-to-video
image-to-video
audio-video-generation
diffusion
Instructions to use pipenetwork/MiniMax-H3-MLX-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use pipenetwork/MiniMax-H3-MLX-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir MiniMax-H3-MLX-bf16 pipenetwork/MiniMax-H3-MLX-bf16
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 604 Bytes
1486555 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | {
"_class_name": "MiniMaxH3DiTModel",
"_diffusers_version": "0.32.2",
"hidden_size": 5376,
"num_layers": 50,
"token_refiner_num_layers": 2,
"num_attention_heads": 56,
"attention_head_dim": 128,
"ffn_hidden_size": 14336,
"latents_dim": 24,
"audio_latents_dim": 32,
"patch_size": [
1,
2,
2
],
"text_dim": 5120,
"timestep_input_dim": 256,
"time_embed_hidden_size": 5376,
"time_embed_dim": 2688,
"adaln_out_features": 96768,
"final_adaln_out_features": 10752,
"rope_inv_freq_len": 16,
"norm_eps": 1e-05,
"qk_norm_eps": 1e-05,
"final_norm_eps": 1e-05
}
|