definition ¶
Data-only Wan variant definitions consumed by the shared registry.
Config names reference pipeline_config.py; preset names reference fastvideo/pipelines/basic/wan/presets.py. Neither values nor factories are duplicated here. Checkpoint manifests and explicit pipeline overrides still select the executable pipeline; these definitions do not pin or replace them.
Classes¶
fastvideo.models.wan.definition.WanModelDefinition dataclass ¶
WanModelDefinition(pipeline_config: str, preset: str, sampling: Literal['unipc', 'dmd', 'causal_dmd'], hf_model_paths: tuple[str, ...], workload_types: tuple[Literal['t2v', 'i2v'], ...], match_any: tuple[str, ...] = (), match_all: tuple[str, ...] = (), exclude: tuple[str, ...] = ())
Methods:¶
fastvideo.models.wan.definition.WanModelDefinition.matches ¶
Preserve legacy substring detectors, including their broad matches.