Spaces:
Running
Running
Update index.html
Browse files- index.html +51 -43
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
|
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,7 +25,7 @@
|
|
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="#math">Math
|
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>
|
@@ -39,8 +39,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">
|
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 +48,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 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 h-100">
|
63 |
<div class="card-body">
|
64 |
-
<h3 class="card-title">โก๏ธ
|
65 |
-
<p class="card-text">Teacache
|
66 |
</div>
|
67 |
</div>
|
68 |
</div>
|
69 |
<div class="col-md-4 mb-4">
|
70 |
-
<div class="card bg-ghost h-100">
|
71 |
<div class="card-body">
|
72 |
-
<h3 class="card-title">๐ ๏ธ Laptop
|
73 |
-
<p class="card-text">Runs 13B models on GPUs with โฅ6GB VRAM,
|
74 |
</div>
|
75 |
</div>
|
76 |
</div>
|
@@ -81,46 +81,54 @@
|
|
81 |
<!-- Math Optimization Section -->
|
82 |
<section id="math" class="py-5">
|
83 |
<div class="container">
|
84 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ง
|
85 |
-
<p class="lead text-center">GhostPackโs SDK is
|
86 |
<div class="row">
|
87 |
<div class="col-md-6 mb-4">
|
88 |
-
<
|
89 |
-
|
|
|
|
|
|
|
|
|
90 |
</div>
|
91 |
<div class="col-md-6 mb-4">
|
92 |
-
<
|
93 |
-
|
|
|
|
|
|
|
|
|
94 |
</div>
|
95 |
</div>
|
96 |
-
<p class="text-center">These
|
97 |
</div>
|
98 |
</section>
|
99 |
|
100 |
<!-- Installation Section -->
|
101 |
<section id="installation" class="py-5 bg-dark text-white">
|
102 |
<div class="container">
|
103 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ ๏ธ
|
104 |
-
<p class="text-center lead">Unleash GhostPack on Ubuntu, Windows, or macOS.
|
105 |
<div class="row">
|
106 |
<div class="col-md-4 mb-4">
|
107 |
<h3>๐ง Ubuntu</h3>
|
108 |
-
<pre><code>git clone https://github.com/ghostai1/GhostPack
|
109 |
cd GhostPack
|
110 |
chmod +x install_ubuntu.sh
|
111 |
./install_ubuntu.sh</code></pre>
|
112 |
-
<p>NVIDIA GPU, Python 3.10, CUDA 12.6
|
113 |
</div>
|
114 |
<div class="col-md-4 mb-4">
|
115 |
<h3>๐ช Windows</h3>
|
116 |
-
<pre><code>git clone https://github.com/ghostai1/GhostPack
|
117 |
cd GhostPack
|
118 |
install_windows.bat</code></pre>
|
119 |
<p>Auto-downloads models (>30GB).</p>
|
120 |
</div>
|
121 |
<div class="col-md-4 mb-4">
|
122 |
<h3>๐ macOS</h3>
|
123 |
-
<pre><code>git clone https://github.com/ghostai1/GhostPack
|
124 |
cd GhostPack
|
125 |
chmod +x install_macos.sh
|
126 |
./install_macos.sh</code></pre>
|
@@ -133,14 +141,14 @@ chmod +x install_macos.sh
|
|
133 |
<!-- Usage Section -->
|
134 |
<section id="usage" class="py-5">
|
135 |
<div class="container">
|
136 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐น
|
137 |
-
<ol>
|
138 |
<li><strong>Launch Ghostly GUI</strong>:
|
139 |
-
<pre><code>source ~/ghostpack_venv/venv/bin/activate
|
140 |
cd ~/ghostpack_venv
|
141 |
python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
142 |
</li>
|
143 |
-
<li><strong>
|
144 |
<ul>
|
145 |
<li>Upload an image.</li>
|
146 |
<li>Prompt: โThe girl dances gracefully, with clear movements, full of charm.โ</li>
|
@@ -148,7 +156,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
148 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
149 |
</ul>
|
150 |
</li>
|
151 |
-
<li><strong>
|
152 |
</ol>
|
153 |
</div>
|
154 |
</section>
|
@@ -156,31 +164,31 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
156 |
<!-- Optimization Section -->
|
157 |
<section id="optimization" class="py-5 bg-dark text-white">
|
158 |
<div class="container">
|
159 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">โก๏ธ
|
160 |
<ul>
|
161 |
<li><strong>Teacache</strong>: ~40% speed-up (12โ15s/frame on RTX 3060).</li>
|
162 |
-
<li><strong>Sage-Attention/Xformers</strong>: 5โ10%
|
163 |
<li><strong>tcmalloc</strong>: 5โ20% memory efficiency.</li>
|
164 |
-
<li><strong>CUDA
|
165 |
-
<pre><code>export PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:128
|
166 |
export CUDNN_V8_API_ENABLED=1</code></pre>
|
167 |
</li>
|
168 |
-
<li><strong>GPU
|
169 |
-
<pre><code>sudo nvidia-smi -pm 1</code></pre>
|
170 |
</li>
|
171 |
</ul>
|
172 |
-
<p class="text-center">
|
173 |
</div>
|
174 |
</section>
|
175 |
|
176 |
<!-- Model Card Section -->
|
177 |
<section id="model" class="py-5">
|
178 |
<div class="container">
|
179 |
-
<h2 class="text-center mb-5 animate__animated animate__fadeIn">Model
|
180 |
-
<ul>
|
181 |
<li><strong>Model</strong>: GhostPack-F1 (13B parameters).</li>
|
182 |
<li><strong>Repo</strong>: <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face Spaces</a></li>
|
183 |
-
<li><strong>Files</code> with Git LFS.</li>
|
184 |
<li><strong>License</strong>: Apache-2.0.</li>
|
185 |
</ul>
|
186 |
</div>
|
@@ -189,10 +197,10 @@ export CUDNN_V8_API_ENABLED=1</code></pre>
|
|
189 |
<!-- Footer -->
|
190 |
<footer class="bg-ghost-black text-white text-center py-4">
|
191 |
<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>
|
192 |
-
<p>
|
193 |
</footer>
|
194 |
|
195 |
-
<!-- Bootstrap JS
|
196 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
197 |
<!-- Custom JS -->
|
198 |
<script src="script.js"></script>
|
|
|
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 |
<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="#math">Math Sorcery</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="#optimization">Optimization</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 Generation Powered by Ghostly Math Wizardry! ๐๐</p>
|
43 |
+
<a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-2s">Unleash Now ๐ ๏ธ</a>
|
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 |
<!-- 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">โจ Supernatural Features</h2>
|
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">Matches Googleโs Veo 3 with hyper-realistic, fluid videos via next-frame prediction sorcery.</p>
|
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">โก๏ธ Ghostly Speed</h3>
|
65 |
+
<p class="card-text">Teacache slashes generation time by ~40% (~12โ15s/frame on RTX 3060).</p>
|
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">๐ ๏ธ Haunts Any Laptop</h3>
|
73 |
+
<p class="card-text">Runs 13B models on GPUs with โฅ6GB VRAM, tuned for RTX 3060 domination.</p>
|
74 |
</div>
|
75 |
</div>
|
76 |
</div>
|
|
|
81 |
<!-- Math Optimization Section -->
|
82 |
<section id="math" class="py-5">
|
83 |
<div class="container">
|
84 |
+
<h2 class="text-center mb-5 animate__animated animate__fadeIn">๐ง Ghostai1โs Math Sorcery</h2>
|
85 |
+
<p class="lead text-center text-white">GhostPackโs SDK is infused with ghostai1โs revolutionary math optimizations, making it a spectral force in video generation.</p>
|
86 |
<div class="row">
|
87 |
<div class="col-md-6 mb-4">
|
88 |
+
<div class="card bg-ghost-light">
|
89 |
+
<div class="card-body">
|
90 |
+
<h3 class="card-title">๐ฎ Compressed Context Packing</h3>
|
91 |
+
<p class="card-text">My proprietary algorithms collapse frame contexts into a constant-length matrix, obliterating compute barriers for epic, long-form videos on modest GPUs.</p>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
</div>
|
95 |
<div class="col-md-6 mb-4">
|
96 |
+
<div class="card bg-ghost-light">
|
97 |
+
<div class="card-body">
|
98 |
+
<h3 class="card-title">๐งฌ Dynamic Batch Wizardry</h3>
|
99 |
+
<p class="card-text">Adaptive batching maximizes VRAM (11.76 GiB on RTX 3060), boosting throughput by up to 50% with zero quality loss.</p>
|
100 |
+
</div>
|
101 |
+
</div>
|
102 |
</div>
|
103 |
</div>
|
104 |
+
<p class="text-center text-white">These breakthroughs make GhostPack rival Veo 3, haunting the competition with unmatched efficiency! ๐</p>
|
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 GhostPack</h2>
|
112 |
+
<p class="text-center lead">Unleash GhostPack on Ubuntu, Windows, or macOS. Requires >30GB disk space for models.</p>
|
113 |
<div class="row">
|
114 |
<div class="col-md-4 mb-4">
|
115 |
<h3>๐ง Ubuntu</h3>
|
116 |
+
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
117 |
cd GhostPack
|
118 |
chmod +x install_ubuntu.sh
|
119 |
./install_ubuntu.sh</code></pre>
|
120 |
+
<p>NVIDIA GPU, Python 3.10, CUDA 12.6.</p>
|
121 |
</div>
|
122 |
<div class="col-md-4 mb-4">
|
123 |
<h3>๐ช Windows</h3>
|
124 |
+
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
125 |
cd GhostPack
|
126 |
install_windows.bat</code></pre>
|
127 |
<p>Auto-downloads models (>30GB).</p>
|
128 |
</div>
|
129 |
<div class="col-md-4 mb-4">
|
130 |
<h3>๐ macOS</h3>
|
131 |
+
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
|
132 |
cd GhostPack
|
133 |
chmod +x install_macos.sh
|
134 |
./install_macos.sh</code></pre>
|
|
|
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">๐น Conjure Videos</h2>
|
145 |
+
<ol class="text-white">
|
146 |
<li><strong>Launch Ghostly GUI</strong>:
|
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>Weave Spells</strong>:
|
152 |
<ul>
|
153 |
<li>Upload an image.</li>
|
154 |
<li>Prompt: โThe girl dances gracefully, with clear movements, full of charm.โ</li>
|
|
|
156 |
<li>Set 15fps, 5s video (~75 frames).</li>
|
157 |
</ul>
|
158 |
</li>
|
159 |
+
<li><strong>Watch the Spirits</strong>: Run <code>nvidia-smi</code> (~80โ100% GPU usage).</li>
|
160 |
</ol>
|
161 |
</div>
|
162 |
</section>
|
|
|
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">Model Grimoire</h2>
|
188 |
+
<ul class="text-white">
|
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>
|
192 |
<li><strong>License</strong>: Apache-2.0.</li>
|
193 |
</ul>
|
194 |
</div>
|
|
|
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>Forged in ๐ flames with โก๏ธ to haunt video generation forever!</p>
|
201 |
</footer>
|
202 |
|
203 |
+
<!-- Bootstrap JS -->
|
204 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
205 |
<!-- Custom JS -->
|
206 |
<script src="script.js"></script>
|