Image-Text-to-Video
Diffusers
Safetensors
MiniMaxH3ModularPipeline
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
- 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 ·
9ac0dd7
1
Parent(s): 6818f6c
Update README.md (#68)
Browse files- Update README.md (9fdb38451f4baf17604c69463aeff6b1c09b2e46)
Co-authored-by: Val Alexander <BunsDev@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -41,7 +41,7 @@ tags:
|
|
| 41 |
# MiniMax H3
|
| 42 |
|
| 43 |
## News
|
| 44 |
-
Offical skills to
|
| 45 |
|
| 46 |
## Online API
|
| 47 |
Use MiniMax\-H3 directly via API\.
|
|
|
|
| 41 |
# MiniMax H3
|
| 42 |
|
| 43 |
## News
|
| 44 |
+
Offical skills to improve prompt writing: [skills on github](https://github.com/MiniMax-AI/MiniMax-H3/tree/main/skills)
|
| 45 |
|
| 46 |
## Online API
|
| 47 |
Use MiniMax\-H3 directly via API\.
|