ghostai1 commited on
Commit
57a42d6
ยท
verified ยท
1 Parent(s): a80b1bf

Update index.html

Browse files
Files changed (1) hide show
  1. 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 Generation ๐Ÿ˜ˆ</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,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 Magic</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,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">Unleash Veo 3-Level Video Generation with Mind-Blowing Math Optimizations! ๐Ÿ˜ˆ๐Ÿš€</p>
43
- <a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-2s">Get Started ๐Ÿ› ๏ธ</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,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">โœจ Ghostly Features</h2>
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">Rivals Googleโ€™s Veo 3 with ultra-realistic, coherent video generation using next-frame prediction.</p>
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">โšก๏ธ Blazing Speed</h3>
65
- <p class="card-text">Teacache delivers ~40% faster generation (~12โ€“15s/frame on RTX 3060) for rapid results.</p>
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 Power</h3>
73
- <p class="card-text">Runs 13B models on GPUs with โ‰ฅ6GB VRAM, optimized for RTX 3060 and beyond.</p>
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">๐Ÿง  Revolutionary Math Optimizations</h2>
85
- <p class="lead text-center">GhostPackโ€™s SDK is supercharged by ghostai1โ€™s cutting-edge mathematical breakthroughs, redefining video generation efficiency.</p>
86
  <div class="row">
87
  <div class="col-md-6 mb-4">
88
- <h3>Compressed Context Packing</h3>
89
- <p>Our proprietary algorithms compress input frame contexts to a constant length, making generation workload invariant to video length. This slashes compute costs, enabling long-form videos on modest GPUs.</p>
 
 
 
 
90
  </div>
91
  <div class="col-md-6 mb-4">
92
- <h3>Dynamic Batch Optimization</h3>
93
- <p>Advanced batching techniques dynamically adjust frame processing, maximizing VRAM utilization (11.76 GiB on RTX 3060) for up to 50% faster throughput.</p>
 
 
 
 
94
  </div>
95
  </div>
96
- <p class="text-center">These optimizations make GhostPack a lean, mean, video-generating machine, rivaling industry giants like Veo 3! ๐Ÿ˜ˆ</p>
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">๐Ÿ› ๏ธ Installation</h2>
104
- <p class="text-center lead">Unleash GhostPack on Ubuntu, Windows, or macOS. Ensure >30GB disk space for models.</p>
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 required.</p>
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">๐Ÿ“น Usage</h2>
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>Configure</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>Monitor</strong>: Run <code>nvidia-smi</code> (~80โ€“100% GPU usage).</li>
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">โšก๏ธ Turbocharge Performance</h2>
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% faster compute.</li>
163
  <li><strong>tcmalloc</strong>: 5โ€“20% memory efficiency.</li>
164
- <li><strong>CUDA Magic</strong>:
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 Overdrive</strong>:
169
- <pre><code>sudo nvidia-smi -pm 1</code></pre>
170
  </li>
171
  </ul>
172
- <p class="text-center">Hit ~10โ€“15s/frame on RTX 3060 with these tweaks! ๐Ÿ˜ˆ</p>
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 Card</h2>
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>Built with ๐Ÿ˜ˆ and โšก๏ธ to haunt the video generation world!</p>
193
  </footer>
194
 
195
- <!-- Bootstrap JS and Popper -->
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>