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 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] - Notebooks
- Google Colab
- Kaggle
Can this run on my 16gb i5 pc? ๐ญ๐
#13
by rithulbm - opened
I know it can't but hmmm, hope new hardware emerges that is suitable for running ai models locally. and something that doesn't cost my kidney
Similarly, does anyone know if it can run on 2x3090 (48GB total), or if I'll have to just use one? And how that would work?
comfyui V30 can do it
Oh wow, it does say that it supports MiniMax-H3! https://github.com/Comfy-Org/ComfyUI/releases#release-v0.30.0
Oh wow, it does say that it supports MiniMax-H3! https://github.com/Comfy-Org/ComfyUI/releases#release-v0.30.0
you do one thing, lend me one your 3090. then let's discuss๐