Spaces:
Running
Running
Update index.html
Browse files- index.html +67 -54
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>๐ป GhostPack: Veo 3-Level Video Sorcery
|
7 |
<!-- Bootstrap CSS -->
|
8 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
9 |
<!-- Animate.css -->
|
@@ -25,7 +25,8 @@
|
|
25 |
<ul class="navbar-nav ms-auto">
|
26 |
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
|
27 |
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
|
28 |
-
<li class="nav-item"><a class="nav-link" href="#optimizations">
|
|
|
29 |
<li class="nav-item"><a class="nav-link" href="#installation">Installation</a></li>
|
30 |
<li class="nav-item"><a class="nav-link" href="#usage">Usage</a></li>
|
31 |
<li class="nav-item"><a class="nav-link" href="#model">Model Card</a></li>
|
@@ -38,9 +39,10 @@
|
|
38 |
<section id="home" class="hero-section text-center text-white">
|
39 |
<div class="container">
|
40 |
<h1 class="display-3 animate__animated animate__zoomIn">๐ป GhostPack</h1>
|
41 |
-
<p class="lead animate__animated animate__fadeIn animate__delay-1s">Veo 3-Level Video
|
42 |
-
<
|
43 |
-
<a href="
|
|
|
44 |
</div>
|
45 |
</section>
|
46 |
|
@@ -53,7 +55,7 @@
|
|
53 |
<div class="card bg-ghost-card h-100">
|
54 |
<div class="card-body">
|
55 |
<h3 class="card-title">๐น Veo 3-Level AI</h3>
|
56 |
-
<p class="card-text">
|
57 |
</div>
|
58 |
</div>
|
59 |
</div>
|
@@ -80,15 +82,15 @@
|
|
80 |
<!-- Optimizations Section -->
|
81 |
<section id="optimizations" class="py-5">
|
82 |
<div class="container">
|
83 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ง Ghostai1โs
|
84 |
-
<p class="lead text-center text-white">GhostPackโs SDK is a spectral masterpiece, conjured with ghostai1โs math
|
85 |
-
<div class="row">
|
86 |
<div class="col-md-4 mb-4">
|
87 |
<div class="card bg-ghost-card text-white h-100">
|
88 |
<div class="card-body text-center">
|
89 |
<h3 class="card-title">๐ฎ Teacache</h3>
|
90 |
-
<p class="card-text">Caches diffusion states, cutting ~40% off frame time
|
91 |
-
<p><strong>Boost: ~40%</strong><br>Stat: ~30โ40% compute reduction</p>
|
92 |
</div>
|
93 |
</div>
|
94 |
</div>
|
@@ -96,8 +98,8 @@
|
|
96 |
<div class="card bg-ghost-card text-white h-100">
|
97 |
<div class="card-body text-center">
|
98 |
<h3 class="card-title">๐งฌ Context Packing</h3>
|
99 |
-
<p class="card-text">Compresses contexts
|
100 |
-
<p><strong>Boost: ~50%</strong><br>Stat: ~2โ3GB VRAM saved</p>
|
101 |
</div>
|
102 |
</div>
|
103 |
</div>
|
@@ -105,81 +107,92 @@
|
|
105 |
<div class="card bg-ghost-card text-white h-100">
|
106 |
<div class="card-body text-center">
|
107 |
<h3 class="card-title">โก Dynamic Batching</h3>
|
108 |
-
<p class="card-text">Adapts batches for ~30โ50% throughput gain
|
109 |
-
<p><strong>Boost: ~30โ50%</strong><br>Stat: ~1.5x FPS</p>
|
110 |
</div>
|
111 |
</div>
|
112 |
</div>
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
</
|
120 |
-
|
|
|
|
|
|
|
|
|
121 |
</div>
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
</div>
|
129 |
</div>
|
130 |
</div>
|
131 |
-
<div class="col-md-
|
132 |
-
<div class="card bg-ghost-card
|
133 |
-
<div class="card-body
|
134 |
-
<h3 class="card-title"
|
135 |
-
<p class="card-text">
|
136 |
-
<p><strong>Boost: ~10%</strong><br>Stat: ~10โ15% latency cut</p>
|
137 |
</div>
|
138 |
</div>
|
139 |
</div>
|
140 |
</div>
|
141 |
-
<p class="text-center text-white">GhostPack conjures Veo 3-level videos on 8GB RAM laptops, leaving rivals in the dust! ๐</p>
|
142 |
</div>
|
143 |
</section>
|
144 |
|
145 |
<!-- Installation Section -->
|
146 |
-
<section id="installation" class="py-5 bg-
|
147 |
<div class="container">
|
148 |
-
<h2 class="text-center mb-
|
149 |
-
<p class="text-center lead">
|
150 |
<div class="row">
|
151 |
-
<div class="col-md-4 mb-
|
152 |
<h3>๐ง Ubuntu</h3>
|
153 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
154 |
cd GhostPack
|
155 |
chmod +x install_ubuntu.sh
|
156 |
./install_ubuntu.sh</code></pre>
|
157 |
-
<p>NVIDIA GPU, Python 3.10, CUDA 12.6.</p>
|
158 |
</div>
|
159 |
-
<div class="col-md-4 mb-
|
160 |
<h3>๐ช Windows</h3>
|
161 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
162 |
cd GhostPack
|
163 |
-
|
164 |
-
<p>Auto-downloads models (>30GB).</p>
|
165 |
</div>
|
166 |
-
<div class="col-md-4 mb-
|
167 |
<h3>๐ macOS</h3>
|
168 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
169 |
cd GhostPack
|
170 |
chmod +x install_macos.sh
|
171 |
./install_macos.sh</code></pre>
|
172 |
-
<p>M1/M2 support (slower).</p>
|
173 |
</div>
|
174 |
</div>
|
175 |
</div>
|
176 |
</section>
|
177 |
|
178 |
<!-- Usage Section -->
|
179 |
-
<section id="usage" class="py-5">
|
180 |
<div class="container">
|
181 |
-
<h2 class="text-center mb-
|
182 |
-
<ol
|
183 |
<li><strong>Launch Phantom GUI</strong>:
|
184 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
185 |
cd ~/ghostpack_venv
|
@@ -188,7 +201,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
188 |
<li><strong>Craft Spells</strong>:
|
189 |
<ul>
|
190 |
<li>Upload an image.</li>
|
191 |
-
<li>Prompt: โ
|
192 |
<li>Enable teacache (โก๏ธ speed).</li>
|
193 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
194 |
</ul>
|
@@ -199,10 +212,10 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
199 |
</section>
|
200 |
|
201 |
<!-- Model Card Section -->
|
202 |
-
<section id="model" class="py-5
|
203 |
<div class="container">
|
204 |
-
<h2 class="text-center mb-
|
205 |
-
<ul>
|
206 |
<li><strong>Model</strong>: GhostPack-F1 (13B parameters).</li>
|
207 |
<li><strong>Repo</strong>: <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face Spaces</a></li>
|
208 |
<li><strong>Files</strong>: >30GB, stored in <code>models/</code> with Git LFS.</li>
|
@@ -214,7 +227,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
214 |
<!-- Footer -->
|
215 |
<footer class="bg-ghost-black text-white text-center py-4">
|
216 |
<p>๐ป GhostPack by ghostai1 | <a href="https://github.com/ghostai1/GhostPack" target="_blank">GitHub</a> | <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face</a> | Apache-2.0 License</p>
|
217 |
-
<p>
|
218 |
</footer>
|
219 |
|
220 |
<!-- Bootstrap JS -->
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>๐ป GhostPack: Veo 3-Level Video Sorcery ๐</title>
|
7 |
<!-- Bootstrap CSS -->
|
8 |
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
9 |
<!-- Animate.css -->
|
|
|
25 |
<ul class="navbar-nav ms-auto">
|
26 |
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
|
27 |
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
|
28 |
+
<li class="nav-item"><a class="nav-link" href="#optimizations">Math Sorcery</a></li>
|
29 |
+
<li class="nav-item"><a class="nav-link" href="#future">Future</a></li>
|
30 |
<li class="nav-item"><a class="nav-link" href="#installation">Installation</a></li>
|
31 |
<li class="nav-item"><a class="nav-link" href="#usage">Usage</a></li>
|
32 |
<li class="nav-item"><a class="nav-link" href="#model">Model Card</a></li>
|
|
|
39 |
<section id="home" class="hero-section text-center text-white">
|
40 |
<div class="container">
|
41 |
<h1 class="display-3 animate__animated animate__zoomIn">๐ป GhostPack</h1>
|
42 |
+
<p class="lead animate__animated animate__fadeIn animate__delay-1s">Veo 3-Level Video Sorcery Haunts Laptops with 8GB RAM! ๐๐</p>
|
43 |
+
<p class="animate__animated animate__fadeIn animate__delay-2s">Unleash photorealistic videos with ghostai1โs math wizardry on any GPU โฅ6GB VRAM.</p>
|
44 |
+
<a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-3s">Summon Now ๐ ๏ธ</a>
|
45 |
+
<a href="https://github.com/ghostai1/GhostPack" class="btn btn-outline-ghost btn-lg animate__animated animate__pulse animate__delay-3s" target="_blank">GitHub ๐</a>
|
46 |
</div>
|
47 |
</section>
|
48 |
|
|
|
55 |
<div class="card bg-ghost-card h-100">
|
56 |
<div class="card-body">
|
57 |
<h3 class="card-title">๐น Veo 3-Level AI</h3>
|
58 |
+
<p class="card-text">Rivals Googleโs Veo 3 with hyper-realistic, fluid videos via next-frame prediction, running on 8GB RAM laptops.</p>
|
59 |
</div>
|
60 |
</div>
|
61 |
</div>
|
|
|
82 |
<!-- Optimizations Section -->
|
83 |
<section id="optimizations" class="py-5">
|
84 |
<div class="container">
|
85 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ง Ghostai1โs Math Sorcery</h2>
|
86 |
+
<p class="lead text-center text-white">GhostPackโs SDK is a spectral masterpiece, conjured with ghostai1โs revolutionary math optimizations to haunt any laptop with 8GB RAM.</p>
|
87 |
+
<div class="row mb-4">
|
88 |
<div class="col-md-4 mb-4">
|
89 |
<div class="card bg-ghost-card text-white h-100">
|
90 |
<div class="card-body text-center">
|
91 |
<h3 class="card-title">๐ฎ Teacache</h3>
|
92 |
+
<p class="card-text">Caches diffusion states, cutting ~40% off frame time.</p>
|
93 |
+
<p><strong>Boost: ~40%</strong><br>Stat: ~30โ40% compute reduction<br>Math: \( T_{\text{total}} \approx 0.6 \cdot T_{\text{base}} \)</p>
|
94 |
</div>
|
95 |
</div>
|
96 |
</div>
|
|
|
98 |
<div class="card bg-ghost-card text-white h-100">
|
99 |
<div class="card-body text-center">
|
100 |
<h3 class="card-title">๐งฌ Context Packing</h3>
|
101 |
+
<p class="card-text">Compresses contexts, saving ~50% VRAM.</p>
|
102 |
+
<p><strong>Boost: ~50%</strong><br>Stat: ~2โ3GB VRAM saved<br>Math: \( M_{\text{VRAM}} \propto O(1) \)</p>
|
103 |
</div>
|
104 |
</div>
|
105 |
</div>
|
|
|
107 |
<div class="card bg-ghost-card text-white h-100">
|
108 |
<div class="card-body text-center">
|
109 |
<h3 class="card-title">โก Dynamic Batching</h3>
|
110 |
+
<p class="card-text">Adapts batches for ~30โ50% throughput gain.</p>
|
111 |
+
<p><strong>Boost: ~30โ50%</strong><br>Stat: ~1.5x FPS<br>Math: \( \text{Throughput} \propto B \cdot \text{FPS}_{\text{base}} \)</p>
|
112 |
</div>
|
113 |
</div>
|
114 |
</div>
|
115 |
+
</div>
|
116 |
+
<div class="row">
|
117 |
+
<div class="col-md-12">
|
118 |
+
<h3 class="mb-3">Math Optimization Breakdown</h3>
|
119 |
+
<ul class="text-white">
|
120 |
+
<li><strong>Compressed Context Packing</strong>: Reduces frame context to a fixed-size matrix, slashing VRAM usage by ~50% (\( M_{\text{VRAM}} \propto O(1) \)), enabling long-form videos on 8GB RAM systems.</li>
|
121 |
+
<li><strong>Dynamic Batching</strong>: Optimizes frame batching (2โ4 frames), boosting throughput by ~30โ50% (\( \text{Throughput} \propto B \)), perfect for modest GPUs like RTX 3050.</li>
|
122 |
+
<li><strong>Teacache Efficiency</strong>: Caches diffusion states, cutting ~40% off compute time (\( T_{\text{total}} \approx 0.6T_{\text{base}} \)), delivering ~10โ15s/frame on RTX 3060.</li>
|
123 |
+
<li><strong>Sage-Attention</strong>: Streamlines attention layers, saving ~5โ10% time (\( T_{\text{attn}} \approx 0.9T_{\text{base_attn}} \)), enhancing low-VRAM performance.</li>
|
124 |
+
<li><strong>tcmalloc</strong>: Cuts memory overhead by ~5โ20% (\( O_{\text{mem}} \approx 0.8O_{\text{glibc}} \)), easing CPU load by ~15%.</li>
|
125 |
+
<li><strong>CUDA Tweaks</strong>: Reduces latency by ~10โ15% (\( L_{\text{CUDA}} \approx 0.85L_{\text{base}} \)) with optimized memory allocation.</li>
|
126 |
+
</ul>
|
127 |
</div>
|
128 |
+
</div>
|
129 |
+
</div>
|
130 |
+
</section>
|
131 |
+
|
132 |
+
<!-- Future Features Section -->
|
133 |
+
<section id="future" class="py-5 bg-dark text-white">
|
134 |
+
<div class="container">
|
135 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ Future Spectral Phantoms</h2>
|
136 |
+
<p class="lead text-center">GhostPack is conjuring epic upgrades to haunt the AI generation realm:</p>
|
137 |
+
<div class="row">
|
138 |
+
<div class="col-md-6 mb-4">
|
139 |
+
<div class="card bg-ghost-card h-100">
|
140 |
+
<div class="card-body">
|
141 |
+
<h3 class="card-title">๐ฃ๏ธ Voice Generation</h3>
|
142 |
+
<p class="card-text">Coming soon: AI-driven voice synthesis to narrate your videos with spectral tones, seamlessly integrated into ghostgradio.py.</p>
|
143 |
</div>
|
144 |
</div>
|
145 |
</div>
|
146 |
+
<div class="col-md-6 mb-4">
|
147 |
+
<div class="card bg-ghost-card h-100">
|
148 |
+
<div class="card-body">
|
149 |
+
<h3 class="card-title">๐ผ๏ธ AI Images</h3>
|
150 |
+
<p class="card-text">Future feature: Generate ghostly starting frames with AI-crafted images, powering up your video pipeline for cinematic flair.</p>
|
|
|
151 |
</div>
|
152 |
</div>
|
153 |
</div>
|
154 |
</div>
|
|
|
155 |
</div>
|
156 |
</section>
|
157 |
|
158 |
<!-- Installation Section -->
|
159 |
+
<section id="installation" class="py-5 bg-light">
|
160 |
<div class="container">
|
161 |
+
<h2 class="text-center mb-4 animate__animated animate__fadeIn">๐ ๏ธ Summon the Code</h2>
|
162 |
+
<p class="text-center lead text-dark">Unleash GhostPack from the GitHub repo. Requires >30GB disk space for models.</p>
|
163 |
<div class="row">
|
164 |
+
<div class="col-md-4 mb-3">
|
165 |
<h3>๐ง Ubuntu</h3>
|
166 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
167 |
cd GhostPack
|
168 |
chmod +x install_ubuntu.sh
|
169 |
./install_ubuntu.sh</code></pre>
|
170 |
+
<p class="text-dark">NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6.</p>
|
171 |
</div>
|
172 |
+
<div class="col-md-4 mb-3">
|
173 |
<h3>๐ช Windows</h3>
|
174 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
175 |
cd GhostPack
|
176 |
+
install.bat</code></pre>
|
177 |
+
<p class="text-dark">Auto-downloads models (>30GB).</p>
|
178 |
</div>
|
179 |
+
<div class="col-md-4 mb-3">
|
180 |
<h3>๐ macOS</h3>
|
181 |
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
182 |
cd GhostPack
|
183 |
chmod +x install_macos.sh
|
184 |
./install_macos.sh</code></pre>
|
185 |
+
<p class="text-dark">M1/M2 support (slower).</p>
|
186 |
</div>
|
187 |
</div>
|
188 |
</div>
|
189 |
</section>
|
190 |
|
191 |
<!-- Usage Section -->
|
192 |
+
<section id="usage" class="py-5 bg-dark text-white">
|
193 |
<div class="container">
|
194 |
+
<h2 class="text-center mb-4 animate__animated animate__fadeIn">๐น Weave Ghostly Videos</h2>
|
195 |
+
<ol>
|
196 |
<li><strong>Launch Phantom GUI</strong>:
|
197 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
198 |
cd ~/ghostpack_venv
|
|
|
201 |
<li><strong>Craft Spells</strong>:
|
202 |
<ul>
|
203 |
<li>Upload an image.</li>
|
204 |
+
<li>Prompt: โA spectral figure glides through a neon-lit city.โ</li>
|
205 |
<li>Enable teacache (โก๏ธ speed).</li>
|
206 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
207 |
</ul>
|
|
|
212 |
</section>
|
213 |
|
214 |
<!-- Model Card Section -->
|
215 |
+
<section id="model" class="py-5">
|
216 |
<div class="container">
|
217 |
+
<h2 class="text-center mb-4 animate__animated animate__fadeIn">Spectral Grimoire</h2>
|
218 |
+
<ul class="text-white">
|
219 |
<li><strong>Model</strong>: GhostPack-F1 (13B parameters).</li>
|
220 |
<li><strong>Repo</strong>: <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face Spaces</a></li>
|
221 |
<li><strong>Files</strong>: >30GB, stored in <code>models/</code> with Git LFS.</li>
|
|
|
227 |
<!-- Footer -->
|
228 |
<footer class="bg-ghost-black text-white text-center py-4">
|
229 |
<p>๐ป GhostPack by ghostai1 | <a href="https://github.com/ghostai1/GhostPack" target="_blank">GitHub</a> | <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face</a> | Apache-2.0 License</p>
|
230 |
+
<p>Forged in ๐ hellfire with โก๏ธ to haunt video generation forever!</p>
|
231 |
</footer>
|
232 |
|
233 |
<!-- Bootstrap JS -->
|