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_nvfp4

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

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

  • Libraries
  • Diffusers

    How to use corechan/MiniMax-H3_nvfp4 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_nvfp4", 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_nvfp4
39.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
corechan's picture
corechan
update manifest
7a6172a verified 16 days ago
  • quantized
    quantized transformer_ref (nvfp4) from memory 16 days ago
  • .gitattributes
    1.52 kB
    initial commit 16 days ago
  • LICENSE
    17.6 kB
    Upload LICENSE 16 days ago
  • README.md
    3.66 kB
    Create README.md 16 days ago
  • h3_upload_manifest.json
    888 Bytes
    update manifest 16 days ago