Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,5 +10,13 @@ pinned: false
|
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: 'text to video '
|
| 12 |
---
|
|
|
|
|
|
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
short_description: 'text to video '
|
| 12 |
---
|
| 13 |
+
# AI Video Generator
|
| 14 |
+
Generate short videos from images or text prompts using Stable Video Diffusion.
|
| 15 |
|
| 16 |
+
## How to Use
|
| 17 |
+
1. Upload an image (for image-to-video) or enter a text prompt (for text-to-video).
|
| 18 |
+
2. Adjust the number of frames and FPS.
|
| 19 |
+
3. Click "Submit" to generate and view the video.
|
| 20 |
+
|
| 21 |
+
Model: [stabilityai/stable-video-diffusion-img2vid-xt](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt)
|
| 22 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|