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

  • Log In
  • Sign Up

Lykon
/
DreamShaper

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

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

  • Libraries
  • Diffusers

    How to use Lykon/DreamShaper 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", 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

test

#2
by GIMG - opened Jan 23, 2023
base: refs/heads/main
←
from: refs/pr/2
Discussion Files changed
+45
-0
Upload DreamShaper_2.52.safetensors0cbd8adf
Upload DreamShaper_2.52.ckptd2f8f57f
Upload DreamShaper_2.52.safetensors766ca2a1
Upload DreamShaper_3_beta.safetensors495f3f20
Upload 2 files13a9cae2
Upload 2 filesf8b35daf
Upload 4 filescef465ab
Upload DreamShaper_3.6_baked_vae.safetensorseebea8ed
Upload DreamShaper_3.3_baked_vae.safetensors1bf093fd
Delete DreamShaper_3.6_baked_vae.safetensors6c6e829f
Upload DreamShaper_3.3_baked_vae_pruned.safetensorsc09b24dc
GIMG
Jan 23, 2023
No description provided.
testa274f82c
GIMG changed pull request status to closed Jan 23, 2023

· Sign up or log in to comment

Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs