Expand description
The diffusers pipeline-family registry: maps a model_index.json
_class_name to a modality/capability/parameter profile, refined by the
model’s scheduler and repo name. This is how a discovered diffusers bundle
gets its image/video/audio shape and its sampler parameter schema.
Structs§
- Diffusers
Pipeline Profile - The resolved shape of a diffusers pipeline: what it produces and the sampler parameters it exposes.
- Pipeline
Family - A family of diffusers pipeline classes that share a modality/capability/ parameter profile (e.g. all SDXL pipelines), plus any scheduler refinements.
- Pipeline
Family Registry - The registry of diffusers pipeline families. Look up a
_class_nameto get itsDiffusersPipelineProfile. - Pipeline
Refinement - A conditional parameter override applied to a family when the model’s scheduler (and optionally its repo name) matches — e.g. the SDXL “turbo” low-step preset.
- Scheduler
Facts - The facts read from a pipeline’s
scheduler/scheduler_config.jsonthat a refinement matches against.