From dae2d78396aba52c49a8a7faa4ea419ee1ab5985 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: Thu, 27 Nov 2025 00:18:11 -0600 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c3a9e1e..917a783 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The **v5.0** release represents a foundational transformation of the application ## ✨ Key Features -* **AI Upscaling & Restoration** – Utilize **Real-ESRGAN, BSRGAN, and IRCNN** models for denoising, super-resolution, and detail recovery. +* **AI Upscaling & Restoration** – Utilize **Real-ESRGAN, BSRGAN, RealESRNet, RealESR_Animex4, 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. @@ -127,15 +127,23 @@ We welcome contributions from the community: ### 📊 Integrated Technologies & Licenses -| Technology | License | Author / Maintainer | Source | +| Technology / Model | 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 | Xintao Wang | [GitHub](https://github.com/xinntao/Real-ESRGAN) | +| • RealESRGANx4 | BSD 3-Clause | Xintao Wang | Same as above | +| • RealESRNetx4 | BSD 3-Clause | Xintao Wang | Same as above | +| • RealESR_Gx4 (Custom Variant) | BSD 3-Clause | Xintao / Community | Same as above | +| • RealESR_Animex4 (Anime Model) | BSD 3-Clause | Community | Same as above | +| **BSRGAN** | Apache 2.0 | Kai Zhang | [GitHub](https://github.com/cszn/BSRGAN) | +| • BSRGANx4 | Apache 2.0 | Kai Zhang | Same as above | +| • BSRGANx2 | Apache 2.0 | Kai Zhang | Same as above | +| **IRCNN** | BSD / Mixed | Kai Zhang | [GitHub](https://github.com/cszn/IRCNN) | +| • IRCNN_Mx1 | BSD / Mixed | Kai Zhang | Same as above | +| • IRCNN_Lx1 | BSD / Mixed | Kai Zhang | Same as above | | **GFPGAN** | Apache 2.0 | TencentARC | [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) | +| **QualityScaler** | MIT | Djdefrag | [GitHub](https://github.com/Djdefrag/QualityScaler) | +| **FluidFrames** | MIT | Djdefrag | [GitHub](https://github.com/Djdefrag/FluidFrames) | | **ONNX Runtime** | MIT | Microsoft | [GitHub](https://github.com/microsoft/onnxruntime) | | **FFmpeg** | LGPL / GPL | FFmpeg Team | [Official Site](https://ffmpeg.org) | | **ExifTool** | Artistic | Phil Harvey | [Official Site](https://exiftool.org/) | @@ -149,3 +157,5 @@ We welcome contributions from the community: + +