Unverified Commit d77c53b6 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[docs] fix image path in para attention docs (#10632)

fix image path in para attention docs
parent 78bc8247
......@@ -29,7 +29,7 @@ However, it is hard to decide when to reuse the cache to ensure quality generate
This achieves a 2x speedup on FLUX.1-dev and HunyuanVideo inference with very good quality.
<figure>
<img src="https://huggingface.co/datasets/chengzeyi/documentation-images/resolve/main/diffusers/para-attn/ada-cache.png" alt="Cache in Diffusion Transformer" />
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/para-attn/ada-cache.png" alt="Cache in Diffusion Transformer" />
<figcaption>How AdaCache works, First Block Cache is a variant of it</figcaption>
</figure>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment