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
10.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 53 commits
Cyanex's picture
Cyanex
Rename vae/diffusion_pytorch_model (1).bin to vae/diffusion_pytorch_model.bin
003bdb0 verified almost 2 years ago
  • feature_extractor
    Upload 10 files almost 2 years ago
  • safety_checker
    Upload 10 files almost 2 years ago
  • scheduler
    Upload 10 files almost 2 years ago
  • text_encoder
    Upload 10 files almost 2 years ago
  • tokenizer
    Upload 10 files almost 2 years ago
  • unet
    Upload diffusion_pytorch_model.bin almost 2 years ago
  • vae
    Rename vae/diffusion_pytorch_model (1).bin to vae/diffusion_pytorch_model.bin almost 2 years ago
  • .gitattributes
    219 Bytes
    Rename vae/diffusion_pytorch_model (1).bin to vae/diffusion_pytorch_model.bin 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.69 kB
    Update README.md almost 2 years ago
  • model_index.json
    541 Bytes
    Upload model_index.json almost 2 years ago