1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

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

Correct pipeline_output.py
This commit is contained in:
_
2024-11-17 23:40:06 +00:00
committed by GitHub
parent 1d2204d3a0
commit 07d0fbf3ec

View File

@@ -8,7 +8,7 @@ from diffusers.utils import BaseOutput
@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]]):