Instructions to use kding1/dicoo_model_ddp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kding1/dicoo_model_ddp with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kding1/dicoo_model_ddp", 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
Ke Ding commited on
Commit ·
3126348
1
Parent(s): 84253c3
End of training
Browse files- learned_embeds.bin +1 -1
- text_encoder/pytorch_model.bin +1 -1
learned_embeds.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 75892992
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:389b89207b8007d4a5c6329e02c39446cf763bf188b05674829c5db8524980f8
|
| 3 |
size 75892992
|
text_encoder/pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492310113
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e498be49aeb5b1612998e2fcde70d8eb46603a8df1103d6e707548eab08b9b1c
|
| 3 |
size 492310113
|