patrickvonplaten commited on
Commit
c01e028
1 Parent(s): 651c6dc

Fix link to README (#6)

Browse files

- Fix link to README (2ab84b8f06cbdc4d3d487da262f7c20ba31ac16f)

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ inference: false
9
  # Improved Autoencoders
10
 
11
  ## Utilizing
12
- These weights are intended to be used with the [🧨 diffusers library](https://github.com/huggingface/diffusers). If you are looking for the model to use with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion), [come here](https://huggingface.co/CompVis/stabilityai/sd-vae-ft-ema-original).
13
 
14
  #### How to use with 🧨 diffusers
15
  You can integrate this fine-tuned VAE decoder to your existing `diffusers` workflows, by including a `vae` argument to the `StableDiffusionPipeline`
9
  # Improved Autoencoders
10
 
11
  ## Utilizing
12
+ These weights are intended to be used with the [🧨 diffusers library](https://github.com/huggingface/diffusers). If you are looking for the model to use with the original [CompVis Stable Diffusion codebase](https://github.com/CompVis/stable-diffusion), [come here](https://huggingface.co/stabilityai/sd-vae-ft-mse-original).
13
 
14
  #### How to use with 🧨 diffusers
15
  You can integrate this fine-tuned VAE decoder to your existing `diffusers` workflows, by including a `vae` argument to the `StableDiffusionPipeline`