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

  • Log In
  • Sign Up

Deci-early-access
/
DeciDiffusion-v2-0

Text-to-Image
Diffusers
Safetensors
English
DeciDiffusionPipeline
Deci AI
DeciDiffusion
Model card Files Files and versions
xet
Community

Instructions to use Deci-early-access/DeciDiffusion-v2-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Deci-early-access/DeciDiffusion-v2-0 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Deci-early-access/DeciDiffusion-v2-0", 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
DeciDiffusion-v2-0
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
danaevan's picture
danaevan
Update README.md
a5890fd verified over 2 years ago
  • feature_extractor
    Initial commit over 2 years ago
  • flexible_unet
    update flexible_unet checkpoint over 2 years ago
  • safety_checker
    Initial commit over 2 years ago
  • scheduler
    Initial commit over 2 years ago
  • text_encoder
    Initial commit over 2 years ago
  • tokenizer
    Initial commit over 2 years ago
  • unet
    Initial commit over 2 years ago
  • vae
    Initial commit over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • .gitignore
    3.09 kB
    Initial commit over 2 years ago
  • README.md
    7.99 kB
    Update README.md over 2 years ago
  • model_index.json
    621 Bytes
    Initial commit over 2 years ago
  • pipeline.py
    44.6 kB
    Update pipeline.py over 2 years ago