Update readme to include demo results
Browse files
README.md
CHANGED
@@ -53,6 +53,27 @@ video_path = export_to_video(video_frames)
|
|
53 |
print(video_path)
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
## View results
|
57 |
|
58 |
The above code will display the save path of the output video, and the current encoding format can be played with [VLC player](https://www.videolan.org/vlc/).
|
|
|
53 |
print(video_path)
|
54 |
```
|
55 |
|
56 |
+
Here are some results:
|
57 |
+
|
58 |
+
<table>
|
59 |
+
<tr>
|
60 |
+
<td><center>
|
61 |
+
An astronaut riding a horse.
|
62 |
+
<br>
|
63 |
+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/astr.gif"
|
64 |
+
alt="An astronaut riding a horse."
|
65 |
+
style="width: 300px;" />
|
66 |
+
</center></td>
|
67 |
+
<td ><center>
|
68 |
+
Darth vader surfing in waves.
|
69 |
+
<br>
|
70 |
+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/vader.gif"
|
71 |
+
alt="Darth vader surfing in waves."
|
72 |
+
style="width: 300px;" />
|
73 |
+
</center></td>
|
74 |
+
</tr>
|
75 |
+
</table>
|
76 |
+
|
77 |
## View results
|
78 |
|
79 |
The above code will display the save path of the output video, and the current encoding format can be played with [VLC player](https://www.videolan.org/vlc/).
|