Skip to content

Commit

Permalink
Correct pipeline_output.py to the type Mochi (#9945)
Browse files Browse the repository at this point in the history
Correct pipeline_output.py
  • Loading branch information
twobob authored Nov 17, 2024
1 parent 1d2204d commit 07d0fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/pipelines/mochi/pipeline_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]]):
Expand Down

0 comments on commit 07d0fbf

Please sign in to comment.