Instructions to use Skiittoo/ddpm-pixelart with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Skiittoo/ddpm-pixelart with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Skiittoo/ddpm-pixelart", 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 0
Browse files
logs/train_example/events.out.tfevents.1664285611.b01cd66a3f4f.75.3
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:1312b855d9365ddcf5f03a90f487e5ae45819c8144cecb6322bc7c5359334fde
|
| 3 |
+
size 282
|
samples/0000.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 454859389
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52b990ff0a3a1571cd4f12845c007c007ebb77ced0426b1d72c94b194d7d68ca
|
| 3 |
size 454859389
|