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

Cyanex
/
D.R.E.A.M

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

Instructions to use Cyanex/D.R.E.A.M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Cyanex/D.R.E.A.M with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Cyanex/D.R.E.A.M", 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 Settings
  • Draw Things
  • DiffusionBee
D.R.E.A.M
6.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 34 commits
Cyanex's picture
Cyanex
Upload gitattributes
e0f8f3a verified almost 2 years ago
  • D.R.E.A.M-Forge.ckpt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    2.13 GB
    xet
    Upload 2 files almost 3 years ago
  • D.R.E.A.M_Anime-Dsh-Cet-(0.5).safetensors
    2.13 GB
    xet
    Upload D.R.E.A.M_Anime-Dsh-Cet-(0.5).safetensors almost 3 years ago
  • D.r.e.a.m_Photorealism-DRL-PR-RV(0.3).safetensors
    2.13 GB
    xet
    Upload 2 files almost 3 years ago
  • README.md
    2.93 kB
    Update README.md over 2 years ago
  • gitattributes
    1.52 kB
    Upload gitattributes almost 2 years ago