.gitignore
.pre-commit-config.yaml
CONTRIBUTE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/issue.yml
bench/.gitignore
bench/bench.py
bench/cache_config.yaml
docs/.gitignore
docs/BlockAdapter.md
docs/DBCache.md
examples/.gitignore
examples/README.md
examples/requirements.txt
examples/utils.py
examples/adapter/run_flux_adapter.py
examples/adapter/run_qwen_image_adapter.py
examples/pipeline/run_cogvideox.py
examples/pipeline/run_flux.py
examples/pipeline/run_flux_fill.py
examples/pipeline/run_flux_kontext.py
examples/pipeline/run_hunyuan_video.py
examples/pipeline/run_mochi.py
examples/pipeline/run_qwen_image.py
examples/pipeline/run_qwen_image_edit.py
examples/pipeline/run_wan.py
examples/pipeline/run_wan_2.2.py
examples/pipeline/run_wan_flf2v.py
src/cache_dit/__init__.py
src/cache_dit/_version.py
src/cache_dit/logger.py
src/cache_dit/utils.py
src/cache_dit.egg-info/PKG-INFO
src/cache_dit.egg-info/SOURCES.txt
src/cache_dit.egg-info/dependency_links.txt
src/cache_dit.egg-info/entry_points.txt
src/cache_dit.egg-info/requires.txt
src/cache_dit.egg-info/top_level.txt
src/cache_dit/cache_factory/.gitignore
src/cache_dit/cache_factory/__init__.py
src/cache_dit/cache_factory/cache_adapters.py
src/cache_dit/cache_factory/cache_interface.py
src/cache_dit/cache_factory/cache_types.py
src/cache_dit/cache_factory/forward_pattern.py
src/cache_dit/cache_factory/utils.py
src/cache_dit/cache_factory/block_adapters/__init__.py
src/cache_dit/cache_factory/block_adapters/block_adapters.py
src/cache_dit/cache_factory/block_adapters/block_registers.py
src/cache_dit/cache_factory/cache_blocks/__init__.py
src/cache_dit/cache_factory/cache_blocks/pattern_0_1_2.py
src/cache_dit/cache_factory/cache_blocks/pattern_3_4_5.py
src/cache_dit/cache_factory/cache_blocks/pattern_base.py
src/cache_dit/cache_factory/cache_blocks/utils.py
src/cache_dit/cache_factory/cache_contexts/__init__.py
src/cache_dit/cache_factory/cache_contexts/cache_context.py
src/cache_dit/cache_factory/cache_contexts/cache_manager.py
src/cache_dit/cache_factory/cache_contexts/taylorseer.py
src/cache_dit/cache_factory/patch_functors/__init__.py
src/cache_dit/cache_factory/patch_functors/functor_base.py
src/cache_dit/cache_factory/patch_functors/functor_chroma.py
src/cache_dit/cache_factory/patch_functors/functor_flux.py
src/cache_dit/compile/__init__.py
src/cache_dit/compile/utils.py
src/cache_dit/custom_ops/__init__.py
src/cache_dit/custom_ops/triton_taylorseer.py
src/cache_dit/metrics/__init__.py
src/cache_dit/metrics/config.py
src/cache_dit/metrics/fid.py
src/cache_dit/metrics/inception.py
src/cache_dit/metrics/lpips.py
src/cache_dit/metrics/metrics.py
src/cache_dit/quantize/__init__.py
src/cache_dit/quantize/quantize_ao.py
src/cache_dit/quantize/quantize_interface.py
src/cache_dit/quantize/quantize_svdq.py
tests/.gitignore
tests/README.md
tests/cache_config.yaml
tests/test_cache_loader.py
tests/test_forward_pattern.py
tests/test_metrics.py
tests/test_patch_functor.py
tests/test_taylorseer.py
tests/data/.gitignore