Instructions to use LucasDash/dash-wdm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LucasDash/dash-wdm with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LucasDash/dash-wdm", 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 aa78c28
Upload 3 files 88dea32
Delete dash_wdm_counterfeit.safetensors 32c895d
Update README.md 6b815db
Update README.md 6f4cef0
Update README.md 52f873d
Update README.md a2a1573
Update README.md 602f7ab
Update README.md b6d050a
Upload dash_wdm_counterfeit.safetensors 9635fad
Delete dash_wdm_s.safetensors 9f46d0c
Upload dash_wdm_s.safetensors 7353ca3
Update README.md 141c776
Update README.md 65cdbc4
Update README.md 0731edb
Update README.md fe26069
Update README.md 39cb372
Delete model_index.json 1b17ac1
Update model_index.json c413f96
Create model_index.json 340bafa
Update README.md c4d439e
Update README.md 682c856
Update README.md ebdeb7e
Update README.md c9a807b
Update README.md 10e15a4
Update README.md 4920870
Update README.md 9ab531f
Update README.md bd70cc4
Upload dash_waifu_diffusion_mix.safetensors de5cee7
Update README.md ab707c3
Delete dash_waifu_diffusion_2.ckpt 486d730
Upload 2 files 1b0e2dd
initial commit 2459544
Lucas Dash commited on