From 07d0fbf3ec255e3077e9e628bd740b50037f8c53 Mon Sep 17 00:00:00 2001 From: _ Date: Sun, 17 Nov 2024 23:40:06 +0000 Subject: [PATCH] Correct pipeline_output.py to the type Mochi (#9945) Correct pipeline_output.py --- src/diffusers/pipelines/mochi/pipeline_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diffusers/pipelines/mochi/pipeline_output.py b/src/diffusers/pipelines/mochi/pipeline_output.py index cc1437279496..d15827bc0084 100644 --- a/src/diffusers/pipelines/mochi/pipeline_output.py +++ b/src/diffusers/pipelines/mochi/pipeline_output.py @@ -8,7 +8,7 @@ @dataclass class MochiPipelineOutput(BaseOutput): r""" - Output class for CogVideo pipelines. + Output class for Mochi pipelines. Args: frames (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]):