Instructions to use thejagstudio/ddpm-sneaker-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thejagstudio/ddpm-sneaker-128 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("thejagstudio/ddpm-sneaker-128", 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
Commit ·
be1a075
1
Parent(s): e6d9e1d
Epoch 99
Browse files
.gitattributes
CHANGED
|
@@ -41,3 +41,5 @@ samples/0049.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
samples/0059.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 41 |
samples/0059.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
samples/0089.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1741875089.TheJagStudio.18248.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5067459d0338e57951a24d5621e182cd077715c2030de4eeb0fce5148ad2056
|
| 3 |
+
size 8075546
|
samples/0089.png
ADDED
|
Git LFS Details
|
samples/0099.png
ADDED
|
Git LFS Details
|