Skip to content

Commit 4addf37

Browse files
committed
fix videos
1 parent 73c640f commit 4addf37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/source/en/using-diffusers/text-img2vid.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export_to_video(video, "output.mp4", fps=15)
9999
```
100100

101101
<div class="flex justify-center">
102-
<img src="https://huggingface.co/Lightricks/LTX-Video/resolve/main/media/ltx-video_example_00014.gif"/>
102+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/hunyuan-video-output.gif"/>
103103
</div>
104104

105105
</hfoption>
@@ -126,7 +126,7 @@ export_to_video(video, "output.mp4", fps=24)
126126
```
127127

128128
<div class="flex justify-center">
129-
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/hunyuan-video-output.gif"/>
129+
<img src="https://huggingface.co/Lightricks/LTX-Video/resolve/main/media/ltx-video_example_00014.gif"/>
130130
</div>
131131

132132
</hfoption>
@@ -233,6 +233,10 @@ frames = output.frames[0]
233233
export_to_gif(frames, "animation.gif")
234234
```
235235

236+
<div class="flex justify-center">
237+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/animatediff.gif"/>
238+
</div>
239+
236240
</hfoption>
237241
</hfoptions>
238242

0 commit comments

Comments
 (0)