Image-Text-to-Video
Diffusers
Safetensors
text-to-video
image-to-video
video-to-video
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
video-to-audio-video
audio-to-audio-video
audio-video-generation
multimodal
synchronized-audio-video
reference-to-audio-video
Instructions to use Green-eyedDevil/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Green-eyedDevil/MiniMax-H3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Green-eyedDevil/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "_class_name": "MiniMaxH3Transformer3DModel", | |
| "_diffusers_version": "0.36.0.dev0", | |
| "num_attention_heads": 56, | |
| "attention_head_dim": 128, | |
| "hidden_size": 5376, | |
| "num_layers": 50, | |
| "num_refiner_layers": 2, | |
| "ffn_dim": 14336, | |
| "in_channels": 24, | |
| "audio_in_channels": 32, | |
| "patch_size": [ | |
| 1, | |
| 2, | |
| 2 | |
| ], | |
| "text_dim": 5120, | |
| "freq_dim": 256, | |
| "time_embed_hidden_dim": 5376, | |
| "time_embed_dim": 2688, | |
| "rope_freq_dim": 16, | |
| "rope_theta": 10000.0, | |
| "norm_eps": 1e-05, | |
| "qk_norm_eps": 1e-05, | |
| "final_norm_eps": 1e-05 | |
| } |