fastvideo.v1.pipelines.hunyuan.hunyuan_pipeline#

Hunyuan video diffusion pipeline implementation.

This module contains an implementation of the Hunyuan video diffusion pipeline using the modular pipeline architecture.

Module Contents#

Classes#

Data#

API#

fastvideo.v1.pipelines.hunyuan.hunyuan_pipeline.EntryClass#

None

class fastvideo.v1.pipelines.hunyuan.hunyuan_pipeline.HunyuanVideoPipeline(model_path: str, fastvideo_args: fastvideo.v1.fastvideo_args.FastVideoArgs | fastvideo.v1.fastvideo_args.TrainingArgs, required_config_modules: list[str] | None = None, loaded_modules: dict[str, torch.nn.Module] | None = None)[source]#

Bases: fastvideo.v1.pipelines.composed_pipeline_base.ComposedPipelineBase

create_pipeline_stages(fastvideo_args: fastvideo.v1.fastvideo_args.FastVideoArgs)[source]#

Set up pipeline stages with proper dependency injection.

fastvideo.v1.pipelines.hunyuan.hunyuan_pipeline.logger[source]#

β€˜init_logger(…)’