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 Settings
- Draw Things
- DiffusionBee
Commit History
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