Instructions to use zq0314/ddpm-floorplans_tutorial-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zq0314/ddpm-floorplans_tutorial-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("zq0314/ddpm-floorplans_tutorial-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
Epoch 399
Browse files
.gitattributes
CHANGED
|
@@ -111,3 +111,5 @@ samples/0374.png filter=lfs diff=lfs merge=lfs -text
|
|
| 111 |
samples/0379.png filter=lfs diff=lfs merge=lfs -text
|
| 112 |
samples/0384.png filter=lfs diff=lfs merge=lfs -text
|
| 113 |
samples/0389.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 111 |
samples/0379.png filter=lfs diff=lfs merge=lfs -text
|
| 112 |
samples/0384.png filter=lfs diff=lfs merge=lfs -text
|
| 113 |
samples/0389.png filter=lfs diff=lfs merge=lfs -text
|
| 114 |
+
samples/0394.png filter=lfs diff=lfs merge=lfs -text
|
| 115 |
+
samples/0399.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1716071826.b7987e70cbae.1209.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:1d87eb95fdf3f50b17da5b9f9cfe800a3be744986a395e2fc2088242f93826b3
|
| 3 |
+
size 4214546
|
samples/0394.png
ADDED
|
Git LFS Details
|
samples/0399.png
ADDED
|
Git LFS Details
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454741108
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6608a150bda0e80aeca5496fa91868740caee37a0e01a49c8c1c5dadce5fc078
|
| 3 |
size 454741108
|