Fix link in model card
#1
by
osanseviero
- opened
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/
|
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`
|