Spaces:
Running
Running
Update index.html
Browse files- index.html +74 -57
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 ๐</title>
|
| 7 |
<!-- Bootstrap CSS -->
|
| 8 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
| 9 |
<!-- Animate.css -->
|
|
@@ -25,10 +25,9 @@
|
|
| 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="#
|
| 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="#optimization">Optimization</a></li>
|
| 32 |
<li class="nav-item"><a class="nav-link" href="#model">Model Card</a></li>
|
| 33 |
</ul>
|
| 34 |
</div>
|
|
@@ -39,8 +38,8 @@
|
|
| 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
|
| 43 |
-
<a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-2s">
|
| 44 |
<a href="https://github.com/ghostai1/GhostPack" class="btn btn-outline-ghost btn-lg animate__animated animate__pulse animate__delay-2s" target="_blank">GitHub ๐</a>
|
| 45 |
</div>
|
| 46 |
</section>
|
|
@@ -48,29 +47,29 @@
|
|
| 48 |
<!-- Features Section -->
|
| 49 |
<section id="features" class="py-5 bg-dark text-white">
|
| 50 |
<div class="container">
|
| 51 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">โจ
|
| 52 |
<div class="row">
|
| 53 |
<div class="col-md-4 mb-4">
|
| 54 |
<div class="card bg-ghost-card h-100">
|
| 55 |
<div class="card-body">
|
| 56 |
<h3 class="card-title">๐น Veo 3-Level AI</h3>
|
| 57 |
-
<p class="card-text">
|
| 58 |
</div>
|
| 59 |
</div>
|
| 60 |
</div>
|
| 61 |
<div class="col-md-4 mb-4">
|
| 62 |
<div class="card bg-ghost-card h-100">
|
| 63 |
<div class="card-body">
|
| 64 |
-
<h3 class="card-title">โก๏ธ
|
| 65 |
-
<p class="card-text">Teacache slashes generation time
|
| 66 |
</div>
|
| 67 |
</div>
|
| 68 |
</div>
|
| 69 |
<div class="col-md-4 mb-4">
|
| 70 |
<div class="card bg-ghost-card h-100">
|
| 71 |
<div class="card-body">
|
| 72 |
-
<h3 class="card-title">๐ ๏ธ
|
| 73 |
-
<p class="card-text">
|
| 74 |
</div>
|
| 75 |
</div>
|
| 76 |
</div>
|
|
@@ -78,38 +77,76 @@
|
|
| 78 |
</div>
|
| 79 |
</section>
|
| 80 |
|
| 81 |
-
<!--
|
| 82 |
-
<section id="
|
| 83 |
<div class="container">
|
| 84 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ง Ghostai1โs
|
| 85 |
-
<p class="lead text-center text-white">GhostPackโs SDK is
|
| 86 |
<div class="row">
|
| 87 |
-
<div class="col-md-
|
| 88 |
-
<div class="card bg-ghost-
|
| 89 |
-
<div class="card-body">
|
| 90 |
-
<h3 class="card-title">๐ฎ
|
| 91 |
-
<p class="card-text">
|
|
|
|
| 92 |
</div>
|
| 93 |
</div>
|
| 94 |
</div>
|
| 95 |
-
<div class="col-md-
|
| 96 |
-
<div class="card bg-ghost-
|
| 97 |
-
<div class="card-body">
|
| 98 |
-
<h3 class="card-title">๐งฌ
|
| 99 |
-
<p class="card-text">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
</div>
|
| 101 |
</div>
|
| 102 |
</div>
|
| 103 |
</div>
|
| 104 |
-
<p class="text-center text-white">
|
| 105 |
</div>
|
| 106 |
</section>
|
| 107 |
|
| 108 |
<!-- Installation Section -->
|
| 109 |
<section id="installation" class="py-5 bg-dark text-white">
|
| 110 |
<div class="container">
|
| 111 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ ๏ธ Summon
|
| 112 |
-
<p class="text-center lead">
|
| 113 |
<div class="row">
|
| 114 |
<div class="col-md-4 mb-4">
|
| 115 |
<h3>๐ง Ubuntu</h3>
|
|
@@ -141,51 +178,31 @@ chmod +x install_macos.sh
|
|
| 141 |
<!-- Usage Section -->
|
| 142 |
<section id="usage" class="py-5">
|
| 143 |
<div class="container">
|
| 144 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐น
|
| 145 |
<ol class="text-white">
|
| 146 |
-
<li><strong>Launch
|
| 147 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
| 148 |
cd ~/ghostpack_venv
|
| 149 |
python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
| 150 |
</li>
|
| 151 |
-
<li><strong>
|
| 152 |
<ul>
|
| 153 |
<li>Upload an image.</li>
|
| 154 |
<li>Prompt: โThe girl dances gracefully, with clear movements, full of charm.โ</li>
|
| 155 |
-
<li>Enable teacache (โก๏ธ speed
|
| 156 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
| 157 |
</ul>
|
| 158 |
</li>
|
| 159 |
-
<li><strong>
|
| 160 |
</ol>
|
| 161 |
</div>
|
| 162 |
</section>
|
| 163 |
|
| 164 |
-
<!-- Optimization Section -->
|
| 165 |
-
<section id="optimization" class="py-5 bg-dark text-white">
|
| 166 |
-
<div class="container">
|
| 167 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">โก๏ธ Overclock the Supernatural</h2>
|
| 168 |
-
<ul>
|
| 169 |
-
<li><strong>Teacache</strong>: ~40% speed-up (12โ15s/frame on RTX 3060).</li>
|
| 170 |
-
<li><strong>Sage-Attention/Xformers</strong>: 5โ10% compute boost.</li>
|
| 171 |
-
<li><strong>tcmalloc</strong>: 5โ20% memory efficiency.</li>
|
| 172 |
-
<li><strong>CUDA Necromancy</strong>:
|
| 173 |
-
<pre><code class="code-block">export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:128
|
| 174 |
-
export CUDNN_V8_API_ENABLED=1</code></pre>
|
| 175 |
-
</li>
|
| 176 |
-
<li><strong>GPU Hellfire</strong>:
|
| 177 |
-
<pre><code class="code-block">sudo nvidia-smi -pm 1</code></pre>
|
| 178 |
-
</li>
|
| 179 |
-
</ul>
|
| 180 |
-
<p class="text-center">Target ~10โ15s/frame on RTX 3060! ๐</p>
|
| 181 |
-
</div>
|
| 182 |
-
</section>
|
| 183 |
-
|
| 184 |
<!-- Model Card Section -->
|
| 185 |
-
<section id="model" class="py-5">
|
| 186 |
<div class="container">
|
| 187 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">
|
| 188 |
-
<ul
|
| 189 |
<li><strong>Model</strong>: GhostPack-F1 (13B parameters).</li>
|
| 190 |
<li><strong>Repo</strong>: <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face Spaces</a></li>
|
| 191 |
<li><strong>Files</strong>: >30GB, stored in <code>models/</code> with Git LFS.</li>
|
|
@@ -197,7 +214,7 @@ export CUDNN_V8_API_ENABLED=1</code></pre>
|
|
| 197 |
<!-- Footer -->
|
| 198 |
<footer class="bg-ghost-black text-white text-center py-4">
|
| 199 |
<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>
|
| 200 |
-
<p>
|
| 201 |
</footer>
|
| 202 |
|
| 203 |
<!-- 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 on Any Laptop ๐</title>
|
| 7 |
<!-- Bootstrap CSS -->
|
| 8 |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/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">Optimizations</a></li>
|
| 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>
|
| 32 |
</ul>
|
| 33 |
</div>
|
|
|
|
| 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 Magic Haunts Laptops with 8GB RAM! ๐๐</p>
|
| 42 |
+
<a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-2s">Summon Now ๐ ๏ธ</a>
|
| 43 |
<a href="https://github.com/ghostai1/GhostPack" class="btn btn-outline-ghost btn-lg animate__animated animate__pulse animate__delay-2s" target="_blank">GitHub ๐</a>
|
| 44 |
</div>
|
| 45 |
</section>
|
|
|
|
| 47 |
<!-- Features Section -->
|
| 48 |
<section id="features" class="py-5 bg-dark text-white">
|
| 49 |
<div class="container">
|
| 50 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">โจ Spectral Features</h2>
|
| 51 |
<div class="row">
|
| 52 |
<div class="col-md-4 mb-4">
|
| 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">Outshines Veo 3 with hyper-realistic, fluid videos via next-frame prediction, running on 8GB RAM laptops.</p>
|
| 57 |
</div>
|
| 58 |
</div>
|
| 59 |
</div>
|
| 60 |
<div class="col-md-4 mb-4">
|
| 61 |
<div class="card bg-ghost-card h-100">
|
| 62 |
<div class="card-body">
|
| 63 |
+
<h3 class="card-title">โก๏ธ Phantom Speed</h3>
|
| 64 |
+
<p class="card-text">Teacache slashes ~40% off generation time (~12โ15s/frame on RTX 3060) for blazing results.</p>
|
| 65 |
</div>
|
| 66 |
</div>
|
| 67 |
</div>
|
| 68 |
<div class="col-md-4 mb-4">
|
| 69 |
<div class="card bg-ghost-card h-100">
|
| 70 |
<div class="card-body">
|
| 71 |
+
<h3 class="card-title">๐ ๏ธ Laptop Domination</h3>
|
| 72 |
+
<p class="card-text">13B models haunt GPUs with โฅ6GB VRAM, optimized for RTX 3060 and budget rigs with 8GB RAM.</p>
|
| 73 |
</div>
|
| 74 |
</div>
|
| 75 |
</div>
|
|
|
|
| 77 |
</div>
|
| 78 |
</section>
|
| 79 |
|
| 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 Optimization Necromancy</h2>
|
| 84 |
+
<p class="lead text-center text-white">GhostPackโs SDK is a spectral masterpiece, conjured with ghostai1โs math sorcery to haunt any laptop with 8GB RAM!</p>
|
| 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 (~12s/frame).</p>
|
| 91 |
+
<p><strong>Boost: ~40%</strong><br>Stat: ~30โ40% compute reduction</p>
|
| 92 |
</div>
|
| 93 |
</div>
|
| 94 |
</div>
|
| 95 |
+
<div class="col-md-4 mb-4">
|
| 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 to constant length, saving ~50% VRAM.</p>
|
| 100 |
+
<p><strong>Boost: ~50%</strong><br>Stat: ~2โ3GB VRAM saved</p>
|
| 101 |
+
</div>
|
| 102 |
+
</div>
|
| 103 |
+
</div>
|
| 104 |
+
<div class="col-md-4 mb-4">
|
| 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 (2โ4 frames).</p>
|
| 109 |
+
<p><strong>Boost: ~30โ50%</strong><br>Stat: ~1.5x FPS</p>
|
| 110 |
+
</div>
|
| 111 |
+
</div>
|
| 112 |
+
</div>
|
| 113 |
+
<div class="col-md-4 mb-4">
|
| 114 |
+
<div class="card bg-ghost-card text-white h-100">
|
| 115 |
+
<div class="card-body text-center">
|
| 116 |
+
<h3 class="card-title">๐ก๏ธ Sage-Attention</h3>
|
| 117 |
+
<p class="card-text">Optimizes attention layers for ~5โ10% speed-up.</p>
|
| 118 |
+
<p><strong>Boost: ~5โ10%</strong><br>Stat: ~1โ2s/frame saved</p>
|
| 119 |
+
</div>
|
| 120 |
+
</div>
|
| 121 |
+
</div>
|
| 122 |
+
<div class="col-md-4 mb-4">
|
| 123 |
+
<div class="card bg-ghost-card text-white h-100">
|
| 124 |
+
<div class="card-body text-center">
|
| 125 |
+
<h3 class="card-title">๐พ tcmalloc</h3>
|
| 126 |
+
<p class="card-text">Cuts memory overhead by ~5โ20% for fluid performance.</p>
|
| 127 |
+
<p><strong>Boost: ~5โ20%</strong><br>Stat: ~15% CPU relief</p>
|
| 128 |
+
</div>
|
| 129 |
+
</div>
|
| 130 |
+
</div>
|
| 131 |
+
<div class="col-md-4 mb-4">
|
| 132 |
+
<div class="card bg-ghost-card text-white h-100">
|
| 133 |
+
<div class="card-body text-center">
|
| 134 |
+
<h3 class="card-title">๐ฅ CUDA Tweaks</h3>
|
| 135 |
+
<p class="card-text">CUDA 12.6 optimizations for ~10% performance gain.</p>
|
| 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-dark text-white">
|
| 147 |
<div class="container">
|
| 148 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ ๏ธ Summon the Specter</h2>
|
| 149 |
+
<p class="text-center lead">Haunt Ubuntu, Windows, or macOS with GhostPack. Needs >30GB disk space.</p>
|
| 150 |
<div class="row">
|
| 151 |
<div class="col-md-4 mb-4">
|
| 152 |
<h3>๐ง Ubuntu</h3>
|
|
|
|
| 178 |
<!-- Usage Section -->
|
| 179 |
<section id="usage" class="py-5">
|
| 180 |
<div class="container">
|
| 181 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐น Weave Ghostly Videos</h2>
|
| 182 |
<ol class="text-white">
|
| 183 |
+
<li><strong>Launch Phantom GUI</strong>:
|
| 184 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
| 185 |
cd ~/ghostpack_venv
|
| 186 |
python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
| 187 |
</li>
|
| 188 |
+
<li><strong>Craft Spells</strong>:
|
| 189 |
<ul>
|
| 190 |
<li>Upload an image.</li>
|
| 191 |
<li>Prompt: โThe girl dances gracefully, with clear movements, full of charm.โ</li>
|
| 192 |
+
<li>Enable teacache (โก๏ธ speed).</li>
|
| 193 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
| 194 |
</ul>
|
| 195 |
</li>
|
| 196 |
+
<li><strong>Summon Spirits</strong>: Run <code>nvidia-smi</code> (~80โ100% GPU).</li>
|
| 197 |
</ol>
|
| 198 |
</div>
|
| 199 |
</section>
|
| 200 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
<!-- Model Card Section -->
|
| 202 |
+
<section id="model" class="py-5 bg-dark text-white">
|
| 203 |
<div class="container">
|
| 204 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">Spectral Grimoire</h2>
|
| 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 |
<!-- 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>Conjured with ๐ hellfire and โก๏ธ to haunt video generation forever!</p>
|
| 218 |
</footer>
|
| 219 |
|
| 220 |
<!-- Bootstrap JS -->
|