vllm_omni.diffusion.cache.stepcache.config ¶
Configuration for step-level DiT velocity caching.
StepCacheConfig dataclass ¶
Runtime config for velocity-based step skipping.
Skips entire DiT forwards when successive video velocity predictions are highly aligned (cosine similarity above configured thresholds).
Reference: DreamZero paper DiT Caching / dreamzero.git should_run_model.
sim_thresholds class-attribute instance-attribute ¶
from_diffusion_cache_config classmethod ¶
from_diffusion_cache_config(
config: DiffusionCacheConfig,
) -> StepCacheConfig