Spaces:
Running
Running
<!-- README.md --> | |
# π»π¬ **GhostPackDemo** β Local AI Image-to-Video Generator | |
  | |
> 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 | |