vllm_omni.diffusion.cache.teacache.state ¶
TeaCache state management.
This module manages the state for TeaCache hooks across diffusion timesteps.
TeaCacheState ¶
State management for TeaCache hook.
Tracks caching state across diffusion timesteps, managing counters, accumulated distances, and cached residuals for the TeaCache algorithm.