Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,14 @@ pipe.set_adapters(["cogvideox-lora"], [1.0])
|
|
29 |
video = pipe("<my-awesome-prompt>").frames[0]
|
30 |
export_to_video(video, "output.mp4", fps=8)
|
31 |
|
32 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
video = pipe("<my-awesome-prompt>").frames[0]
|
30 |
export_to_video(video, "output.mp4", fps=8)
|
31 |
|
32 |
+
```
|
33 |
+
|
34 |
+
<u><b>Examples:</b></u>
|
35 |
+
|
36 |
+
<b>Prompt:</b> "walgro1. Gromit sits quietly in a cozy living room, the soft glow of a nearby lamp casting warm light across the room. The camera starts with a close-up of his thoughtful expression, his eyes darting toward the side, observing the subtle movement of something off-screen. A clock ticks rhythmically on the wall behind him, creating a steady backdrop to the otherwise silent room.
|
37 |
+
The camera slowly pulls back to reveal the setting: a tidy space with bookshelves filled with old volumes, a comfortable armchair in the corner, and a small coffee table in the center, where a half-finished jigsaw puzzle lies scattered. The atmosphere is calm, almost serene, as Gromit glances toward the puzzle, his curiosity piqued."
|
38 |
+
<video width="720" height="480" controls>
|
39 |
+
<source src="path/to/your/video.mp4" type="video/mp4">
|
40 |
+
Your browser does not support the video tag.
|
41 |
+
</video>
|
42 |
+
|