Skip to content

Commit 398a996

Browse files
twobobsayakpaul
authored andcommitted
Correct pipeline_output.py to the type Mochi (#9945)
Correct pipeline_output.py
1 parent 08e5177 commit 398a996

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)