Spaces:
Running
Running
Create readme.md
Browse files- GhostPackDemo/readme.md +25 -0
GhostPackDemo/readme.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!-- README.md -->
|
2 |
+
# 👻 GhostPackDemo
|
3 |
+
|
4 |
+
GhostPackDemo is the video-generation demo from the GhostPack repo, using the HunyuanVideo model and Gradio.
|
5 |
+
|
6 |
+
## Repo Location
|
7 |
+
|
8 |
+
- Hugging Face Space: https://huggingface.co/spaces/ghostai1/GhostPack
|
9 |
+
- Demo Subfolder: `GhostPack/GhostPackDemo`
|
10 |
+
|
11 |
+
## Live Demo
|
12 |
+
|
13 |
+
https://huggingface.co/spaces/ghostai1/GhostPackDemo
|
14 |
+
|
15 |
+
## Requirements
|
16 |
+
|
17 |
+
- Python 3.8+
|
18 |
+
- CUDA GPU (optional for speed)
|
19 |
+
|
20 |
+
## Installation
|
21 |
+
|
22 |
+
```bash
|
23 |
+
git clone https://huggingface.co/spaces/ghostai1/GhostPack.git
|
24 |
+
cd GhostPack/GhostPackDemo
|
25 |
+
./install.py
|