We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e11f34 commit fb2ede0Copy full SHA for fb2ede0
src/diffusers/pipelines/mochi/pipeline_mochi.py
@@ -48,6 +48,7 @@
48
```py
49
>>> import torch
50
>>> from diffusers import MochiPipeline
51
+ >>> from diffusers.utils import export_to_video
52
53
>>> pipe = MochiPipeline.from_pretrained("genmo/mochi-1-preview", torch_dtype=torch.bfloat16)
54
>>> pipe.to("cuda")
0 commit comments