Skip to content

Commit 07d0fbf

Browse files
authored
Correct pipeline_output.py to the type Mochi (huggingface#9945)
Correct pipeline_output.py
1 parent 1d2204d commit 07d0fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/mochi/pipeline_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@dataclass
99
class MochiPipelineOutput(BaseOutput):
1010
r"""
11-
Output class for CogVideo pipelines.
11+
Output class for Mochi pipelines.
1212
1313
Args:
1414
frames (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]):

0 commit comments

Comments
 (0)