Transform your media with cutting-edge AI technology
Warlock-Studio is an open-source desktop application for Windows, designed to integrate state-of-the-art AI models for image and video enhancement. Inspired by Djdefrag tools such as QualityScaler and FluidFrames, Warlock-Studio provides a unified, high-performance platform for upscaling, restoration, denoising, and frame interpolation.
Version 4.2 introduces a full offline installer, an advanced ONNX Runtime engine with DirectML & CUDA support, and significant packaging optimizations, ensuring the most reliable and performant experience yet.
Get the latest stable release from:
|
![]() |
We highly recommend consulting the official user manual. The documentation provides detailed technical explanations, troubleshooting guides, and best practices.
|
|
- AI Upscaling & Restoration β Utilize Real-ESRGAN, BSRGAN, and IRCNN models for denoising, super-resolution, and detail recovery.
- Face Restoration (GFPGAN) β Recover facial details from low-resolution or blurry images and video frames.
- Frame Interpolation (RIFE) β Smooth motion or generate slow-motion content with 2Γ, 4Γ, or 8Γ interpolation.
- Advanced Hardware Acceleration β Intelligent provider selection prioritizes CUDA, falls back to DirectML, and finally CPU for maximum compatibility and performance.
- Batch Processing β Process multiple media files simultaneously, saving time and effort.
- Custom Workflows β Fine-grained control over models, resolution, output formats, and quality parameters.
- Open-Source & Extensible β Fully MIT licensed, for contributors and developers.
- π¦ Full Offline Installer: The application is now distributed as a single, self-contained offline installer. All AI models are included, eliminating the need for an internet connection during setup and ensuring a reliable installation.
- π Advanced ONNX Runtime Engine: The model loading architecture was re-engineered to intelligently prioritize hardware acceleration providers (CUDA > DirectML > CPU), maximizing performance on capable hardware and ensuring stability via a robust fallback mechanism.
- βοΈ Aggressive Packaging Optimization: The final application size has been drastically reduced by aggressively pruning unnecessary dependencies from the PyInstaller build, resulting in a lighter and more efficient package.
- π Enhanced Runtime Stability: Added crucial hidden imports to the build process, preventing
ModuleNotFoundError
crashes and ensuring all components ofonnxruntime
and other libraries load correctly. - π₯οΈ Improved Debugging Experience: The application now runs with an attached console window, providing real-time logs and error messages for easier troubleshooting.
- β¨ Professional Splash Screen: A new startup splash screen provides immediate visual feedback while the application initializes, improving the user experience.
- Run Warlock-Studio as Administrator (recommended for full GPU access).
- Load Media β Import images or videos.
- Configure Processing Settings:
- Select AI model (Real-ESRGAN, GFPGAN, etc.)
- Set resolution, format, frame interpolation, and quality.
- Start Processing using "Make Magic".
- Retrieve the processed results from the designated output folder.
Enhanced image using BSRGANx2:
Model File | Use Case | Speed | Quality | Notes |
---|---|---|---|---|
GFPGANv1.4 | Face restoration | High | High | Optimal for portraits |
BSRGANx2 | 2Γ upscale + denoising | Medium | Very High | Suitable for lightly degraded media |
BSRGANx4 | 4Γ upscale + denoising | Low | Very High | For heavily degraded content |
RIFE | Frame interpolation | High | High | Smooth motion, slow-motion support |
RIFE-Lite | Lightweight interpolation | Very High | Medium | Faster, lower resource usage |
RealESRGANx4 | General 4Γ upscaling | Medium | High | Balanced performance |
RealESRNetx4 | Subtle restoration | Medium | High | Preserves natural image texture |
RealSRx4_Anime | Anime / line-art enhancement | Medium | High | Sharp edges for 2D art |
IRCNN_L | Light denoising | High | Medium | Mild artifact removal |
IRCNN_M | Medium denoising | High | Medium | Stronger artifact cleanup |
- Download the Full Offline Installer (see links above).
- Run the setup wizard and follow the prompts.
- Launch via Start Menu or Desktop shortcut.
Warlock-Studio is packaged using PyInstaller and deployed with Inno Setup for a seamless, self-contained installation experience.
- OS: Windows 11 or higher (64-bit)
- RAM: 8GB+ recommended
- GPU: NVIDIA (for CUDA), AMD, or Intel GPU with up-to-date drivers recommended
- Storage: Sufficient free space for input and processed media
Component | Status | Notes |
---|---|---|
ONNX Runtime Engine | π’ Enhanced | Prioritizes CUDA > DirectML > CPU with automatic fallback. |
Installer & Packaging | π’ Overhauled | Full offline installer; heavily optimized package size. |
Upscaling Models | π’ Stable | Includes VRAM recovery integration. |
Face Restoration (GFPGAN) | π’ Stable | High-quality face reconstruction. |
Frame Interpolation (RIFE) | π’ Stable | Smooth motion and slow-motion support. |
Batch Processing | π’ Stable | Improved error handling and logging. |
User Interface (UI/UX) | π’ Refined | Clean, modern design with splash screen. |
Code Quality | π’ Improved | Refactored, modular, and more maintainable. |
Warlock-Studio/
βββ AI-onnx/ # Pre-trained ONNX models for AI processing
β βββ BSRGANx2_fp16.onnx
β βββ BSRGANx4_fp16.onnx
β βββ GFPGANv1.4.fp16.onnx
β βββ IRCNN_Lx1_fp16.onnx
β βββ IRCNN_Mx1_fp16.onnx
β βββ RealESR_Animex4_fp16.onnx
β βββ RealESR_Gx4_fp16.onnx
β βββ RealESRGANx4_fp16.onnx
β βββ RealESRNetx4_fp16.onnx
β βββ RealSRx4_Anime_fp16.onnx
β βββ RIFE_fp32.onnx
β βββ RIFE_Lite_fp32.onnx
β
βββ Assets/ # Application assets and third-party binaries
β βββ banner.png
β βββ clear_icon.png
β βββ exiftool.exe
β βββ ffmpeg.exe
β βββ info_icon.png
β βββ logo.ico
β βββ logo.png
β βββ stop_icon.png
β βββ upscale_icon.png
β βββ wizard-image.bmp
β βββ wizard-small.bmp
β
βββ rsc/ # UI previews and branding resources
β βββ Capture.png
β βββ image_comparison.png
β βββ CaptureCONSOLE.png
β βββ GitHub_Logo_WS.png
β
βββ Warlock-Studio.py # Main application script
βββ Warlock-Studio.spec # PyInstaller specification file
βββ Setup.iss # Inno Setup installer script
βββ README.md # Project overview
βββ CHANGELOG.md # Version history and updates
βββ LICENSE # MIT License information
βββ NOTICE.md # Legal notices and attributions
βββ CODE_OF_CONDUCT.md # Contributor guidelines
βββ CONTRIBUTING.md # Contribution guide
βββ SECURITY.md # Security reporting policies
Technology | License | Author / Maintainer | Source |
---|---|---|---|
QualityScaler | MIT | Djdefrag | GitHub |
FluidFrames | MIT | Djdefrag | GitHub |
Real-ESRGAN | BSD 3-Clause / Apache | Xintao Wang | GitHub |
GFPGAN | Apache 2.0 | TencentARC / Xintao Wang | GitHub |
RIFE | Apache 2.0 | hzwer | GitHub |
BSRGAN | Apache 2.0 | Kai Zhang | GitHub |
IRCNN | BSD / Mixed | Kai Zhang | GitHub |
ONNX Runtime | MIT | Microsoft | GitHub |
FFmpeg | LGPL / GPL | FFmpeg Team | Official Site |
ExifTool | Artistic License | Phil Harvey | Official Site |
Python | PSF License | Python Software Foundation | Official Site |
PyInstaller | GPLv2+ | PyInstaller Team | GitHub |
Inno Setup | Custom | Jordan Russell | Official Site |
We welcome contributions from the community:
- Fork the repository.
- Create a branch for your feature or bug fix.
- Submit a Pull Request with a detailed description and testing notes.
π§ Contact: [email protected]
Β© 2025 IvΓ‘n Eduardo Chavez Ayub
Licensed under MIT. Additional terms and attributions are provided in NOTICE.md
.