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

  • Log In
  • Sign Up

pharmapsychotic
/
sugar-glider

Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
animal
Model card Files Files and versions
xet
Community
1

Instructions to use pharmapsychotic/sugar-glider with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use pharmapsychotic/sugar-glider with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("pharmapsychotic/sugar-glider", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of a pssg wearing goggles"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sugar-glider / examples
3.47 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
pharmapsychotic's picture
pharmapsychotic
Readme with examples
fab641b over 3 years ago
  • bitcoin.png
    371 kB
    Readme with examples over 3 years ago
  • casino.png
    380 kB
    Readme with examples over 3 years ago
  • dj.png
    354 kB
    Readme with examples over 3 years ago
  • fantasy1.png
    388 kB
    Readme with examples over 3 years ago
  • fantasy2.png
    350 kB
    Readme with examples over 3 years ago
  • glasses.png
    341 kB
    Readme with examples over 3 years ago
  • goggles.png
    297 kB
    Readme with examples over 3 years ago
  • red_carpet.png
    339 kB
    Readme with examples over 3 years ago
  • robo.png
    318 kB
    Readme with examples over 3 years ago
  • tron.png
    331 kB
    Readme with examples over 3 years ago