Instructions to use tuanio/ddpm-cv-vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tuanio/ddpm-cv-vi with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tuanio/ddpm-cv-vi", 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 5
Browse files
logs/train_example/events.out.tfevents.1714103324.b909a8363f7b.24.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:591719f61433791e0d249274edac10591408d02708ba2b2b788c90cf888d3d43
|
| 3 |
+
size 441298
|
samples/0005.png
ADDED
|
samples/0005.wav
ADDED
|
Binary file (81.7 kB). View file
|
|
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 193229440
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e41b90c00c524799c32984532bcbf712a793346595a6cd1c719fb3b6c9cf43cf
|
| 3 |
size 193229440
|