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:
@@ -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]]):
|
||||
|
||||
Reference in New Issue
Block a user