File size: 1,191 Bytes
9e5fcaf 8fe167c 9e5fcaf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | ---
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
``` |