Instructions to use nathanReitinger/MNIST-diffusion-oneImage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nathanReitinger/MNIST-diffusion-oneImage 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-oneImage", torch_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 ·
63518c3
1
Parent(s): ea6ec6c
Model at eEpoch 9999
Browse files- .gitattributes +1 -0
- samples/9999.png +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ samples/0009.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
samples/0049.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/5000.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
samples/0049.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/5000.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
samples/9999.png filter=lfs diff=lfs merge=lfs -text
|
samples/9999.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:bb7584f2d0f8a6a1c37305c212d82fc53f2cbc88fa6b69613936cd4fe9d7795d
|
| 3 |
size 6860572
|