ghostai1 commited on
Commit
c4445a3
Β·
verified Β·
1 Parent(s): 0902e27

Update GhostPackDemo/readme.md

Browse files
Files changed (1) hide show
  1. GhostPackDemo/readme.md +16 -17
GhostPackDemo/readme.md CHANGED
@@ -1,25 +1,24 @@
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
 
1
+ # πŸ‘»πŸŽ¬ **GhostPackDemo** – AI Image-to-Video Generator
 
2
 
3
+ [![Python](https://img.shields.io/badge/python-3.8%2B-blue?logo=python)](https://www.python.org/) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![HF Space](https://img.shields.io/badge/πŸ€—%20Spaces-GhostPack-orange)](https://huggingface.co/spaces/ghostai1/GhostPackDemo)
4
 
5
+ > **Create cinematic AI videos from a single image in minutes.**
6
+ > Powered by **HunyuanVideo**, wrapped in an easy Gradio UI.
7
 
8
+ ---
 
9
 
10
+ ## 🌟 Features
11
 
12
+ | πŸš€ Feature | πŸ“„ Description |
13
+ |-------------------------------|-----------------------------------------------------------------------------------------------------------|
14
+ | Image ➜ Video Diffusion | Upload an image + prompt β†’ receive a 30 fps MP4 clip. |
15
+ | Live Progress & Preview | See denoising frames and a progress bar in real-time. |
16
+ | VRAM-Aware Loading | Automatic model slicing/offloading for low-VRAM (< 60 GB) GPUs. |
17
+ | Offline Model Cache | All models downloaded once to `hf_download/` for fast, private reuse. |
18
+ | One-Command Installer | `./install.py` sets up **Python venv**, **CUDA** check, **HF login**, **model fetch**. |
19
+ | Cross-Platform | Works on Linux 🐧 & Windows πŸͺŸ (WSL / PowerShell). |
20
 
21
+ ---
22
 
23
+ ## πŸ—‚οΈ Project Tree
 
24