Skip to content

Commit 4161c7e

Browse files
committed
notes
1 parent 1a49b75 commit 4161c7e

File tree

4 files changed

+273
-153
lines changed

4 files changed

+273
-153
lines changed

docs/diffusion/stable_diffusion/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ <h3><a href="latent_diffusion.html">Latent Diffusion Model</a></h3>
8484
<p>The core is the <a href="latent_diffusion.html">Latent Diffusion Model</a>. It consists of:</p>
8585
<ul><li><a href="model/autoencoder.html">AutoEncoder</a> </li>
8686
<li><a href="model/unet.html">U-Net</a> with <a href="model/unet_attention.html">attention</a></li></ul>
87+
<p>We have also (optionally) integrated <a href="https://github.com/HazyResearch/flash-attention">Flash Attention</a> into our <a href="model/unet_attention.html">U-Net attention</a> which lets you speed up the performance by close to 50% on an RTX A6000 GPU.</p>
8788
<p>The diffusion is conditioned based on <a href="model/clip_embedder.html">CLIP embeddings</a>.</p>
8889
<h3><a href="sampler/index.html">Sampling Algorithms</a></h3>
8990
<p>We have implemented the following <a href="sampler/index.html">sampling algorithms</a>:</p>

0 commit comments

Comments
 (0)