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

corechan
/
MiniMax-H3_NF4

Text Generation
Diffusers
Safetensors
text-to-video
video-generation
quantized
nf4
bitsandbytes
Model card Files Files and versions
xet
Community

Instructions to use corechan/MiniMax-H3_NF4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use corechan/MiniMax-H3_NF4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("corechan/MiniMax-H3_NF4", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Hi, what can you help me with?"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
MiniMax-H3_NF4
84.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
corechan's picture
corechan
update manifest
c123a0d verified 3 days ago
  • quantized
    quantized text_encoder (int8) from memory 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • LICENSE
    17.6 kB
    Upload LICENSE 19 days ago
  • README.md
    3.7 kB
    Update README.md 19 days ago
  • h3_upload_manifest.json
    734 Bytes
    update manifest 3 days ago