Instructions to use Jiajun36/ddpm-floorplans_tutorial-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jiajun36/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("Jiajun36/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 89
Browse files
.gitattributes
CHANGED
|
@@ -49,3 +49,5 @@ samples/0064.png filter=lfs diff=lfs merge=lfs -text
|
|
| 49 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
samples/0074.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 49 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 50 |
samples/0074.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
samples/0084.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
samples/0089.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1709571238.6c40e59dc76d.3210.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:7852a7aa7b9f3d3e6df39718a1e97d7693eb97a86b2695acf1577fcaf68a5b1c
|
| 3 |
+
size 216868
|
samples/0084.png
ADDED
|
Git LFS Details
|
samples/0089.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:810790b4baa9bab20d1aa8f1b04254ebc9a5d0c043c5d500f7083d7d490ec92b
|
| 3 |
size 454741108
|