| 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 | |
| ``` |