Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,57 @@
|
|
1 |
-
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Hugging Face Spaces configuration for ZeroGPU
|
2 |
+
title: LTX-Video Generator (ZeroGPU)
|
3 |
+
emoji: π¬
|
4 |
+
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
|
12 |
+
# ZeroGPU configuration - IMPORTANT!
|
13 |
+
hf_oauth: true
|
14 |
+
disable_embedding: false
|
15 |
+
fullWidth: true
|
16 |
+
|
17 |
+
# ZeroGPU hardware - FREE GPU access
|
18 |
+
suggested_hardware: zero-a10g
|
19 |
+
suggested_storage: small
|
20 |
+
|
21 |
+
# Enable ZeroGPU for free GPU access
|
22 |
+
tags:
|
23 |
+
- video-generation
|
24 |
+
- diffusion
|
25 |
+
- ltx-video
|
26 |
+
- gradio
|
27 |
+
- zerogpu
|
28 |
+
- free-gpu
|
29 |
+
|
30 |
+
# Model and dataset references
|
31 |
+
models:
|
32 |
+
- Lightricks/LTX-Video-0.9.7-dev
|
33 |
+
|
34 |
+
# Space description
|
35 |
+
short_description: Generate 3-5 second videos using LTX-Video model with FREE ZeroGPU access
|
36 |
+
description: |
|
37 |
+
# π¬ LTX-Video Generator with ZeroGPU
|
38 |
+
|
39 |
+
Generate stunning 3-5 second videos using the powerful LTX-Video model from Lightricks,
|
40 |
+
powered by **FREE ZeroGPU** for fast generation times!
|
41 |
+
|
42 |
+
## Features:
|
43 |
+
- β‘ **ZeroGPU Powered** - Free GPU access for everyone
|
44 |
+
- π₯ High-quality 768x512 video generation at 24 FPS
|
45 |
+
- πΌοΈ Optional image-to-video generation
|
46 |
+
- π¨ Text-to-video with negative prompts
|
47 |
+
- π― Seed control for reproducible results
|
48 |
+
- π± Mobile-friendly interface
|
49 |
+
|
50 |
+
## How to Use:
|
51 |
+
1. Enter your video description in the prompt box
|
52 |
+
2. Optionally upload an image to animate
|
53 |
+
3. Set duration (3-5 seconds) and seed
|
54 |
+
4. Click "Generate Video" and wait 30-60 seconds
|
55 |
+
5. Download your generated MP4 video!
|
56 |
+
|
57 |
+
Perfect for content creators, artists, and anyone wanting to explore AI video generation!
|