IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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

TaylorSeerDefaults

TaylorSeerDefaults​

class max.pipelines.diffusion.config.TaylorSeerDefaults(cache_interval, warmup_steps, max_order)

source

Bases: object

Architecture-declared TaylorSeer tuning. User-set fields always win.

Parameters:

  • cache_interval (int)
  • warmup_steps (int)
  • max_order (Literal[1, 2])

cache_interval​

cache_interval: int

source

max_order​

max_order: Literal[1, 2]

source

warmup_steps​

warmup_steps: int

source