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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lylogummy
/
BunnyMint

Text-to-Image
Diffusers
English
art
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use lylogummy/BunnyMint with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lylogummy/BunnyMint", 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
BunnyMint / output-samples
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
lylogummy's picture
lylogummy
Upload 11 files
0fcfa15 verified almost 2 years ago
  • 1.jpg
    123 kB
    Upload 11 files almost 2 years ago
  • 2.jpg
    152 kB
    Upload 11 files almost 2 years ago
  • 3.jpg
    113 kB
    Upload 11 files almost 2 years ago
  • 4.jpg
    146 kB
    Upload 11 files almost 2 years ago
  • 5.jpg
    139 kB
    Upload 11 files almost 2 years ago
  • 5.txt
    969 Bytes
    Upload 11 files almost 2 years ago
  • 6.jpg
    110 kB
    Upload 11 files almost 2 years ago
  • 6.txt
    1.09 kB
    Upload 11 files almost 2 years ago
  • 7.jpg
    144 kB
    Upload 11 files almost 2 years ago
  • 8.jpg
    117 kB
    Upload 11 files almost 2 years ago
  • 9.jpg
    198 kB
    Upload 11 files almost 2 years ago