Instructions to use OnewayLab/ddpm-butterflies-128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use OnewayLab/ddpm-butterflies-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("OnewayLab/ddpm-butterflies-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
Canbin Huang commited on
Commit ·
c0a6749
1
Parent(s): 68298db
Epoch 29
Browse files
logs/train_example/events.out.tfevents.1673091500.ec21992265a5.1332.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7f9cfbb78443e75e8b58dc59467202c877a175edf6494d7e71af37bc128d02c
|
| 3 |
+
size 239680
|
samples/0009.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/0019.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/0029.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454867325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e8c664fe2122f712282cdf16fe318e449ee1e7a8b81f841c6fd54b6b967a8a0
|
| 3 |
size 454867325
|