Spaces:
Running
Running
Update GhostPackDemo/readme.md
Browse files- GhostPackDemo/readme.md +93 -1
GhostPackDemo/readme.md
CHANGED
@@ -39,4 +39,96 @@ Needs >30GB disk space and compatible hardware.
|
|
39 |
git clone https://github.com/ghostai1/GhostPack
|
40 |
cd GhostPack
|
41 |
chmod +x install_ubuntu.sh
|
42 |
-
./install_ubuntu.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
git clone https://github.com/ghostai1/GhostPack
|
40 |
cd GhostPack
|
41 |
chmod +x install_ubuntu.sh
|
42 |
+
./install_ubuntu.sh
|
43 |
+
```
|
44 |
+
(Requires NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6)
|
45 |
+
|
46 |
+
- **Windows**:
|
47 |
+
```bash
|
48 |
+
git clone https://github.com/ghostai1/GhostPack
|
49 |
+
cd GhostPack
|
50 |
+
install.bat
|
51 |
+
```
|
52 |
+
(Auto-downloads >30GB models, requires NVIDIA drivers)
|
53 |
+
|
54 |
+
- **macOS**:
|
55 |
+
```bash
|
56 |
+
git clone https://github.com/ghostai1/GhostPack
|
57 |
+
cd GhostPack
|
58 |
+
chmod +x install_macos.sh
|
59 |
+
./install_macos.sh
|
60 |
+
```
|
61 |
+
(Supports M1/M2, slower with Metal)
|
62 |
+
|
63 |
+
### How-To Use
|
64 |
+
|
65 |
+
- **Start GUI**:
|
66 |
+
```bash
|
67 |
+
source ~/ghostpack_venv/bin/activate
|
68 |
+
cd ~/ghostpack_venv
|
69 |
+
python ghostgradio.py --port 5666 --server 0.0.0.0
|
70 |
+
```
|
71 |
+
- **Craft Video**: Upload an image, enter prompt “A spectral figure glides through a neon-lit city,” enable teacache, set 15fps, 5-second video.
|
72 |
+
- **Monitor Performance**: Use nvidia-smi to check 80-100% GPU usage.
|
73 |
+
- **Export Video**: Save MP4 with customizable CRF (0-100).
|
74 |
+
- **Latest Release**: Download.
|
75 |
+
|
76 |
+
---
|
77 |
+
|
78 |
+
## Community
|
79 |
+
|
80 |
+
- **Discord**: Join for support.
|
81 |
+
- **Report Issues**: Submit.
|
82 |
+
|
83 |
+
## Technical Deep Dive
|
84 |
+
|
85 |
+
- **Architecture**: Built on HunyuanVideo and FramePackI2V_HY using LlamaModel and CLIPTextModel.
|
86 |
+
- **Pipeline**: Employs k-diffusion with unipc for high-quality frame generation.
|
87 |
+
- **Wiki**: Link.
|
88 |
+
|
89 |
+
## FAQ
|
90 |
+
|
91 |
+
- **Hardware**: Minimum 6GB VRAM (GTX 1650), 8GB RAM; Optimal 12GB VRAM (RTX 3060).
|
92 |
+
- **Install**: Clone and run the appropriate install script (e.g., ./install_ubuntu.sh).
|
93 |
+
- **Contribute**: Yes, see Contributing Guidelines.
|
94 |
+
|
95 |
+
## Tutorials
|
96 |
+
|
97 |
+
- **Getting Started**: View.
|
98 |
+
- **Advanced Configuration**: View.
|
99 |
+
- **Video Export Tips**: View.
|
100 |
+
- **More Tutorials**: Link.
|
101 |
+
|
102 |
+
## Contribute
|
103 |
+
|
104 |
+
- Fork the repository, create a branch, submit pull requests, follow wiki standards, and test with ghostgradio.py.
|
105 |
+
- **Guidelines**: Link.
|
106 |
+
|
107 |
+
## Screenshots
|
108 |
+
|
109 |
+
**Main Interface:**
|
110 |
+

|
111 |
+
|
112 |
+
**Advanced Settings:**
|
113 |
+

|
114 |
+
|
115 |
+
**Logs Display:**
|
116 |
+

|
117 |
+
|
118 |
+
Add your own to showcase projects!
|
119 |
+
|
120 |
+
## Latest Files
|
121 |
+
|
122 |
+
- **Latest File:** ghostgradio.py.
|
123 |
+
- **Logs:** View.
|
124 |
+
- **Refresh Repo:** Link | **Refresh Logs:** Link.
|
125 |
+
|
126 |
+
## License
|
127 |
+
|
128 |
+
Distributed under Apache 2.0. See LICENSE for details.
|
129 |
+
|
130 |
+
---
|
131 |
+
|
132 |
+
👻 GhostPack by ghostai1 | [GitHub](https://github.com/ghostai1/GhostPack) | [Hugging Face](https://huggingface.co/ghostai1)
|
133 |
+
|
134 |
+
Created 07:50 PM CDT, June 11, 2025 😈⚡️
|