Skip to content

Commit 16d981e

Browse files
authored
Update src/diffusers/hooks/first_block_cache.py
1 parent 485633b commit 16d981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/hooks/first_block_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def apply_first_block_cache(module: torch.nn.Module, config: FirstBlockCacheConf
197197
Cache](https://github.com/chengzeyi/ParaAttention/blob/4de137c5b96416489f06e43e19f2c14a772e28fd/README.md#first-block-cache-our-dynamic-caching)
198198
to a given module.
199199
200-
First Block Cache builds on the ideas of [TeaCache](). It is much simpler to implement generically for a wide range
200+
First Block Cache builds on the ideas of [TeaCache](https://huggingface.co/papers/2411.19108). It is much simpler to implement generically for a wide range
201201
of models and has been integrated first for experimental purposes.
202202
203203
Args:

0 commit comments

Comments
 (0)