For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python class
DenoisingCacheConfig
DenoisingCacheConfig
class max.pipelines.diffusion.DenoisingCacheConfig(*, config_file=None, section_name=None, first_block_caching, taylorseer, taylorseer_cache_interval, taylorseer_warmup_steps, taylorseer_max_order)
Bases: ConfigFileModel
Resolved denoising-cache config. Every field is required.
Built from DenoisingCacheSettings plus architecture defaults.
-
Parameters:
first_block_caching
first_block_caching: bool
model_config
model_config: ClassVar[ConfigDict] = {'extra': 'forbid', 'frozen': True, 'strict': False}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
taylorseer
taylorseer: bool
taylorseer_cache_interval
taylorseer_cache_interval: int
taylorseer_max_order
taylorseer_max_order: Literal[1, 2]
taylorseer_warmup_steps
taylorseer_warmup_steps: int