Python module
max.pipelines.modeling.base
Base classes for MAX pipeline model definitions.
Componentsโ
ComponentModel | Base interface for component models with weight-backed execution. |
|---|---|
TensorStruct | Base for structured tensor containers used as pipeline inputs/outputs. |
First-block cacheโ
FirstBlockCache | Standalone FirstBlockCache module. |
|---|---|
FirstBlockCacheState | Per-request mutable state for FirstBlockCache. |
Denoising cacheโ
DenoisingCacheConfig | Pipeline-level cache configuration for diffusion model denoising. |
|---|---|
DenoisingCacheState | Per-request mutable cache state for a single denoising stream. |
TaylorSeer | Standalone TaylorSeer caching module. |
TaylorSeerState | Per-request mutable state for TaylorSeer caching. |
fbcache_conditional_execution | Handle FBCache F.cond branching pattern shared across DiT models. |
|---|---|
run_denoising_step | Execute one denoising step with caching logic. |
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!