Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MiniMaxAI
/
MiniMax-H3

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
Model card Files Files and versions
xet
Community
22

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
MiniMax-H3
288 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 2 commits
multimodalart's picture
multimodalart HF Staff
Point the diffusers docs link at the live documentation
c4ccdbc verified about 10 hours ago
  • FL2VA
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • Ref2VA
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • assets
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • docs
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • scripts
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • .gitattributes
    1.65 kB
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • LICENSE
    17.6 kB
    Init MiniMaxAI/MiniMax-H3 about 11 hours ago
  • README.md
    36.5 kB
    Point the diffusers docs link at the live documentation about 10 hours ago