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

  • Log In
  • Sign Up

Lykon
/
dreamshaper-2

Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
art
artistic
anime
dreamshaper
Model card Files Files and versions
xet
Community

Instructions to use Lykon/dreamshaper-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Lykon/dreamshaper-2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Lykon/dreamshaper-2", 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
dreamshaper-2
8.22 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
patrickvonplaten's picture
patrickvonplaten
Duplicate from lykon-models/dreamshaper-2
2e0df54 over 2 years ago
  • feature_extractor
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • safety_checker
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • scheduler
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • text_encoder
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • tokenizer
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • unet
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • vae
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • .gitattributes
    1.52 kB
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • README.md
    2.41 kB
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • image.png
    466 kB
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago
  • model_index.json
    642 Bytes
    Duplicate from lykon-models/dreamshaper-2 over 2 years ago