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 fa468c5 commit a4bc845Copy full SHA for a4bc845
docs/source/en/api/utilities.md
@@ -26,6 +26,10 @@ Utility and helper functions for working with 🤗 Diffusers.
26
27
[[autodoc]] utils.load_image
28
29
+## load_video
30
+
31
+[[autodoc]] utils.load_video
32
33
## export_to_gif
34
35
[[autodoc]] utils.export_to_gif
src/diffusers/pipelines/wan/pipeline_wan_video2video.py
@@ -49,7 +49,7 @@
49
Examples:
50
```python
51
>>> import torch
52
- >>> from diffusers.utils import export_to_video
+ >>> from diffusers.utils import export_to_video, load_video
53
>>> from diffusers import AutoencoderKLWan, WanVideoToVideoPipeline
54
>>> from diffusers.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler
55
0 commit comments