From e2d87e1f1b192b382da35d7c609fa6f9ad2608db Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Iv=C3=A1n=20Eduardo=20Chavez=20Ayub?=
<165610830+Ivan-Ayub97@users.noreply.github.com>
Date: Fri, 31 Oct 2025 04:01:07 -0600
Subject: [PATCH] Update README.md
---
README.md | 79 ++++++++++++++-----------------------------------------
1 file changed, 20 insertions(+), 59 deletions(-)
diff --git a/README.md b/README.md
index b4681ca..2f075e7 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,11 @@
[](https://github.com/Ivan-Ayub97/Warlock-Studio/issues)
[](https://github.com/Ivan-Ayub97/Warlock-Studio/commits/main)
----
-
Inspired by [Djdefrag](https://github.com/Djdefrag) tools such as **QualityScaler** and **FluidFrames**, Warlock-Studio provides a unified, high-performance platform for **upscaling, restoration, denoising, and frame interpolation**.
---
-## π₯ Download Installer (v4.2.1) from:
+## π₯ Download Installer:
@@ -49,11 +47,8 @@ Inspired by [Djdefrag](https://github.com/Djdefrag) tools such as **QualityScale
---
## πΌοΈ Interface Previews
-
-**Main Window**

-**Console**

---
@@ -79,23 +74,6 @@ Inspired by [Djdefrag](https://github.com/Djdefrag) tools such as **QualityScale
---
-## π v4.2.1 Summary
-
-This update focuses on **stability**, **usability**, and a **major visual redesign**.
-
-### π§© Fixes & Improvements
-- **Audio:** Fixed a critical issue that removed audio from generated videos.
-- **UI Settings:** Resolved conflicts between AI model options when switching model types.
-- **Thumbnails:** Made file icon generation more stable and compatible.
-- **Fixed Window Size:** The main window is now non-resizable to prevent layout issues.
-- **Dialogs:** Standardized dialog behavior (removed βalways on topβ flag).
-
-### π¨ Visual Redesign
-- **New βDarkRedβ Theme:** Dark mode with deep red background and high-contrast yellow/white text.
-- **Monospaced Font:** Switched to **Consola** for a consistent, technical look and better readability.
-
----
-
## π₯οΈ System Requirements
- **OS:** Windows 11 or higher (64-bit)
@@ -122,22 +100,6 @@ This update focuses on **stability**, **usability**, and a **major visual redesi
---
-## π Development Status (v4.2.1)
-
-| Component | Status | Notes |
-| :-------------------------- | :------------ | :---------------------------------------------------------------- |
-| ONNX Runtime Engine | π’ Enhanced | Prioritizes CUDA > DirectML > CPU with automatic fallback. |
-| Installer & Packaging | π’ Overhauled | Full offline installer; heavily optimized package size. |
-| **Video Audio Passthrough** | **β
Fixed** | **Resolved critical failure to include audio in encoded videos.** |
-| **UI State Persistence** | **β
Fixed** | **Settings no longer conflict when switching AI models.** |
-| 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. |
-| User Interface (UI/UX) | π’ Redesigned | **New high-contrast "Inferno" theme.** |
-| Code Quality | π’ Improved | Refactored, modular, and more maintainable. |
-
----
-
## π Project Structure
@@ -195,26 +157,6 @@ Warlock-Studio/
---
-## π Integrated Technologies & Licenses
-
-| Technology | License | Author / Maintainer | Source |
-| ------------- | --------------------- | --------------------------------------- | ---------------------------------------------------------- |
-| QualityScaler | MIT | [Djdefrag](https://github.com/Djdefrag) | [GitHub](https://github.com/Djdefrag/QualityScaler) |
-| FluidFrames | MIT | [Djdefrag](https://github.com/Djdefrag) | [GitHub](https://github.com/Djdefrag/FluidFrames) |
-| Real-ESRGAN | BSD 3-Clause / Apache | Xintao Wang | [GitHub](https://github.com/xinntao/Real-ESRGAN) |
-| GFPGAN | Apache 2.0 | TencentARC / Xintao Wang | [GitHub](https://github.com/TencentARC/GFPGAN) |
-| RIFE | Apache 2.0 | hzwer | [GitHub](https://github.com/megvii-research/ECCV2022-RIFE) |
-| BSRGAN | Apache 2.0 | Kai Zhang | [GitHub](https://github.com/cszn/BSRGAN) |
-| IRCNN | BSD / Mixed | Kai Zhang | [GitHub](https://github.com/cszn/IRCNN) |
-| ONNX Runtime | MIT | Microsoft | [GitHub](https://github.com/microsoft/onnxruntime) |
-| FFmpeg | LGPL / GPL | FFmpeg Team | [Official Site](https://ffmpeg.org) |
-| ExifTool | Artistic License | Phil Harvey | [Official Site](https://exiftool.org/) |
-| Python | PSF License | Python Software Foundation | [Official Site](https://www.python.org) |
-| PyInstaller | GPLv2+ | PyInstaller Team | [GitHub](https://github.com/pyinstaller/pyinstaller) |
-| Inno Setup | Custom | Jordan Russell | [Official Site](http://www.jrsoftware.org/isinfo.php) |
-
----
-
## π€ Contributions
We welcome contributions from the community:
@@ -234,6 +176,24 @@ We welcome contributions from the community:
Β© 2025 IvΓ‘n Eduardo Chavez Ayub
Licensed under **MIT**. Additional terms and attributions are provided in `NOTICE.md`.
+## π Integrated Technologies & Licenses
+
+| Technology | License | Author / Maintainer | Source |
+| ------------- | --------------------- | --------------------------------------- | ---------------------------------------------------------- |
+| QualityScaler | MIT | [Djdefrag](https://github.com/Djdefrag) | [GitHub](https://github.com/Djdefrag/QualityScaler) |
+| FluidFrames | MIT | [Djdefrag](https://github.com/Djdefrag) | [GitHub](https://github.com/Djdefrag/FluidFrames) |
+| Real-ESRGAN | BSD 3-Clause / Apache | Xintao Wang | [GitHub](https://github.com/xinntao/Real-ESRGAN) |
+| GFPGAN | Apache 2.0 | TencentARC / Xintao Wang | [GitHub](https://github.com/TencentARC/GFPGAN) |
+| RIFE | Apache 2.0 | hzwer | [GitHub](https://github.com/megvii-research/ECCV2022-RIFE) |
+| BSRGAN | Apache 2.0 | Kai Zhang | [GitHub](https://github.com/cszn/BSRGAN) |
+| IRCNN | BSD / Mixed | Kai Zhang | [GitHub](https://github.com/cszn/IRCNN) |
+| ONNX Runtime | MIT | Microsoft | [GitHub](https://github.com/microsoft/onnxruntime) |
+| FFmpeg | LGPL / GPL | FFmpeg Team | [Official Site](https://ffmpeg.org) |
+| ExifTool | Artistic License | Phil Harvey | [Official Site](https://exiftool.org/) |
+| Python | PSF License | Python Software Foundation | [Official Site](https://www.python.org) |
+| PyInstaller | GPLv2+ | PyInstaller Team | [GitHub](https://github.com/pyinstaller/pyinstaller) |
+| Inno Setup | Custom | Jordan Russell | [Official Site](http://www.jrsoftware.org/isinfo.php) |
+
@@ -254,5 +214,6 @@ Licensed under **MIT**. Additional terms and attributions are provided in `NOTIC
+