ghostai1's picture
Update GhostPackDemo/readme.md
9993b59 verified
|
raw
history blame
928 Bytes

πŸ‘»πŸŽ¬ GhostPackDemo – Local AI Image-to-Video Generator

Python License

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

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