Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,5 +8,32 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
short_description: GhostPack-Mastery of CV AI VIDEO
|
10 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
license: apache-2.0
|
9 |
short_description: GhostPack-Mastery of CV AI VIDEO
|
10 |
---
|
11 |
+
<!-- README.md -->
|
12 |
+
# 👻 GhostPackDemo
|
13 |
+
|
14 |
+
GhostPackDemo is a local video-generation tool using HunyuanVideo & Gradio.
|
15 |
+
|
16 |
+
## Live Demo
|
17 |
+
|
18 |
+
- **Space:** https://huggingface.co/spaces/ghostai1/GhostPackDemo
|
19 |
+
- **Repo:** https://huggingface.co/spaces/ghostai1/GhostPack/new/main/GhostPackDemo
|
20 |
+
- **Site:** https://ghostai.pro
|
21 |
+
|
22 |
+
## Features
|
23 |
+
|
24 |
+
- Image → text-conditioned video
|
25 |
+
- Real-time progress bar
|
26 |
+
- Offline model cache
|
27 |
+
|
28 |
+
## Requirements
|
29 |
+
|
30 |
+
- Python 3.8+
|
31 |
+
- CUDA GPU (optional, for speed)
|
32 |
+
|
33 |
+
## Installation
|
34 |
+
|
35 |
+
```bash
|
36 |
+
git clone https://huggingface.co/spaces/ghostai1/GhostPackDemo.git
|
37 |
+
cd GhostPackDemo
|
38 |
+
./install.py
|
39 |
|
|