--- title: InvictaTill VideoGen Studio emoji: 🎬 colorFrom: purple colorTo: blue sdk: docker pinned: false license: mit --- # 🎬 InvictaTill VideoGen Studio A state-of-the-art text-to-video generation studio optimized for memory efficiency and cinematic output. Powered by **InvictaTill AI** for prompt engineering and the latest open-source video models. ## 🚀 Key Enhancements Implemented 1. **✨ Prompt Enhancer powered by InvictaTill AI:** Re-writes simple descriptions into rich, descriptive cinematic prompts optimized for Diffusion models. 2. **🎭 Preset Style Overlays:** Supports Cyberpunk, Anime (Makoto Shinkai style), Cinematic, Pixar 3D, and Oil Painting style overlays. 3. **⚙️ Memory-Optimization Infrastructure:** Automatically triggers VAE slicing, attention slicing, CPU offloading, and cache flushing to run on custom consumer GPUs without Out-Of-Memory (OOM) errors. 4. **🎨 Premium Dark Glass Interface:** Modernized Gradio container with Space Grotesk/Inter fonts, glowing interactive buttons, and custom layout. ## 📦 How to Run Locally ```bash # 1. Install dependencies pip install -r requirements.txt # 2. Run the application python app.py ```