Skip to content

Commit d77c53b

Browse files
authored
[docs] fix image path in para attention docs (#10632)
fix image path in para attention docs
1 parent 78bc824 commit d77c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/optimization/para_attn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ However, it is hard to decide when to reuse the cache to ensure quality generate
2929
This achieves a 2x speedup on FLUX.1-dev and HunyuanVideo inference with very good quality.
3030

3131
<figure>
32-
<img src="https://huggingface.co/datasets/chengzeyi/documentation-images/resolve/main/diffusers/para-attn/ada-cache.png" alt="Cache in Diffusion Transformer" />
32+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/para-attn/ada-cache.png" alt="Cache in Diffusion Transformer" />
3333
<figcaption>How AdaCache works, First Block Cache is a variant of it</figcaption>
3434
</figure>
3535

0 commit comments

Comments
 (0)