IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /max/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. /max/get-started.md).

Python data

PIPELINE_REGISTRY

PIPELINE_REGISTRY

max.pipelines.lib.registry.PIPELINE_REGISTRY = <max.pipelines.lib.registry.PipelineRegistry object>

source

Global registry of supported model architectures and their pipelines.

This singleton is automatically populated with all built-in architectures when you import max.pipelines.

Use PIPELINE_REGISTRY to:

See PipelineRegistry for the full API.