MCPcopy 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
309def apply_first_block_cache(*args, **kwargs):
310 requires_backends(apply_first_block_cache, ["torch"])
311
312
313def apply_layer_skip(*args, **kwargs):

Callers 1

enable_cacheMethod · 0.50

Calls 1

requires_backendsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…