Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
07d0fbf3
Unverified
Commit
07d0fbf3
authored
Nov 17, 2024
by
_
Committed by
GitHub
Nov 18, 2024
Browse files
Correct pipeline_output.py to the type Mochi (#9945)
Correct pipeline_output.py
parent
1d2204d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/mochi/pipeline_output.py
src/diffusers/pipelines/mochi/pipeline_output.py
+1
-1
No files found.
src/diffusers/pipelines/mochi/pipeline_output.py
View file @
07d0fbf3
...
@@ -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]]):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment