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 12
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:5e30af184bedae1e2dbfa755cdc9e35b87f1e278a65e4827763fe1f06cafda5e
|
| 3 |
+
size 956498
|
samples/0012.png
ADDED
|
samples/0012.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:99c91204e2343bae4837f179fbb5037c508a1183e81030076419519e9398abc8
|
| 3 |
size 193229440
|