multimodalart HF staff commited on
Commit
f5094ed
1 Parent(s): 1d4c85a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -7,6 +7,10 @@ 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-ema).
13
+
14
  ## Decoder Finetuning
15
  We publish two kl-f8 autoencoder versions, finetuned from the original [kl-f8 autoencoder](https://github.com/CompVis/latent-diffusion#pretrained-autoencoding-models).
16
  The first, _ft-EMA_, was resumed from the original checkpoint, trained for 313198 steps and uses EMA weights.