Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/huggingface/diffusers
/ apply_first_block_cache
Function
apply_first_block_cache
src/diffusers/utils/dummy_pt_objects.py:309–310 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
307
308
309
def
apply_first_block_cache(*args, **kwargs):
310
requires_backends(apply_first_block_cache, [
"torch"
])
311
312
313
def
apply_layer_skip(*args, **kwargs):
Callers
1
enable_cache
Method · 0.50
Calls
1
requires_backends
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…