Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mekabu
/
MagicalMix_v1

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mekabu/MagicalMix_v1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mekabu/MagicalMix_v1", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
MagicalMix_v1
4.27 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
mekabu's picture
mekabu
modified README.md
692ac86 about 3 years ago
  • Sample
    Add sample file about 3 years ago
  • .gitattributes
    1.83 kB
    Add sample file about 3 years ago
  • MagicalMix_v1.safetensors
    4.27 GB
    xet
    Rename model about 3 years ago
  • Magicalmix_logo.png
    405 kB
    modified README.md about 3 years ago
  • README.md
    5.09 kB
    modified README.md about 3 years ago