Instructions to use ishicode/ddpm-low-control with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ishicode/ddpm-low-control with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ishicode/ddpm-low-control", 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
Epoch 0
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ samples/0019.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
samples/0029.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
samples/0039.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0049.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
samples/0029.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
samples/0039.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0049.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
samples/0000.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1702314309.d940fc764078.720.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:106df486d3dc6f0ef4d131de5666071d8cdc2a168d3a6cf1793985cbe67be337
|
| 3 |
+
size 88
|
logs/train_example/events.out.tfevents.1702314355.d940fc764078.720.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f64e9fca8e9e5deef70d0227890c9cfa293b9082deabc88ee922fee498cc37d
|
| 3 |
+
size 7894
|
samples/0000.png
ADDED
|
Git LFS Details
|