madebyollin
commited on
Commit
•
73b7d1c
1
Parent(s):
fc64f52
++panda
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ license: mit
|
|
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 generation process.
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
This repo contains `.safetensors` versions of the TAESD weights.
|
11 |
|
12 |
For SDXL, use [TAESDXL](https://huggingface.co/madebyollin/taesdxl/) instead (the SD and SDXL VAEs are [incompatible](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/discussions/6#64b8a9c13707b7d603c6ac16)).
|
|
|
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 generation process.
|
9 |
|
10 |
+
Comparison on my laptop:
|
11 |
+
|
12 |
+
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/630447d40547362a22a969a2/UuOk0vjKKjnYff9_GkZUj.png)
|
14 |
+
|
15 |
This repo contains `.safetensors` versions of the TAESD weights.
|
16 |
|
17 |
For SDXL, use [TAESDXL](https://huggingface.co/madebyollin/taesdxl/) instead (the SD and SDXL VAEs are [incompatible](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/discussions/6#64b8a9c13707b7d603c6ac16)).
|