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
- 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
Make new
#94
by hkb4181 - opened
README.md
CHANGED
|
@@ -5,20 +5,18 @@ license_name: minimax-h3-community-license-agreement
|
|
| 5 |
license_link: LICENSE
|
| 6 |
library_name: minimax-h3
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
- reference-to-audio-video
|
| 21 |
-
- diffusers
|
| 22 |
---
|
| 23 |
|
| 24 |
<div align="center">
|
|
@@ -369,7 +367,7 @@ For each case below, we provide reference outputs at both 2K and 768p generated
|
|
| 369 |
#### case\-Ref2VA
|
| 370 |
|
| 371 |
- Type: Multimodal reference-to-video (video + audio)
|
| 372 |
-
- Duration:
|
| 373 |
- Aspect ratio: adaptive
|
| 374 |
|
| 375 |
<table>
|
|
@@ -421,4 +419,4 @@ skills to improve prompt: https://github.com/MiniMax-AI/MiniMax-H3/tree/main/ski
|
|
| 421 |
|
| 422 |
## Contact Us
|
| 423 |
|
| 424 |
-
Contact us at [model@minimax.io](mailto:model@minimax.io).
|
|
|
|
| 5 |
license_link: LICENSE
|
| 6 |
library_name: minimax-h3
|
| 7 |
tags:
|
| 8 |
+
- text-to-video
|
| 9 |
+
- image-text-to-video
|
| 10 |
+
- video-to-video
|
| 11 |
+
- text-to-audio-video
|
| 12 |
+
- image-to-audio-video
|
| 13 |
+
- image-text-to-audio-video
|
| 14 |
+
- video-to-audio-video
|
| 15 |
+
- audio-to-audio-video
|
| 16 |
+
- audio-video-generation
|
| 17 |
+
- multimodal
|
| 18 |
+
- synchronized-audio-video
|
| 19 |
+
- diffusers
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
<div align="center">
|
|
|
|
| 367 |
#### case\-Ref2VA
|
| 368 |
|
| 369 |
- Type: Multimodal reference-to-video (video + audio)
|
| 370 |
+
- Duration: 20 seconds
|
| 371 |
- Aspect ratio: adaptive
|
| 372 |
|
| 373 |
<table>
|
|
|
|
| 419 |
|
| 420 |
## Contact Us
|
| 421 |
|
| 422 |
+
Contact us at [model@minimax.io](mailto:model@minimax.io).
|