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
DenoisingCacheSettings
DenoisingCacheSettings
class max.pipelines.diffusion.DenoisingCacheSettings(*, config_file=None, section_name=None, first_block_caching=None, taylorseer=None, taylorseer_cache_interval=None, taylorseer_warmup_steps=None, taylorseer_max_order=None)
Bases: ConfigFileModel
User denoising-cache settings. Every field is optional.
Construction fills unset fields from the architecture’s TaylorSeer
defaults, producing DenoisingCacheConfig.
-
Parameters:
first_block_caching
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].