Spaces:
Running
Running
Update index.html
Browse files- index.html +93 -67
index.html
CHANGED
|
@@ -63,7 +63,7 @@
|
|
| 63 |
<section id="features" class="py-5 bg-dark text-white">
|
| 64 |
<div class="container">
|
| 65 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">✨ Spectral Features</h2>
|
| 66 |
-
<p class="lead text
|
| 67 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 68 |
<div class="col">
|
| 69 |
<div class="card bg-ghost-card h-100" data-bs-toggle="tooltip" title="Matches Veo 3’s photorealism">
|
|
@@ -121,7 +121,7 @@
|
|
| 121 |
<section id="optimizations" class="py-5 bg-dark text-white">
|
| 122 |
<div class="container">
|
| 123 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🧙♂️ Ghostai1’s Math Sorcery</h2>
|
| 124 |
-
<p class="lead text
|
| 125 |
|
| 126 |
<!-- Tabs for Optimization Categories -->
|
| 127 |
<ul class="nav nav-tabs justify-content-center mb-4" id="optTab" role="tablist">
|
|
@@ -144,7 +144,7 @@
|
|
| 144 |
<div class="tab-pane fade show active" id="speed" role="tabpanel" aria-labelledby="speed-tab">
|
| 145 |
<div class="row row-cols-1 row-cols-md-3 g-4 mb-4">
|
| 146 |
<div class="col">
|
| 147 |
-
<div class="card bg-ghost-card
|
| 148 |
<div class="card-body text-center">
|
| 149 |
<h3 class="card-title">🔮 Teacache</h3>
|
| 150 |
<p class="card-text">Caches diffusion states, slashing ~40% off frame time.</p>
|
|
@@ -153,7 +153,7 @@
|
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
<div class="col">
|
| 156 |
-
<div class="card bg-ghost-card
|
| 157 |
<div class="card-body text-center">
|
| 158 |
<h3 class="card-title">🧙♂️ Sage-Attention</h3>
|
| 159 |
<p class="card-text">Streamlines attention layers for ~5–10% speed-up.</p>
|
|
@@ -162,7 +162,7 @@
|
|
| 162 |
</div>
|
| 163 |
</div>
|
| 164 |
<div class="col">
|
| 165 |
-
<div class="card bg-ghost-card
|
| 166 |
<div class="card-body text-center">
|
| 167 |
<h3 class="card-title">⚡ CUDA Tweaks</h3>
|
| 168 |
<p class="card-text">Optimized allocation for ~10–15% latency cut.</p>
|
|
@@ -171,7 +171,7 @@
|
|
| 171 |
</div>
|
| 172 |
</div>
|
| 173 |
<div class="col">
|
| 174 |
-
<div class="card bg-ghost-card
|
| 175 |
<div class="card-body text-center">
|
| 176 |
<h3 class="card-title">🚀 Dynamic Scheduling</h3>
|
| 177 |
<p class="card-text">Adapts processing queues for ~15–20% faster task completion.</p>
|
|
@@ -186,7 +186,7 @@
|
|
| 186 |
<div class="tab-pane fade" id="memory" role="tabpanel" aria-labelledby="memory-tab">
|
| 187 |
<div class="row row-cols-1 row-cols-md-2 g-4 mb-4">
|
| 188 |
<div class="col">
|
| 189 |
-
<div class="card bg-ghost-card
|
| 190 |
<div class="card-body text-center">
|
| 191 |
<h3 class="card-title">🧬 Context Packing</h3>
|
| 192 |
<p class="card-text">Compresses contexts, saving ~50% VRAM.</p>
|
|
@@ -195,7 +195,7 @@
|
|
| 195 |
</div>
|
| 196 |
</div>
|
| 197 |
<div class="col">
|
| 198 |
-
<div class="card bg-ghost-card
|
| 199 |
<div class="card-body text-center">
|
| 200 |
<h3 class="card-title">💾 tcmalloc</h3>
|
| 201 |
<p class="card-text">Cuts memory overhead by ~5–20%.</p>
|
|
@@ -204,7 +204,7 @@
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
<div class="col">
|
| 207 |
-
<div class="card bg-ghost-card
|
| 208 |
<div class="card-body text-center">
|
| 209 |
<h3 class="card-title">📦 Memory Cache</h3>
|
| 210 |
<p class="card-text">Preloads data, reducing memory swaps by ~25%.</p>
|
|
@@ -219,7 +219,7 @@
|
|
| 219 |
<div class="tab-pane fade" id="compute" role="tabpanel" aria-labelledby="compute-tab">
|
| 220 |
<div class="row row-cols-1 row-cols-md-1 g-4 mb-4">
|
| 221 |
<div class="col">
|
| 222 |
-
<div class="card bg-ghost-card
|
| 223 |
<div class="card-body text-center">
|
| 224 |
<h3 class="card-title">⚡ Dynamic Batching</h3>
|
| 225 |
<p class="card-text">Adapts batches for ~30–50% throughput gain.</p>
|
|
@@ -325,7 +325,7 @@
|
|
| 325 |
<section id="demo" class="py-5 bg-dark text-white">
|
| 326 |
<div class="container">
|
| 327 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🎥 Demo Video Showcase</h2>
|
| 328 |
-
<p class="lead text
|
| 329 |
<div class="row">
|
| 330 |
<div class="col-md-8 mx-auto">
|
| 331 |
<div class="card bg-ghost-card">
|
|
@@ -346,13 +346,13 @@
|
|
| 346 |
<section id="future" class="py-5 bg-light text-dark">
|
| 347 |
<div class="container">
|
| 348 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🌌 Future Spectral Phantoms</h2>
|
| 349 |
-
<p class="lead text
|
| 350 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 351 |
<div class="col">
|
| 352 |
<div class="card bg-ghost-light h-100">
|
| 353 |
<div class="card-body">
|
| 354 |
<h3 class="card-title">🗣️ Voice Generation</h3>
|
| 355 |
-
<p class="
|
| 356 |
</div>
|
| 357 |
</div>
|
| 358 |
</div>
|
|
@@ -360,7 +360,7 @@
|
|
| 360 |
<div class="card bg-ghost-light h-100">
|
| 361 |
<div class="card-body">
|
| 362 |
<h3 class="card-title">🖼️ AI Images</h3>
|
| 363 |
-
<p class="
|
| 364 |
</div>
|
| 365 |
</div>
|
| 366 |
</div>
|
|
@@ -368,7 +368,7 @@
|
|
| 368 |
<div class="card bg-ghost-light h-100">
|
| 369 |
<div class="card-body">
|
| 370 |
<h3 class="card-title">🎮 VR Integration</h3>
|
| 371 |
-
<p class="
|
| 372 |
</div>
|
| 373 |
</div>
|
| 374 |
</div>
|
|
@@ -380,7 +380,7 @@
|
|
| 380 |
<section id="installation" class="py-5 bg-dark text-white">
|
| 381 |
<div class="container">
|
| 382 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🛠️ Unleash GhostPack</h2>
|
| 383 |
-
<p class="lead text
|
| 384 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 385 |
<div class="col">
|
| 386 |
<div class="card bg-ghost-card h-100">
|
|
@@ -390,7 +390,7 @@
|
|
| 390 |
cd GhostPack
|
| 391 |
chmod +x install_ubuntu.sh
|
| 392 |
./install_ubuntu.sh</code></pre>
|
| 393 |
-
<p>NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6.</p>
|
| 394 |
</div>
|
| 395 |
</div>
|
| 396 |
</div>
|
|
@@ -425,12 +425,13 @@ chmod +x install_macos.sh
|
|
| 425 |
</section>
|
| 426 |
|
| 427 |
<!-- Usage Section -->
|
| 428 |
-
<section id="usage" class="py-5 bg-
|
| 429 |
<div class="container">
|
| 430 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📹 Weave Ghostly Videos</h2>
|
|
|
|
| 431 |
<ol>
|
| 432 |
<li><strong>Launch Phantom GUI</strong>:
|
| 433 |
-
<div class="card bg-ghost-
|
| 434 |
<div class="card-body">
|
| 435 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
| 436 |
cd ~/ghostpack_venv
|
|
@@ -439,39 +440,55 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 439 |
</div>
|
| 440 |
</li>
|
| 441 |
<li><strong>Craft Spells</strong>:
|
| 442 |
-
<
|
| 443 |
-
<
|
| 444 |
-
|
| 445 |
-
|
| 446 |
-
|
| 447 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 448 |
</li>
|
| 449 |
-
<li><strong>Summon Spirits</strong>: Monitor with <code>nvidia-smi</code> (~80–100% GPU usage).</li>
|
| 450 |
-
<li><strong>Export Results</strong>: Save MP4 files with adjustable compression (CRF 0–100).</li>
|
| 451 |
</ol>
|
| 452 |
</div>
|
| 453 |
</section>
|
| 454 |
|
| 455 |
<!-- Community Hub Section -->
|
| 456 |
-
<section id="community" class="py-5 bg-
|
| 457 |
<div class="container">
|
| 458 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🤝 Community Hub</h2>
|
| 459 |
-
<p class="lead text
|
| 460 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 461 |
<div class="col">
|
| 462 |
-
<div class="card bg-ghost-
|
| 463 |
<div class="card-body">
|
| 464 |
<h3 class="card-title">💬 Discord Server</h3>
|
| 465 |
-
<p class="
|
| 466 |
<a href="https://discord.gg/ghostpack" class="btn btn-ghost" target="_blank">Join Now</a>
|
| 467 |
</div>
|
| 468 |
</div>
|
| 469 |
</div>
|
| 470 |
<div class="col">
|
| 471 |
-
<div class="card bg-ghost-
|
| 472 |
<div class="card-body">
|
| 473 |
<h3 class="card-title">🐦 X Thread</h3>
|
| 474 |
-
<p class="
|
| 475 |
<a href="https://x.com/search?q=ghostpack" class="btn btn-ghost" target="_blank">Visit X</a>
|
| 476 |
</div>
|
| 477 |
</div>
|
|
@@ -484,24 +501,24 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 484 |
</section>
|
| 485 |
|
| 486 |
<!-- Technical Deep Dive Section -->
|
| 487 |
-
<section id="technical" class="py-5 bg-
|
| 488 |
<div class="container">
|
| 489 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🔍 Technical Deep Dive</h2>
|
| 490 |
-
<p class="lead text
|
| 491 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 492 |
<div class="col">
|
| 493 |
-
<div class="card bg-ghost-
|
| 494 |
<div class="card-body">
|
| 495 |
<h3 class="card-title">🛠️ Architecture</h3>
|
| 496 |
-
<p class="
|
| 497 |
</div>
|
| 498 |
</div>
|
| 499 |
</div>
|
| 500 |
<div class="col">
|
| 501 |
-
<div class="card bg-ghost-
|
| 502 |
<div class="card-body">
|
| 503 |
<h3 class="card-title">📊 Pipeline</h3>
|
| 504 |
-
<p class="
|
| 505 |
</div>
|
| 506 |
</div>
|
| 507 |
</div>
|
|
@@ -513,7 +530,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 513 |
</section>
|
| 514 |
|
| 515 |
<!-- FAQ Section -->
|
| 516 |
-
<section id="faq" class="py-5 bg-
|
| 517 |
<div class="container">
|
| 518 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">❓ Frequently Asked Questions</h2>
|
| 519 |
<div class="accordion" id="faqAccordion">
|
|
@@ -524,7 +541,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 524 |
</button>
|
| 525 |
</h2>
|
| 526 |
<div id="faq1" class="accordion-collapse collapse show" data-bs-parent="#faqAccordion">
|
| 527 |
-
<div class="accordion-body">
|
| 528 |
<p>Minimum: 6GB VRAM GPU (e.g., GTX 1650), 8GB RAM. Optimal: 12GB VRAM (e.g., RTX 3060) for full features.</p>
|
| 529 |
</div>
|
| 530 |
</div>
|
|
@@ -536,7 +553,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 536 |
</button>
|
| 537 |
</h2>
|
| 538 |
<div id="faq2" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
|
| 539 |
-
<div class="accordion-body">
|
| 540 |
<p>Clone the repo and run the appropriate install script (e.g., <code>./install_ubuntu.sh</code>) as detailed in the Installation section.</p>
|
| 541 |
</div>
|
| 542 |
</div>
|
|
@@ -548,7 +565,7 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 548 |
</button>
|
| 549 |
</h2>
|
| 550 |
<div id="faq3" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
|
| 551 |
-
<div class="accordion-body">
|
| 552 |
<p>Yes! Check the Contributing Guidelines section for details on how to get involved.</p>
|
| 553 |
</div>
|
| 554 |
</div>
|
|
@@ -558,29 +575,38 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 558 |
</section>
|
| 559 |
|
| 560 |
<!-- Tutorials Section -->
|
| 561 |
-
<section id="tutorials" class="py-5 bg-
|
| 562 |
<div class="container">
|
| 563 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📚 Tutorials</h2>
|
| 564 |
-
<p class="lead text
|
| 565 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 566 |
<div class="col">
|
| 567 |
-
<div class="card bg-ghost-
|
| 568 |
<div class="card-body">
|
| 569 |
<h3 class="card-title">🎬 Getting Started</h3>
|
| 570 |
-
<p class="
|
| 571 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Getting-Started" class="btn btn-ghost" target="_blank">View Tutorial</a>
|
| 572 |
</div>
|
| 573 |
</div>
|
| 574 |
</div>
|
| 575 |
<div class="col">
|
| 576 |
-
<div class="card bg-ghost-
|
| 577 |
<div class="card-body">
|
| 578 |
<h3 class="card-title">⚙️ Advanced Configuration</h3>
|
| 579 |
-
<p class="
|
| 580 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Advanced-Configuration" class="btn btn-ghost" target="_blank">View Tutorial</a>
|
| 581 |
</div>
|
| 582 |
</div>
|
| 583 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 584 |
</div>
|
| 585 |
<div class="text-center mt-4">
|
| 586 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Tutorials" class="btn btn-outline-ghost" target="_blank">More Tutorials 📖</a>
|
|
@@ -589,16 +615,16 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 589 |
</section>
|
| 590 |
|
| 591 |
<!-- Contributing Guidelines Section -->
|
| 592 |
-
<section id="contribute" class="py-5 bg-
|
| 593 |
<div class="container">
|
| 594 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🌱 Contributing Guidelines</h2>
|
| 595 |
-
<p class="lead text
|
| 596 |
<div class="row">
|
| 597 |
<div class="col-md-12">
|
| 598 |
-
<div class="card bg-ghost-
|
| 599 |
<div class="card-body">
|
| 600 |
<h3 class="card-title">🎯 How to Contribute</h3>
|
| 601 |
-
<ul class="text
|
| 602 |
<li>Fork the repository and create a new branch.</li>
|
| 603 |
<li>Submit pull requests with detailed descriptions.</li>
|
| 604 |
<li>Follow the coding standards in the wiki.</li>
|
|
@@ -613,21 +639,21 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 613 |
</section>
|
| 614 |
|
| 615 |
<!-- Screenshots Section -->
|
| 616 |
-
<section id="screenshots" class="py-5 bg-
|
| 617 |
<div class="container">
|
| 618 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📸 Screenshots</h2>
|
| 619 |
-
<p class="lead text
|
| 620 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 621 |
<div class="col">
|
| 622 |
-
<div class="card bg-ghost-
|
| 623 |
<div class="card-body text-center">
|
| 624 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/7R4MeWxnB3D2-Lw0vxxUL.png" alt="Main" class="img-fluid rounded" style="max-height: 300px;">
|
| 625 |
<p class="mt-2">Main Interface</p>
|
| 626 |
</div>
|
| 627 |
</div>
|
| 628 |
</div>
|
| 629 |
<div class="col">
|
| 630 |
-
<div class="card bg-ghost-
|
| 631 |
<div class="card-body text-center">
|
| 632 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/9qNVRX2eM2iCY8xQKcOwW.png" alt="Advanced Settings" class="img-fluid rounded" style="max-height: 300px;">
|
| 633 |
<p class="mt-2">Advanced Settings</p>
|
|
@@ -635,38 +661,38 @@ python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
|
|
| 635 |
</div>
|
| 636 |
</div>
|
| 637 |
<div class="col">
|
| 638 |
-
<div class="card bg-ghost-
|
| 639 |
<div class="card-body text-center">
|
| 640 |
-
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/--fIS9ITg4-VqN22ySoa2.png" alt="Logs" class="img-fluid rounded" style="max-height: 300px;">
|
| 641 |
<p class="mt-2">Logs Display</p>
|
| 642 |
</div>
|
| 643 |
</div>
|
| 644 |
</div>
|
| 645 |
</div>
|
| 646 |
-
<p class="text-center mt-4 text
|
| 647 |
</div>
|
| 648 |
</section>
|
| 649 |
|
| 650 |
<!-- Last Files Section -->
|
| 651 |
-
<section id="files" class="py-5 bg-
|
| 652 |
<div class="container">
|
| 653 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📂 Latest Conjurations</h2>
|
| 654 |
-
<p class="lead text
|
| 655 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 656 |
<div class="col">
|
| 657 |
-
<div class="card bg-ghost-
|
| 658 |
<div class="card-body text-center">
|
| 659 |
<h3 class="card-title">📜 Latest File</h3>
|
| 660 |
-
<p class="
|
| 661 |
<a href="https://github.com/ghostai1/GhostPack/blob/main/ghostgradio.py" class="btn btn-ghost" target="_blank">View File</a>
|
| 662 |
</div>
|
| 663 |
</div>
|
| 664 |
</div>
|
| 665 |
<div class="col">
|
| 666 |
-
<div class="card bg-ghost-
|
| 667 |
<div class="card-body text-center">
|
| 668 |
<h3 class="card-title">📋 Logs</h3>
|
| 669 |
-
<p class="
|
| 670 |
<a href="https://github.com/ghostai1/GhostPack/tree/main/outputs" class="btn btn-ghost" target="_blank">View Logs</a>
|
| 671 |
</div>
|
| 672 |
</div>
|
|
|
|
| 63 |
<section id="features" class="py-5 bg-dark text-white">
|
| 64 |
<div class="container">
|
| 65 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">✨ Spectral Features</h2>
|
| 66 |
+
<p class="lead lead-text mb-4">Discover the power of GhostPack’s cutting-edge video generation technology.</p>
|
| 67 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 68 |
<div class="col">
|
| 69 |
<div class="card bg-ghost-card h-100" data-bs-toggle="tooltip" title="Matches Veo 3’s photorealism">
|
|
|
|
| 121 |
<section id="optimizations" class="py-5 bg-dark text-white">
|
| 122 |
<div class="container">
|
| 123 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🧙♂️ Ghostai1’s Math Sorcery</h2>
|
| 124 |
+
<p class="lead lead-text mb-4">GhostPack’s SDK is a spectral masterpiece, optimized with ghostai1’s revolutionary math to dominate low-resource systems.</p>
|
| 125 |
|
| 126 |
<!-- Tabs for Optimization Categories -->
|
| 127 |
<ul class="nav nav-tabs justify-content-center mb-4" id="optTab" role="tablist">
|
|
|
|
| 144 |
<div class="tab-pane fade show active" id="speed" role="tabpanel" aria-labelledby="speed-tab">
|
| 145 |
<div class="row row-cols-1 row-cols-md-3 g-4 mb-4">
|
| 146 |
<div class="col">
|
| 147 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#teacacheModal">
|
| 148 |
<div class="card-body text-center">
|
| 149 |
<h3 class="card-title">🔮 Teacache</h3>
|
| 150 |
<p class="card-text">Caches diffusion states, slashing ~40% off frame time.</p>
|
|
|
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
<div class="col">
|
| 156 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#sageModal">
|
| 157 |
<div class="card-body text-center">
|
| 158 |
<h3 class="card-title">🧙♂️ Sage-Attention</h3>
|
| 159 |
<p class="card-text">Streamlines attention layers for ~5–10% speed-up.</p>
|
|
|
|
| 162 |
</div>
|
| 163 |
</div>
|
| 164 |
<div class="col">
|
| 165 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#cudaModal">
|
| 166 |
<div class="card-body text-center">
|
| 167 |
<h3 class="card-title">⚡ CUDA Tweaks</h3>
|
| 168 |
<p class="card-text">Optimized allocation for ~10–15% latency cut.</p>
|
|
|
|
| 171 |
</div>
|
| 172 |
</div>
|
| 173 |
<div class="col">
|
| 174 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#dynamicModal">
|
| 175 |
<div class="card-body text-center">
|
| 176 |
<h3 class="card-title">🚀 Dynamic Scheduling</h3>
|
| 177 |
<p class="card-text">Adapts processing queues for ~15–20% faster task completion.</p>
|
|
|
|
| 186 |
<div class="tab-pane fade" id="memory" role="tabpanel" aria-labelledby="memory-tab">
|
| 187 |
<div class="row row-cols-1 row-cols-md-2 g-4 mb-4">
|
| 188 |
<div class="col">
|
| 189 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#contextModal">
|
| 190 |
<div class="card-body text-center">
|
| 191 |
<h3 class="card-title">🧬 Context Packing</h3>
|
| 192 |
<p class="card-text">Compresses contexts, saving ~50% VRAM.</p>
|
|
|
|
| 195 |
</div>
|
| 196 |
</div>
|
| 197 |
<div class="col">
|
| 198 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#tcmallocModal">
|
| 199 |
<div class="card-body text-center">
|
| 200 |
<h3 class="card-title">💾 tcmalloc</h3>
|
| 201 |
<p class="card-text">Cuts memory overhead by ~5–20%.</p>
|
|
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
<div class="col">
|
| 207 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#cacheModal">
|
| 208 |
<div class="card-body text-center">
|
| 209 |
<h3 class="card-title">📦 Memory Cache</h3>
|
| 210 |
<p class="card-text">Preloads data, reducing memory swaps by ~25%.</p>
|
|
|
|
| 219 |
<div class="tab-pane fade" id="compute" role="tabpanel" aria-labelledby="compute-tab">
|
| 220 |
<div class="row row-cols-1 row-cols-md-1 g-4 mb-4">
|
| 221 |
<div class="col">
|
| 222 |
+
<div class="card bg-ghost-card h-100" data-bs-toggle="modal" data-bs-target="#batchingModal">
|
| 223 |
<div class="card-body text-center">
|
| 224 |
<h3 class="card-title">⚡ Dynamic Batching</h3>
|
| 225 |
<p class="card-text">Adapts batches for ~30–50% throughput gain.</p>
|
|
|
|
| 325 |
<section id="demo" class="py-5 bg-dark text-white">
|
| 326 |
<div class="container">
|
| 327 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🎥 Demo Video Showcase</h2>
|
| 328 |
+
<p class="lead lead-text mb-4">Witness GhostPack’s spectral video generation in action!</p>
|
| 329 |
<div class="row">
|
| 330 |
<div class="col-md-8 mx-auto">
|
| 331 |
<div class="card bg-ghost-card">
|
|
|
|
| 346 |
<section id="future" class="py-5 bg-light text-dark">
|
| 347 |
<div class="container">
|
| 348 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🌌 Future Spectral Phantoms</h2>
|
| 349 |
+
<p class="lead light-lead-text mb-4">GhostPack is brewing epic upgrades to push the boundaries of AI video generation:</p>
|
| 350 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 351 |
<div class="col">
|
| 352 |
<div class="card bg-ghost-light h-100">
|
| 353 |
<div class="card-body">
|
| 354 |
<h3 class="card-title">🗣️ Voice Generation</h3>
|
| 355 |
+
<p class="light-lead-text">AI-driven voice synthesis with customizable tones, integrating into ghostgradio.py for narrated videos.</p>
|
| 356 |
</div>
|
| 357 |
</div>
|
| 358 |
</div>
|
|
|
|
| 360 |
<div class="card bg-ghost-light h-100">
|
| 361 |
<div class="card-body">
|
| 362 |
<h3 class="card-title">🖼️ AI Images</h3>
|
| 363 |
+
<p class="light-lead-text">Generate high-quality starting frames with AI-crafted visuals for enhanced video pipelines.</p>
|
| 364 |
</div>
|
| 365 |
</div>
|
| 366 |
</div>
|
|
|
|
| 368 |
<div class="card bg-ghost-light h-100">
|
| 369 |
<div class="card-body">
|
| 370 |
<h3 class="card-title">🎮 VR Integration</h3>
|
| 371 |
+
<p class="light-lead-text">Future support for virtual reality video rendering, expanding into immersive experiences.</p>
|
| 372 |
</div>
|
| 373 |
</div>
|
| 374 |
</div>
|
|
|
|
| 380 |
<section id="installation" class="py-5 bg-dark text-white">
|
| 381 |
<div class="container">
|
| 382 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🛠️ Unleash GhostPack</h2>
|
| 383 |
+
<p class="lead lead-text mb-4">Summon from GitHub. Requires >30GB disk space and compatible hardware.</p>
|
| 384 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 385 |
<div class="col">
|
| 386 |
<div class="card bg-ghost-card h-100">
|
|
|
|
| 390 |
cd GhostPack
|
| 391 |
chmod +x install_ubuntu.sh
|
| 392 |
./install_ubuntu.sh</code></pre>
|
| 393 |
+
<p>Requires NVIDIA GPU, 8GB RAM, Python 3.10, CUDA 12.6.</p>
|
| 394 |
</div>
|
| 395 |
</div>
|
| 396 |
</div>
|
|
|
|
| 425 |
</section>
|
| 426 |
|
| 427 |
<!-- Usage Section -->
|
| 428 |
+
<section id="usage" class="py-5 bg-dark text-white">
|
| 429 |
<div class="container">
|
| 430 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📹 Weave Ghostly Videos</h2>
|
| 431 |
+
<p class="lead lead-text mb-4">Step-by-step instructions to harness GhostPack’s video sorcery.</p>
|
| 432 |
<ol>
|
| 433 |
<li><strong>Launch Phantom GUI</strong>:
|
| 434 |
+
<div class="card bg-ghost-card">
|
| 435 |
<div class="card-body">
|
| 436 |
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
|
| 437 |
cd ~/ghostpack_venv
|
|
|
|
| 440 |
</div>
|
| 441 |
</li>
|
| 442 |
<li><strong>Craft Spells</strong>:
|
| 443 |
+
<div class="card bg-ghost-card">
|
| 444 |
+
<div class="card-body lead-text">
|
| 445 |
+
<ul>
|
| 446 |
+
<li>Upload an image or video frame.</li>
|
| 447 |
+
<li>Prompt: “A spectral figure glides through a neon-lit city.”</li>
|
| 448 |
+
<li>Enable teacache (⚡️ speed) and adjust batch size.</li>
|
| 449 |
+
<li>Set 15fps, 5s video (~75 frames) or customize duration.</li>
|
| 450 |
+
</ul>
|
| 451 |
+
</div>
|
| 452 |
+
</div>
|
| 453 |
+
</li>
|
| 454 |
+
<li><strong>Summon Spirits</strong>:
|
| 455 |
+
<div class="card bg-ghost-card">
|
| 456 |
+
<div class="card-body lead-text">
|
| 457 |
+
<p>Monitor with <code>nvidia-smi</code> (~80–100% GPU usage).</p>
|
| 458 |
+
</div>
|
| 459 |
+
</div>
|
| 460 |
+
</li>
|
| 461 |
+
<li><strong>Export Results</strong>:
|
| 462 |
+
<div class="card bg-ghost-card">
|
| 463 |
+
<div class="card-body lead-text">
|
| 464 |
+
<p>Save MP4 files with adjustable compression (CRF 0–100).</p>
|
| 465 |
+
</div>
|
| 466 |
+
</div>
|
| 467 |
</li>
|
|
|
|
|
|
|
| 468 |
</ol>
|
| 469 |
</div>
|
| 470 |
</section>
|
| 471 |
|
| 472 |
<!-- Community Hub Section -->
|
| 473 |
+
<section id="community" class="py-5 bg-light text-dark">
|
| 474 |
<div class="container">
|
| 475 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🤝 Community Hub</h2>
|
| 476 |
+
<p class="lead light-lead-text mb-4">Join the GhostPack community to share, learn, and collaborate!</p>
|
| 477 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 478 |
<div class="col">
|
| 479 |
+
<div class="card bg-ghost-light h-100">
|
| 480 |
<div class="card-body">
|
| 481 |
<h3 class="card-title">💬 Discord Server</h3>
|
| 482 |
+
<p class="light-lead-text">Join our Discord for real-time discussions, support, and updates.</p>
|
| 483 |
<a href="https://discord.gg/ghostpack" class="btn btn-ghost" target="_blank">Join Now</a>
|
| 484 |
</div>
|
| 485 |
</div>
|
| 486 |
</div>
|
| 487 |
<div class="col">
|
| 488 |
+
<div class="card bg-ghost-light h-100">
|
| 489 |
<div class="card-body">
|
| 490 |
<h3 class="card-title">🐦 X Thread</h3>
|
| 491 |
+
<p class="light-lead-text">Follow our X thread for news, tutorials, and community showcases.</p>
|
| 492 |
<a href="https://x.com/search?q=ghostpack" class="btn btn-ghost" target="_blank">Visit X</a>
|
| 493 |
</div>
|
| 494 |
</div>
|
|
|
|
| 501 |
</section>
|
| 502 |
|
| 503 |
<!-- Technical Deep Dive Section -->
|
| 504 |
+
<section id="technical" class="py-5 bg-dark text-white">
|
| 505 |
<div class="container">
|
| 506 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🔍 Technical Deep Dive</h2>
|
| 507 |
+
<p class="lead lead-text mb-4">Explore the technical underpinnings of GhostPack’s video generation engine.</p>
|
| 508 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 509 |
<div class="col">
|
| 510 |
+
<div class="card bg-ghost-card h-100">
|
| 511 |
<div class="card-body">
|
| 512 |
<h3 class="card-title">🛠️ Architecture</h3>
|
| 513 |
+
<p class="lead-text">Built on HunyuanVideo and FramePackI2V_HY, leveraging LlamaModel and CLIPTextModel for advanced embeddings.</p>
|
| 514 |
</div>
|
| 515 |
</div>
|
| 516 |
</div>
|
| 517 |
<div class="col">
|
| 518 |
+
<div class="card bg-ghost-card h-100">
|
| 519 |
<div class="card-body">
|
| 520 |
<h3 class="card-title">📊 Pipeline</h3>
|
| 521 |
+
<p class="lead-text">Utilizes k-diffusion sampling with unipc for high-quality frame generation, optimized for real-time preview.</p>
|
| 522 |
</div>
|
| 523 |
</div>
|
| 524 |
</div>
|
|
|
|
| 530 |
</section>
|
| 531 |
|
| 532 |
<!-- FAQ Section -->
|
| 533 |
+
<section id="faq" class="py-5 bg-light text-dark">
|
| 534 |
<div class="container">
|
| 535 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">❓ Frequently Asked Questions</h2>
|
| 536 |
<div class="accordion" id="faqAccordion">
|
|
|
|
| 541 |
</button>
|
| 542 |
</h2>
|
| 543 |
<div id="faq1" class="accordion-collapse collapse show" data-bs-parent="#faqAccordion">
|
| 544 |
+
<div class="accordion-body light-lead-text">
|
| 545 |
<p>Minimum: 6GB VRAM GPU (e.g., GTX 1650), 8GB RAM. Optimal: 12GB VRAM (e.g., RTX 3060) for full features.</p>
|
| 546 |
</div>
|
| 547 |
</div>
|
|
|
|
| 553 |
</button>
|
| 554 |
</h2>
|
| 555 |
<div id="faq2" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
|
| 556 |
+
<div class="accordion-body light-lead-text">
|
| 557 |
<p>Clone the repo and run the appropriate install script (e.g., <code>./install_ubuntu.sh</code>) as detailed in the Installation section.</p>
|
| 558 |
</div>
|
| 559 |
</div>
|
|
|
|
| 565 |
</button>
|
| 566 |
</h2>
|
| 567 |
<div id="faq3" class="accordion-collapse collapse" data-bs-parent="#faqAccordion">
|
| 568 |
+
<div class="accordion-body light-lead-text">
|
| 569 |
<p>Yes! Check the Contributing Guidelines section for details on how to get involved.</p>
|
| 570 |
</div>
|
| 571 |
</div>
|
|
|
|
| 575 |
</section>
|
| 576 |
|
| 577 |
<!-- Tutorials Section -->
|
| 578 |
+
<section id="tutorials" class="py-5 bg-dark text-white">
|
| 579 |
<div class="container">
|
| 580 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📚 Tutorials</h2>
|
| 581 |
+
<p class="lead lead-text mb-4">Step-by-step guides to master GhostPack’s video sorcery.</p>
|
| 582 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 583 |
<div class="col">
|
| 584 |
+
<div class="card bg-ghost-card h-100">
|
| 585 |
<div class="card-body">
|
| 586 |
<h3 class="card-title">🎬 Getting Started</h3>
|
| 587 |
+
<p class="lead-text">Learn to set up GhostPack and generate your first video with ease.</p>
|
| 588 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Getting-Started" class="btn btn-ghost" target="_blank">View Tutorial</a>
|
| 589 |
</div>
|
| 590 |
</div>
|
| 591 |
</div>
|
| 592 |
<div class="col">
|
| 593 |
+
<div class="card bg-ghost-card h-100">
|
| 594 |
<div class="card-body">
|
| 595 |
<h3 class="card-title">⚙️ Advanced Configuration</h3>
|
| 596 |
+
<p class="lead-text">Dive into customizing prompts, batch sizes, and advanced settings for pro-level control.</p>
|
| 597 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Advanced-Configuration" class="btn btn-ghost" target="_blank">View Tutorial</a>
|
| 598 |
</div>
|
| 599 |
</div>
|
| 600 |
</div>
|
| 601 |
+
<div class="col">
|
| 602 |
+
<div class="card bg-ghost-card h-100">
|
| 603 |
+
<div class="card-body">
|
| 604 |
+
<h3 class="card-title">🎥 Video Export Tips</h3>
|
| 605 |
+
<p class="lead-text">Master exporting MP4 files with optimal compression (CRF settings) for quality and size.</p>
|
| 606 |
+
<a href="https://github.com/ghostai1/GhostPack/wiki/Video-Export-Tips" class="btn btn-ghost" target="_blank">View Tutorial</a>
|
| 607 |
+
</div>
|
| 608 |
+
</div>
|
| 609 |
+
</div>
|
| 610 |
</div>
|
| 611 |
<div class="text-center mt-4">
|
| 612 |
<a href="https://github.com/ghostai1/GhostPack/wiki/Tutorials" class="btn btn-outline-ghost" target="_blank">More Tutorials 📖</a>
|
|
|
|
| 615 |
</section>
|
| 616 |
|
| 617 |
<!-- Contributing Guidelines Section -->
|
| 618 |
+
<section id="contribute" class="py-5 bg-light text-dark">
|
| 619 |
<div class="container">
|
| 620 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🌱 Contributing Guidelines</h2>
|
| 621 |
+
<p class="lead light-lead-text mb-4">Help shape GhostPack’s future with your skills and ideas!</p>
|
| 622 |
<div class="row">
|
| 623 |
<div class="col-md-12">
|
| 624 |
+
<div class="card bg-ghost-light">
|
| 625 |
<div class="card-body">
|
| 626 |
<h3 class="card-title">🎯 How to Contribute</h3>
|
| 627 |
+
<ul class="light-lead-text">
|
| 628 |
<li>Fork the repository and create a new branch.</li>
|
| 629 |
<li>Submit pull requests with detailed descriptions.</li>
|
| 630 |
<li>Follow the coding standards in the wiki.</li>
|
|
|
|
| 639 |
</section>
|
| 640 |
|
| 641 |
<!-- Screenshots Section -->
|
| 642 |
+
<section id="screenshots" class="py-5 bg-dark text-white">
|
| 643 |
<div class="container">
|
| 644 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📸 Screenshots</h2>
|
| 645 |
+
<p class="lead lead-text mb-4">Check out GhostPack’s spectral magic in action!</p>
|
| 646 |
<div class="row row-cols-1 row-cols-md-3 g-4">
|
| 647 |
<div class="col">
|
| 648 |
+
<div class="card bg-ghost-card h-100">
|
| 649 |
<div class="card-body text-center">
|
| 650 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/7R4MeWxnB3D2-Lw0vxxUL.png" alt="Main Interface" class="img-fluid rounded" style="max-height: 300px;">
|
| 651 |
<p class="mt-2">Main Interface</p>
|
| 652 |
</div>
|
| 653 |
</div>
|
| 654 |
</div>
|
| 655 |
<div class="col">
|
| 656 |
+
<div class="card bg-ghost-card h-100">
|
| 657 |
<div class="card-body text-center">
|
| 658 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/9qNVRX2eM2iCY8xQKcOwW.png" alt="Advanced Settings" class="img-fluid rounded" style="max-height: 300px;">
|
| 659 |
<p class="mt-2">Advanced Settings</p>
|
|
|
|
| 661 |
</div>
|
| 662 |
</div>
|
| 663 |
<div class="col">
|
| 664 |
+
<div class="card bg-ghost-card h-100">
|
| 665 |
<div class="card-body text-center">
|
| 666 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6421b1c68adc8881b974a89d/--fIS9ITg4-VqN22ySoa2.png" alt="Logs Display" class="img-fluid rounded" style="max-height: 300px;">
|
| 667 |
<p class="mt-2">Logs Display</p>
|
| 668 |
</div>
|
| 669 |
</div>
|
| 670 |
</div>
|
| 671 |
</div>
|
| 672 |
+
<p class="text-center mt-4 lead-text">Add more screenshots to showcase your work!</p>
|
| 673 |
</div>
|
| 674 |
</section>
|
| 675 |
|
| 676 |
<!-- Last Files Section -->
|
| 677 |
+
<section id="files" class="py-5 bg-light text-dark">
|
| 678 |
<div class="container">
|
| 679 |
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📂 Latest Conjurations</h2>
|
| 680 |
+
<p class="lead light-lead-text mb-4">Explore the latest files and logs from the GhostPack repo.</p>
|
| 681 |
<div class="row row-cols-1 row-cols-md-2 g-4">
|
| 682 |
<div class="col">
|
| 683 |
+
<div class="card bg-ghost-light h-100">
|
| 684 |
<div class="card-body text-center">
|
| 685 |
<h3 class="card-title">📜 Latest File</h3>
|
| 686 |
+
<p class="light-lead-text">Check out <code>ghostgradio.py</code>, the heart of GhostPack’s GUI.</p>
|
| 687 |
<a href="https://github.com/ghostai1/GhostPack/blob/main/ghostgradio.py" class="btn btn-ghost" target="_blank">View File</a>
|
| 688 |
</div>
|
| 689 |
</div>
|
| 690 |
</div>
|
| 691 |
<div class="col">
|
| 692 |
+
<div class="card bg-ghost-light h-100">
|
| 693 |
<div class="card-body text-center">
|
| 694 |
<h3 class="card-title">📋 Logs</h3>
|
| 695 |
+
<p class="light-lead-text">Dive into render logs for debugging and insights.</p>
|
| 696 |
<a href="https://github.com/ghostai1/GhostPack/tree/main/outputs" class="btn btn-ghost" target="_blank">View Logs</a>
|
| 697 |
</div>
|
| 698 |
</div>
|