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

  • Log In
  • Sign Up

luongphamit
/
DreamShaper

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

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

  • Libraries
  • Diffusers

    How to use luongphamit/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("luongphamit/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
DreamShaper
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
luongphamit's picture
luongphamit
Merge branch 'main' of https://huggingface.co/luongphamit/DreamShaper
d4f19d6 about 3 years ago
  • feature_extractor
    . about 3 years ago
  • safety_checker
    . about 3 years ago
  • scheduler
    . about 3 years ago
  • text_encoder
    . about 3 years ago
  • tokenizer
    . about 3 years ago
  • unet
    . about 3 years ago
  • vae
    . about 3 years ago
  • .gitattributes
    1.52 kB
    . about 3 years ago
  • 1.png
    1.75 MB
    LFS
    . about 3 years ago
  • 2.png
    2.74 MB
    LFS
    . about 3 years ago
  • 3.png
    2.13 MB
    LFS
    . about 3 years ago
  • 4.png
    2.41 MB
    LFS
    . about 3 years ago
  • 5.png
    1.68 MB
    LFS
    . about 3 years ago
  • README.md
    1.18 kB
    . about 3 years ago
  • dreamshaper_4BakedVae.safetensors
    5.98 GB
    xet
    Upload dreamshaper_4BakedVae.safetensors about 3 years ago
  • model_index.json
    579 Bytes
    Upload model_index.json about 3 years ago