Instructions to use xkronosx/AutoEncoder-cifar10-64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xkronosx/AutoEncoder-cifar10-64 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-cifar10-64", 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 6 - step 1500
Browse files- checkpoint.tar +1 -1
- diffusion_pytorch_model.safetensors +1 -1
- samples/sample_32360.png +0 -0
- samples/sample_32460.png +0 -0
- samples/sample_32560.png +0 -0
- samples/sample_32660.png +0 -0
- samples/sample_32760.png +0 -0
checkpoint.tar
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 882172
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83b2a1baad06d626dee06f40ac2f1310452f23caeeeb87d1358764c532c01bb1
|
| 3 |
size 882172
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 432580
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:336ff4b1d15c15fbc64000948f558e13b5e2f81751162147552d25597832f66c
|
| 3 |
size 432580
|
samples/sample_32360.png
CHANGED
|
|
samples/sample_32460.png
CHANGED
|
|
samples/sample_32560.png
CHANGED
|
|
samples/sample_32660.png
CHANGED
|
|
samples/sample_32760.png
CHANGED
|
|