Instructions to use Deci/DeciDiffusion-v2-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Deci/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/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 Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md e56f6f3 verified
Update README.md 590907f verified
Update README.md 4d53dbb verified
Update README.md eac2862 verified
Update README.md 415f737 verified
Update README.md 155f49c verified
Update README.md 643ba00 verified
Update README.md 5a0a796 verified
Update README.md dbc4146 verified
Update README.md dd50ce2 verified
Update README.md 3a8b815 verified
Update README.md 8113fde verified
Update README.md a5890fd verified
Update README.md cd4e0cd verified
Update README.md 8d1ccd2 verified
Update README.md 49b1a09 verified
Update README.md c6d205b
Create README.md 513ae40
Update pipeline.py d2c1221
update flexible_unet checkpoint 0be80b1
Borys Tymchenko commited on
Update pipeline.py 5ed891e
Initial commit ae2e28c
Borys Tymchenko commited on