Modern Electron + React interface for AI-powered video enhancement toolkit specialized for anime and general video content.
- 🚀 AI Video Upscaling - RTMOSR, ShuffleCugan, RealESRGAN, and more
- 🎬 Video Interpolation - RIFE-based frame interpolation
- 🔧 Multiple Decode Support - NVDEC (GPU) and CPU decoding
- ⚡ TensorRT Optimization - Maximum performance
- 🎨 Modern UI - User-friendly dark theme interface
- Download
TAS-NewGUI-Setup-1.0.0.exefrom Releases - Run the installer
- Dependencies will be installed automatically on first launch
Note: The installer includes all required dependencies (Python, FFmpeg, AI models, etc.) for video processing.
⚠️ Important: This setup is for developing the GUI interface only. To process videos, you need to follow the steps below to enable video processing.
To enable video processing in development mode:
- Download resources.zip
- Extract the contents to:
new-gui/resources/ - The folder structure should look like:
new-gui/resources/ ├── main.py ├── src/ ├── Lib/ ├── ffmpeg/ └── ... - Now you can run the app and process videos!
cd new-gui
# Using npm
npm install
npm run dev
# Or using bun (faster)
bun install
bun run devcd new-gui
# 1. Prepare dependencies (copies required files to gerekenler folder)
powershell -ExecutionPolicy Bypass -File scripts/prepare-build.ps1
# 2. Build renderer (React frontend)
npm run build:renderer
# 3. Build Electron app (creates .exe installer)
npm run build:electron
# Output will be in new-gui/dist/
# - TAS-NewGUI-Setup-x.x.x.exe (installer)
# - win-unpacked/ (portable version)| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 (64-bit) | Windows 11 |
| RAM | 8 GB | 16 GB+ |
| GPU | - | NVIDIA RTX Series |
| Storage | 2 GB | 5 GB+ |
- Launch the application
- Drag and drop your video file or click to select
- Choose your desired operations (Upscale, Interpolate, etc.)
- Configure settings
- Click "Start Processing"
- RTMOSR (2x, 4x)
- ShuffleCugan
- RealESRGAN
- Compact / UltraCompact
- And more...
- RIFE (4.6, 4.15, 4.22, 4.25)
- GMFSS
- Try using
--decode_method cpu - Update your NVIDIA drivers
- Check your internet connection
- Temporarily disable antivirus software
This project is a fork/derivative of TheAnimeScripter by NevermindNilas, licensed under AGPL-3.0.
Modifications made:
- New Electron + React GUI interface
- Build system improvements
- CeLux dependency fixes
- TheAnimeScripter - Original project by NevermindNilas
- All AI model developers