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
18

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
499 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 8 commits
ryanlee-dev's picture
ryanlee-dev
multimodalart's picture
multimodalart HF Staff
Scope the download command to the original checkpoint folders (#16)
73372e6 38 minutes ago
  • FL2VA
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • Ref2VA
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • assets
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • audio_scheduler
    Add diffusers format weights (#5) about 2 hours ago
  • audio_vae
    Add diffusers format weights (#5) about 2 hours ago
  • docs
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • processor
    Add diffusers format weights (#5) about 2 hours ago
  • scheduler
    Add diffusers format weights (#5) about 2 hours ago
  • scripts
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • text_encoder
    Add diffusers format weights (#5) about 2 hours ago
  • tokenizer
    Add diffusers format weights (#5) about 2 hours ago
  • transformer
    Add diffusers format weights (#5) about 2 hours ago
  • transformer_ref
    Add diffusers format weights (#5) about 2 hours ago
  • vae
    Add diffusers format weights (#5) about 2 hours ago
  • .gitattributes
    1.65 kB
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • LICENSE
    17.6 kB
    Init MiniMaxAI/MiniMax-H3 about 5 hours ago
  • README.md
    37.8 kB
    Scope the download command to the original checkpoint folders (#16) 38 minutes ago
  • modular_model_index.json
    2.94 kB
    Add diffusers format weights (#5) about 2 hours ago