Commit
•
2adc286
1
Parent(s):
fb137b4
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,9 @@ tags:
|
|
7 |
inference: false
|
8 |
---
|
9 |
# Improved Autoencoders
|
|
|
|
|
|
|
10 |
## Decoder Finetuning
|
11 |
We publish two kl-f8 autoencoder versions, finetuned from the original [kl-f8 autoencoder](https://github.com/CompVis/latent-diffusion#pretrained-autoencoding-models).
|
12 |
The first, _ft-EMA_, was resumed from the original checkpoint, trained for 313198 steps and uses EMA weights.
|
|
|
7 |
inference: false
|
8 |
---
|
9 |
# Improved Autoencoders
|
10 |
+
|
11 |
+
## Utilizing
|
12 |
+
These weights are intended to be used with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion). If you are looking for the model to use with the D🧨iffusers library, [come here](https://huggingface.co/CompVis/stabilityai/sd-vae-ft-mse).
|
13 |
## Decoder Finetuning
|
14 |
We publish two kl-f8 autoencoder versions, finetuned from the original [kl-f8 autoencoder](https://github.com/CompVis/latent-diffusion#pretrained-autoencoding-models).
|
15 |
The first, _ft-EMA_, was resumed from the original checkpoint, trained for 313198 steps and uses EMA weights.
|