Instructions to use nathanReitinger/MNIST-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nathanReitinger/MNIST-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nathanReitinger/MNIST-diffusion", 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
Commit ·
2d95f9a
1
Parent(s): 32acb50
Model at eEpoch 199
Browse files- .gitattributes +1 -0
- samples/0199.png +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -71,3 +71,4 @@ samples/0034.png filter=lfs diff=lfs merge=lfs -text
|
|
| 71 |
samples/0035.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
samples/0036.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 71 |
samples/0035.png filter=lfs diff=lfs merge=lfs -text
|
| 72 |
samples/0036.png filter=lfs diff=lfs merge=lfs -text
|
| 73 |
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
| 74 |
+
samples/0199.png filter=lfs diff=lfs merge=lfs -text
|
samples/0199.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 6860572
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c0163c3424ba9e676a915e7d2b5b0d41ffb212eb85cf6db4ce3124ee5fbf458
|
| 3 |
size 6860572
|