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

OzzyGT
/
MiniMax_H3_sdnq_dynamic_4bit

Diffusers
Safetensors
8-bit precision
Model card Files Files and versions
xet
Community
2

Instructions to use OzzyGT/MiniMax_H3_sdnq_dynamic_4bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use OzzyGT/MiniMax_H3_sdnq_dynamic_4bit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OzzyGT/MiniMax_H3_sdnq_dynamic_4bit", 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_sdnq_dynamic_4bit / vae
5.57 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
OzzyGT's picture
OzzyGT HF Staff
vae: mixed fp16 decoder + fp32 encoder/scales, single shard (#2)
c38d07f 6 days ago
  • config.json
    2.01 kB
    Upload 33 files 15 days ago
  • diffusion_pytorch_model.safetensors
    5.57 GB
    xet
    vae: mixed fp16 decoder + fp32 encoder/scales, single shard (#2) 6 days ago