GhostPack / index.html
ghostai1's picture
Update index.html
978a9c9 verified
raw
history blame
12.1 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>👻 GhostPack: Veo 3-Level Video Sorcery on Any Laptop 😈</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
<!-- Favicon -->
<link rel="icon" href="https://huggingface.co/spaces/ghostai1/GhostPack/resolve/main/ghostpack_logo.png">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">👻 GhostPack</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="#optimizations">Optimizations</a></li>
<li class="nav-item"><a class="nav-link" href="#installation">Installation</a></li>
<li class="nav-item"><a class="nav-link" href="#usage">Usage</a></li>
<li class="nav-item"><a class="nav-link" href="#model">Model Card</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-section text-center text-white">
<div class="container">
<h1 class="display-3 animate__animated animate__zoomIn">👻 GhostPack</h1>
<p class="lead animate__animated animate__fadeIn animate__delay-1s">Veo 3-Level Video Magic Haunts Laptops with 8GB RAM! 😈🚀</p>
<a href="#installation" class="btn btn-ghost btn-lg animate__animated animate__pulse animate__delay-2s">Summon Now 🛠️</a>
<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>
</div>
</section>
<!-- Features Section -->
<section id="features" class="py-5 bg-dark text-white">
<div class="container">
<h2 class="text-center mb-5 animate__animated animate__fadeIn">✨ Spectral Features</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card h-100">
<div class="card-body">
<h3 class="card-title">📹 Veo 3-Level AI</h3>
<p class="card-text">Outshines Veo 3 with hyper-realistic, fluid videos via next-frame prediction, running on 8GB RAM laptops.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card h-100">
<div class="card-body">
<h3 class="card-title">⚡️ Phantom Speed</h3>
<p class="card-text">Teacache slashes ~40% off generation time (~12–15s/frame on RTX 3060) for blazing results.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card h-100">
<div class="card-body">
<h3 class="card-title">🛠️ Laptop Domination</h3>
<p class="card-text">13B models haunt GPUs with ≥6GB VRAM, optimized for RTX 3060 and budget rigs with 8GB RAM.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optimizations Section -->
<section id="optimizations" class="py-5">
<div class="container">
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🧠 Ghostai1’s Optimization Necromancy</h2>
<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>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">🔮 Teacache</h3>
<p class="card-text">Caches diffusion states, cutting ~40% off frame time (~12s/frame).</p>
<p><strong>Boost: ~40%</strong><br>Stat: ~30–40% compute reduction</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">🧬 Context Packing</h3>
<p class="card-text">Compresses contexts to constant length, saving ~50% VRAM.</p>
<p><strong>Boost: ~50%</strong><br>Stat: ~2–3GB VRAM saved</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">⚡ Dynamic Batching</h3>
<p class="card-text">Adapts batches for ~30–50% throughput gain (2–4 frames).</p>
<p><strong>Boost: ~30–50%</strong><br>Stat: ~1.5x FPS</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">🛡️ Sage-Attention</h3>
<p class="card-text">Optimizes attention layers for ~5–10% speed-up.</p>
<p><strong>Boost: ~5–10%</strong><br>Stat: ~1–2s/frame saved</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">💾 tcmalloc</h3>
<p class="card-text">Cuts memory overhead by ~5–20% for fluid performance.</p>
<p><strong>Boost: ~5–20%</strong><br>Stat: ~15% CPU relief</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-ghost-card text-white h-100">
<div class="card-body text-center">
<h3 class="card-title">🔥 CUDA Tweaks</h3>
<p class="card-text">CUDA 12.6 optimizations for ~10% performance gain.</p>
<p><strong>Boost: ~10%</strong><br>Stat: ~10–15% latency cut</p>
</div>
</div>
</div>
</div>
<p class="text-center text-white">GhostPack conjures Veo 3-level videos on 8GB RAM laptops, leaving rivals in the dust! 😈</p>
</div>
</section>
<!-- Installation Section -->
<section id="installation" class="py-5 bg-dark text-white">
<div class="container">
<h2 class="text-center mb-5 animate__animated animate__fadeIn">🛠️ Summon the Specter</h2>
<p class="text-center lead">Haunt Ubuntu, Windows, or macOS with GhostPack. Needs >30GB disk space.</p>
<div class="row">
<div class="col-md-4 mb-4">
<h3>🐧 Ubuntu</h3>
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
cd GhostPack
chmod +x install_ubuntu.sh
./install_ubuntu.sh</code></pre>
<p>NVIDIA GPU, Python 3.10, CUDA 12.6.</p>
</div>
<div class="col-md-4 mb-4">
<h3>🪟 Windows</h3>
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
cd GhostPack
install_windows.bat</code></pre>
<p>Auto-downloads models (>30GB).</p>
</div>
<div class="col-md-4 mb-4">
<h3>🍎 macOS</h3>
<pre><code class="code-block">git clone https://github.com/ghostai1/GhostPack
cd GhostPack
chmod +x install_macos.sh
./install_macos.sh</code></pre>
<p>M1/M2 support (slower).</p>
</div>
</div>
</div>
</section>
<!-- Usage Section -->
<section id="usage" class="py-5">
<div class="container">
<h2 class="text-center mb-5 animate__animated animate__fadeIn">📹 Weave Ghostly Videos</h2>
<ol class="text-white">
<li><strong>Launch Phantom GUI</strong>:
<pre><code class="code-block">source ~/ghostpack_venv/venv/bin/activate
cd ~/ghostpack_venv
python ghostgradio.py --port 5666 --server 0.0.0.0</code></pre>
</li>
<li><strong>Craft Spells</strong>:
<ul>
<li>Upload an image.</li>
<li>Prompt: “The girl dances gracefully, with clear movements, full of charm.”</li>
<li>Enable teacache (⚡️ speed).</li>
<li>Set 15fps, 5s video (~75 frames).</li>
</ul>
</li>
<li><strong>Summon Spirits</strong>: Run <code>nvidia-smi</code> (~80–100% GPU).</li>
</ol>
</div>
</section>
<!-- Model Card Section -->
<section id="model" class="py-5 bg-dark text-white">
<div class="container">
<h2 class="text-center mb-5 animate__animated animate__fadeIn">Spectral Grimoire</h2>
<ul>
<li><strong>Model</strong>: GhostPack-F1 (13B parameters).</li>
<li><strong>Repo</strong>: <a href="https://huggingface.co/spaces/ghostai1/GhostPack" target="_blank">Hugging Face Spaces</a></li>
<li><strong>Files</strong>: >30GB, stored in <code>models/</code> with Git LFS.</li>
<li><strong>License</strong>: Apache-2.0.</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer class="bg-ghost-black text-white text-center py-4">
<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>
<p>Conjured with 😈 hellfire and ⚡️ to haunt video generation forever!</p>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Custom JS -->
<script src="script.js"></script>
</body>
</html>