ghostai1's picture
Update GhostPackDemo/readme.md
9993b59 verified
|
raw
history blame
928 Bytes
<!-- README.md -->
# πŸ‘»πŸŽ¬ **GhostPackDemo** – Local AI Image-to-Video Generator
![Python](https://img.shields.io/badge/python-3.8%2B-blue?logo=python) ![License](https://img.shields.io/badge/license-MIT-green)
> Turn a single image into a cinematic video clip with one command.
---
## ✨ Features
- **Image ➜ Video diffusion** using HunyuanVideo & FramePack.
- **Progress preview**: live denoise frames + progress bar.
- **Low-VRAM mode** (< 60 GB) with automatic model swapping.
- **Offline cache** in `hf_download/`; no repeated downloads.
- **One-click installer** `./install.py`.
---
## πŸš€ Quickstart
```bash
git clone https://huggingface.co/spaces/ghostai1/GhostPack.git
cd GhostPack/GhostPackDemo
./install.py # create venv, install deps, cache model
source venv/bin/activate # Windows: venv\Scripts\Activate.ps1
python ghostpack_main_fixed.py --server 0.0.0.0 --port 7860 --inbrowser