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
epoch 7 - step 500
Browse files- checkpoint.tar +1 -1
- diffusion_pytorch_model.safetensors +1 -1
- samples/sample_37600.png +0 -0
- samples/sample_37700.png +0 -0
- samples/sample_37800.png +0 -0
- samples/sample_37900.png +0 -0
- samples/sample_38000.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:ea8b10cde308dc2489fddb9399772505cb751dd47eda8dbf03fae2465afcc14b
|
| 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:f22ca0538c13559568fe74dcb108106a3c9747c561396c5dfaf2874896b6614f
|
| 3 |
size 410260
|
samples/sample_37600.png
CHANGED
|
|
samples/sample_37700.png
CHANGED
|
|
samples/sample_37800.png
CHANGED
|
|
samples/sample_37900.png
CHANGED
|
|
samples/sample_38000.png
CHANGED
|
|