Image-Text-to-Video
MiniMax H3
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 MiniMaxAI/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MiniMax H3
How to use MiniMaxAI/MiniMax-H3 with MiniMax H3:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Diffusers
How to use MiniMaxAI/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("MiniMaxAI/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] - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 939557d verified
Update README.md (#68) 9ac0dd7
Update README.md 6818f6c verified
Update README.md d39e58c verified
Update README.md bfc8ed0 verified
use actual documentation links for diffusers (#52) a9e1d84
Update README.md 3cee197 verified
Update README.md 6f65546 verified
Update README.md 31121b9 verified
Update README.md 40ce944 verified
Update README.md 66c0d01 verified
Update docs/QA-about-License.md ce18b0e verified
Update README.md b3c7290 verified
Update README.md 101ecd0 verified
Make model_index the public entry 83db0c0
yuanhe commited on
Update README.md fa9c8ab verified
Remove unused assets b8b09e3
yuanhe commited on
Add repository model index for HF downloads 48d93ed
yuanhe commited on