Unverified Commit 07d0fbf3 authored by _'s avatar _ Committed by GitHub
Browse files

Correct pipeline_output.py to the type Mochi (#9945)

Correct pipeline_output.py
parent 1d2204d3
...@@ -8,7 +8,7 @@ from diffusers.utils import BaseOutput ...@@ -8,7 +8,7 @@ from diffusers.utils import BaseOutput
@dataclass @dataclass
class MochiPipelineOutput(BaseOutput): class MochiPipelineOutput(BaseOutput):
r""" r"""
Output class for CogVideo pipelines. Output class for Mochi pipelines.
Args: Args:
frames (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]): frames (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment