metadata
title: Stable Video Diffusion
emoji: 📺
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 4.4.0
app_file: app.py
pinned: false
license: other
One of the greatest new generative AI models. This model is being tested to generate Christmas themed videos including:
- Reindeer
- Sunset and Sunrise views of Christmas Eve and Christmas Day
- Saint Nicholas
- Elves and Toy Factories
- Polar Bears, and Other Winter Creatures
- Winter Streets with Holiday Festivals
- Christmas Present Lists Toys and Candy
- Books of Christmas with Fun Facts
- Happy New Years!
-In app.py this is implemented here and will cache the examples and process while loading creating 4 second videos for each image:
gr.Examples(
examples=[
"images/01.png",
"images/02.png",
"images/03.png",
"images/04.png",
"images/05.png",
"images/06.png",
"images/07.png",
"images/08.png",
"images/09.png"
],