Skip to content

Commit

Permalink
put madebyollin within backquotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Oct 24, 2023
1 parent 8d3e062 commit e1fc305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_sdxl_optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Combined with SDPA and fp16, we can reduce the memory to 21.9GB. Other technique

## Tiny Autoencoder

As previously mentioned, a VAE decodes latents into images. Naturally, this step is directly bottlenecked by the size of the VAE. So, let’s just use a smaller autoencoder! The [Tiny Autoencoder by madebyollin](https://github.com/madebyollin/taesd), available [the Hub](https://huggingface.co/madebyollin/taesdxl) is just 10MB and it is distilled from the original VAE used by SDXL.
As previously mentioned, a VAE decodes latents into images. Naturally, this step is directly bottlenecked by the size of the VAE. So, let’s just use a smaller autoencoder! The [Tiny Autoencoder by `madebyollin`](https://github.com/madebyollin/taesd), available [the Hub](https://huggingface.co/madebyollin/taesdxl) is just 10MB and it is distilled from the original VAE used by SDXL.

```python
from diffusers import AutoencoderTiny
Expand Down

0 comments on commit e1fc305

Please sign in to comment.