Instructions to use tianweiy/DMD2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tianweiy/DMD2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tianweiy/DMD2", 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
Tianwei Yin commited on
Commit ·
b67988e
1
Parent(s): 2c36e07
move models to main folder
Browse files- dmd2_sdxl_1step_unet.bin +3 -0
- dmd2_sdxl_4step_unet.bin +3 -0
dmd2_sdxl_1step_unet.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51fd734a362a1def3863d3a52c347fd0a9f8bcb25c9ec4e7cb7cfbe2b82d5551
|
| 3 |
+
size 10270866889
|
dmd2_sdxl_4step_unet.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f94ffd4eeaee84ab37a3f07df6e56b3b9573aef65ce6360355e2fdac0e44974e
|
| 3 |
+
size 10270866889
|