madebyollin
commited on
Commit
•
8f79696
1
Parent(s):
5a11670
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# 🍰 Tiny AutoEncoder for Stable Diffusion
|
6 |
+
|
7 |
+
[TAESD](https://github.com/madebyollin/taesd) is very tiny autoencoder which uses the same "latent API" as Stable Diffusion's VAE.
|
8 |
+
TAESD is useful for [real-time previewing](https://twitter.com/madebyollin/status/1679356448655163394) of the SD (and SDXL) generation process.
|
9 |
+
|
10 |
+
This repo contains `.safetensors` versions of the TAESD weights.
|