ghostai1 commited on
Commit
40baf75
·
verified ·
1 Parent(s): 3454211

Update GhostPackDemo/readme.md

Browse files
Files changed (1) hide show
  1. GhostPackDemo/readme.md +24 -23
GhostPackDemo/readme.md CHANGED
@@ -14,12 +14,6 @@ Generate cinematic **30 FPS** AI videos from a single image—runs locally on yo
14
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/k8pgUlg4OvdUZpbMNTcp5.gif" alt="GhostPack demo GIF" style="max-width:100%; height:auto;">
15
  </p>
16
 
17
- <p align="center">
18
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/7ABE2lOA4LOUtPfh1mhxP.png" width="32%" alt="Main UI">
19
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/9qNVRX2eM2iCY8xQKcOwW.png" width="32%" alt="Progress Preview">
20
- <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/--fIS9ITg4-VqN22ySoa2.png" width="32%" alt="Finished Video">
21
- </p>
22
-
23
  ---
24
 
25
  ## 1 · Overview
@@ -58,53 +52,60 @@ Witness GhostPack’s spectral video generation with a neon-lit spectral battle
58
 
59
  ---
60
 
61
- ## 6 · Installation
62
- Requires >30GB disk, compatible hardware. Ubuntu: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack chmod +x install_ubuntu.sh ./install_ubuntu.sh (NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6) Windows: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack install.bat (Auto-downloads >30GB models, needs NVIDIA drivers) macOS: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack chmod +x install_macos.sh ./install_macos.sh (M1/M2 support, slower with Metal) Latest Release: [Link](https://github.com/ghostai1/GhostPack/releases).
63
-
64
- ---
65
-
66
- ## 7 · Usage
67
- Launch GUI: bash source ~/ghostpack_venv/venv/bin/activate cd ~/ghostpack_venv python ghostgradio.py --port 5666 --server 0.0.0.0 Craft Spells: Upload image, prompt “A spectral figure glides through a neon-lit city,” enable teacache, set 15fps, 5s video. Summon Spirits: Monitor with nvidia-smi (~80-100% GPU usage). Export Results: Save MP4 with CRF 0-100.
68
 
69
  ---
70
 
71
- ## 8 · Community
72
  Discord: [Join Now](https://discord.gg/ghostpack) for support. X: [Visit X](https://x.com/search?q=ghostpack) for news. Report Issues: [Link](https://github.com/ghostai1/GhostPack/issues).
73
 
74
  ---
75
 
76
- ## 9 · Technical Deep Dive
77
  Architecture: Built on HunyuanVideo and FramePackI2V_HY with LlamaModel and CLIPTextModel. Pipeline: k-diffusion with unipc for high-quality frame generation. Wiki: [Link](https://github.com/ghostai1/GhostPack/wiki).
78
 
79
  ---
80
 
81
- ## 10 · FAQ
82
  Hardware: Minimum 6GB VRAM (GTX 1650), 8GB RAM; Optimal 12GB VRAM (RTX 3060). Install: Clone and run appropriate install script (e.g., ./install_ubuntu.sh). Contribute: Yes, see Contributing Guidelines.
83
 
84
  ---
85
 
86
- ## 11 · Tutorials
87
  Getting Started: [View](https://github.com/ghostai1/GhostPack/wiki/Getting-Started). Advanced Configuration: [View](https://github.com/ghostai1/GhostPack/wiki/Advanced-Configuration). Video Export Tips: [View](https://github.com/ghostai1/GhostPack/wiki/Video-Export-Tips). More Tutorials: [Link](https://github.com/ghostai1/GhostPack/wiki/Tutorials).
88
 
89
  ---
90
 
91
- ## 12 · Contribute
92
  Fork repo, create branch, submit PRs, follow wiki standards, test with ghostgradio.py. Guidelines: [Link](https://github.com/ghostai1/GhostPack/blob/main/CONTRIBUTING.md).
93
 
94
  ---
95
 
96
- ## 13 · Screenshots
97
- Main Interface: [View](https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/7ABE2lOA4LOUtPfh1mhxP.png). Advanced Settings: [View](https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/9qNVRX2eM2iCY8xQKcOwW.png). Logs Display: [View](https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/--fIS9ITg4-VqN22ySoa2.png). Add your own to showcase projects!
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
  ---
100
 
101
- ## 14 · Latest Files
102
  Latest File: [ghostgradio.py](https://github.com/ghostai1/GhostPack/blob/main/ghostgradio.py). Logs: [View](https://github.com/ghostai1/GhostPack/tree/main/outputs). Refresh Repo: [Link](https://github.com/ghostai1/GhostPack) | Refresh Logs: [Link](https://github.com/ghostai1/GhostPack/tree/main/outputs).
103
 
104
  ---
105
 
106
- ## 15 · License
107
  Distributed under Apache 2.0. See [LICENSE](LICENSE) for details.
108
 
109
  👻 GhostPack by ghostai1 | [GitHub](https://github.com/ghostai1/GhostPack) | [Hugging Face](https://huggingface.co/spaces/ghostai1/GhostPack)
110
- Created 07:18 PM CDT, June 11, 2025 😈⚡️
 
14
  <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/k8pgUlg4OvdUZpbMNTcp5.gif" alt="GhostPack demo GIF" style="max-width:100%; height:auto;">
15
  </p>
16
 
 
 
 
 
 
 
17
  ---
18
 
19
  ## 1 · Overview
 
52
 
53
  ---
54
 
55
+ ## 6 · Installation & How-To
56
+ Requires >30GB disk, compatible hardware. Ubuntu: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack chmod +x install_ubuntu.sh ./install_ubuntu.sh (NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6) Windows: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack install.bat (Auto-downloads >30GB models, needs NVIDIA drivers) macOS: bash git clone https://github.com/ghostai1/GhostPack cd GhostPack chmod +x install_macos.sh ./install_macos.sh (M1/M2 support, slower with Metal) How-To: Launch GUI: bash source ~/ghostpack_venv/venv/bin/activate cd ~/ghostpack_venv python ghostgradio.py --port 5666 --server 0.0.0.0 Craft Spells: Upload image, prompt “A spectral figure glides through a neon-lit city,” enable teacache, set 15fps, 5s video. Summon Spirits: Monitor with nvidia-smi (~80-100% GPU usage). Export Results: Save MP4 with CRF 0-100. Latest Release: [Link](https://github.com/ghostai1/GhostPack/releases).
 
 
 
 
 
57
 
58
  ---
59
 
60
+ ## 7 · Community
61
  Discord: [Join Now](https://discord.gg/ghostpack) for support. X: [Visit X](https://x.com/search?q=ghostpack) for news. Report Issues: [Link](https://github.com/ghostai1/GhostPack/issues).
62
 
63
  ---
64
 
65
+ ## 8 · Technical Deep Dive
66
  Architecture: Built on HunyuanVideo and FramePackI2V_HY with LlamaModel and CLIPTextModel. Pipeline: k-diffusion with unipc for high-quality frame generation. Wiki: [Link](https://github.com/ghostai1/GhostPack/wiki).
67
 
68
  ---
69
 
70
+ ## 9 · FAQ
71
  Hardware: Minimum 6GB VRAM (GTX 1650), 8GB RAM; Optimal 12GB VRAM (RTX 3060). Install: Clone and run appropriate install script (e.g., ./install_ubuntu.sh). Contribute: Yes, see Contributing Guidelines.
72
 
73
  ---
74
 
75
+ ## 10 · Tutorials
76
  Getting Started: [View](https://github.com/ghostai1/GhostPack/wiki/Getting-Started). Advanced Configuration: [View](https://github.com/ghostai1/GhostPack/wiki/Advanced-Configuration). Video Export Tips: [View](https://github.com/ghostai1/GhostPack/wiki/Video-Export-Tips). More Tutorials: [Link](https://github.com/ghostai1/GhostPack/wiki/Tutorials).
77
 
78
  ---
79
 
80
+ ## 11 · Contribute
81
  Fork repo, create branch, submit PRs, follow wiki standards, test with ghostgradio.py. Guidelines: [Link](https://github.com/ghostai1/GhostPack/blob/main/CONTRIBUTING.md).
82
 
83
  ---
84
 
85
+ ## 12 · Screenshots
86
+ - **Main Interface**:
87
+ <p align="center">
88
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/7ABE2lOA4LOUtPfh1mhxP.png" alt="Main Interface" style="max-width:100%; height:auto;">
89
+ </p>
90
+ - **Advanced Settings**:
91
+ <p align="center">
92
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/9qNVRX2eM2iCY8xQKcOwW.png" alt="Advanced Settings" style="max-width:100%; height:auto;">
93
+ </p>
94
+ - **Logs Display**:
95
+ <p align="center">
96
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/--fIS9ITg4-VqN22ySoa2.png" alt="Logs Display" style="max-width:100%; height:auto;">
97
+ </p>
98
+ Add your own to showcase projects!
99
 
100
  ---
101
 
102
+ ## 13 · Latest Files
103
  Latest File: [ghostgradio.py](https://github.com/ghostai1/GhostPack/blob/main/ghostgradio.py). Logs: [View](https://github.com/ghostai1/GhostPack/tree/main/outputs). Refresh Repo: [Link](https://github.com/ghostai1/GhostPack) | Refresh Logs: [Link](https://github.com/ghostai1/GhostPack/tree/main/outputs).
104
 
105
  ---
106
 
107
+ ## 14 · License
108
  Distributed under Apache 2.0. See [LICENSE](LICENSE) for details.
109
 
110
  👻 GhostPack by ghostai1 | [GitHub](https://github.com/ghostai1/GhostPack) | [Hugging Face](https://huggingface.co/spaces/ghostai1/GhostPack)
111
+ Created 07:19 PM CDT, June 11, 2025 😈⚡️