ghostai1 commited on
Commit
9993b59
Β·
verified Β·
1 Parent(s): ecccc10

Update GhostPackDemo/readme.md

Browse files
Files changed (1) hide show
  1. GhostPackDemo/readme.md +17 -16
GhostPackDemo/readme.md CHANGED
@@ -1,24 +1,25 @@
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
-
 
 
 
 
 
 
1
+ <!-- README.md -->
2
+ # πŸ‘»πŸŽ¬ **GhostPackDemo** – Local AI Image-to-Video Generator
3
 
4
+ ![Python](https://img.shields.io/badge/python-3.8%2B-blue?logo=python) ![License](https://img.shields.io/badge/license-MIT-green)
5
 
6
+ > Turn a single image into a cinematic video clip with one command.
 
7
 
8
  ---
9
 
10
+ ## ✨ Features
11
+ - **Image ➜ Video diffusion** using HunyuanVideo & FramePack.
12
+ - **Progress preview**: live denoise frames + progress bar.
13
+ - **Low-VRAM mode** (< 60 GB) with automatic model swapping.
14
+ - **Offline cache** in `hf_download/`; no repeated downloads.
15
+ - **One-click installer** `./install.py`.
 
 
 
 
16
 
17
  ---
18
 
19
+ ## πŸš€ Quickstart
20
+ ```bash
21
+ git clone https://huggingface.co/spaces/ghostai1/GhostPack.git
22
+ cd GhostPack/GhostPackDemo
23
+ ./install.py # create venv, install deps, cache model
24
+ source venv/bin/activate # Windows: venv\Scripts\Activate.ps1
25
+ python ghostpack_main_fixed.py --server 0.0.0.0 --port 7860 --inbrowser