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
Update README.md
#75
by pierric HF Staff - opened
README.md
CHANGED
|
@@ -3,7 +3,7 @@ pipeline_tag: image-text-to-video
|
|
| 3 |
license: other
|
| 4 |
license_name: minimax-h3-community-license-agreement
|
| 5 |
license_link: LICENSE
|
| 6 |
-
library_name:
|
| 7 |
tags:
|
| 8 |
- text-to-video
|
| 9 |
- image-to-video
|
|
@@ -18,6 +18,7 @@ tags:
|
|
| 18 |
- multimodal
|
| 19 |
- synchronized-audio-video
|
| 20 |
- reference-to-audio-video
|
|
|
|
| 21 |
---
|
| 22 |
|
| 23 |
<div align="center">
|
|
|
|
| 3 |
license: other
|
| 4 |
license_name: minimax-h3-community-license-agreement
|
| 5 |
license_link: LICENSE
|
| 6 |
+
library_name: minimax-h3
|
| 7 |
tags:
|
| 8 |
- text-to-video
|
| 9 |
- image-to-video
|
|
|
|
| 18 |
- multimodal
|
| 19 |
- synchronized-audio-video
|
| 20 |
- reference-to-audio-video
|
| 21 |
+
- diffusers
|
| 22 |
---
|
| 23 |
|
| 24 |
<div align="center">
|