Instructions to use xkronosx/AutoEncoder-mnist-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xkronosx/AutoEncoder-mnist-32 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xkronosx/AutoEncoder-mnist-32", 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
Iteration 8
Browse files- checkpoint.tar +1 -1
- diffusion_pytorch_model.safetensors +1 -1
- samples/sample_39100.png +0 -0
- samples/sample_39200.png +0 -0
- samples/sample_39300.png +0 -0
checkpoint.tar
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 837628
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:424a6ee5f4e45f76a5ae397f31665ab914e0a9953306d32371c01a15b54d3477
|
| 3 |
size 837628
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 410260
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38ec7e82a18cc88581545a4af3809a43e1654eda1a227081a03aa15e79571277
|
| 3 |
size 410260
|
samples/sample_39100.png
CHANGED
|
|
samples/sample_39200.png
CHANGED
|
|
samples/sample_39300.png
CHANGED
|
|