Update README.md
This commit is contained in:
committed by
GitHub
parent
383b635142
commit
57bce6b10b
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
# Warlock-Studio
|
# ✨ Warlock-Studio
|
||||||
### _AI Media Enhancement Suite_
|
### _AI Media Enhancement Suite_
|
||||||
|
|
||||||
[](https://github.com/Ivan-Ayub97/Warlock-Studio/releases)
|
[](https://github.com/Ivan-Ayub97/Warlock-Studio/releases)
|
||||||
@@ -27,20 +27,24 @@ Get the latest stable release:
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" width="33%">
|
<td align="center">
|
||||||
<a href="https://sourceforge.net/p/warlock-studio/">
|
<a href="https://sourceforge.net/p/warlock-studio/">
|
||||||
<img alt="Download Warlock-Studio" src="https://sourceforge.net/sflogo.php?type=18&group_id=3880091" width="200">
|
<img alt="Download Warlock-Studio" src="https://sourceforge.net/sflogo.php?type=18&group_id=3880091" width="200">
|
||||||
|
<br/><b>SourceForge</b>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" width="33%">
|
<td align="center">
|
||||||
<a href="https://github.com/Ivan-Ayub97/Warlock-Studio/releases/download/v4.1/Warlock-Studio4.1Setup.zip">
|
<a href="https://github.com/Ivan-Ayub97/Warlock-Studio/releases/download/v4.1/Warlock-Studio4.1Setup.zip">
|
||||||
<img src="rsc/GitHub_Logo_WS.png" alt="Download from GitHub" width="200" />
|
<img src="rsc/GitHub_Logo_WS.png" alt="Download from GitHub" width="200" />
|
||||||
|
<br/><b>GitHub</b>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center" width="33%">
|
<td align="center">
|
||||||
<a href="https://ivanayub97.itch.io/warlock-studio">
|
<a href="https://ivanayub97.itch.io/warlock-studio">
|
||||||
<img src="rsc/itch.io.png" alt="Download from itch.io" width="200" />
|
<img src="rsc/itch.io.png" alt="Download from itch.io" width="200" />
|
||||||
|
<br/><b>itch.io</b>
|
||||||
</a>
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@@ -48,20 +52,13 @@ Get the latest stable release:
|
|||||||
|
|
||||||
## ✨ Key Features
|
## ✨ Key Features
|
||||||
|
|
||||||
- **AI Upscaling & Restoration**
|
- **AI Upscaling & Restoration** – Real-ESRGAN, BSRGAN, IRCNN for denoising, upscaling, and detail recovery.
|
||||||
Real-ESRGAN, BSRGAN, IRCNN for denoising, upscaling, and detail recovery.
|
- **Face Restoration (GFPGAN)** – Revive blurry or low-quality portraits in photos and videos.
|
||||||
- **Face Restoration (GFPGAN)**
|
- **Frame Interpolation (RIFE)** – Generate **2×, 4×, 8×** smoother motion or slow-motion.
|
||||||
Revive blurry or low-quality portraits in photos and videos.
|
- **Modern UI** – Redesigned in v4.0 for an intuitive, streamlined experience.
|
||||||
- **Frame Interpolation (RIFE)**
|
- **Batch Processing** – Handle multiple media files simultaneously.
|
||||||
Generate **2×, 4×, 8×** smoother motion or slow-motion.
|
- **Custom Workflows** – Full control over models, resolution, output format, and quality.
|
||||||
- **Modern UI**
|
- **Open-Source & Extensible** – Licensed under MIT, with a modular architecture for contributors.
|
||||||
Redesigned in v4.0 for an intuitive, streamlined experience.
|
|
||||||
- **Batch Processing**
|
|
||||||
Handle multiple media files simultaneously.
|
|
||||||
- **Custom Workflows**
|
|
||||||
Full control over models, resolution, output format, and quality.
|
|
||||||
- **Open-Source & Extensible**
|
|
||||||
Licensed under MIT, with a modular architecture for contributors.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -94,10 +91,10 @@ Get the latest stable release:
|
|||||||
|
|
||||||
## 🖼️ Interface Previews
|
## 🖼️ Interface Previews
|
||||||
|
|
||||||
### Main Window
|
**Main Window**
|
||||||

|

|
||||||
|
|
||||||
### RIFE Options
|
**RIFE Options**
|
||||||

|

|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -182,7 +179,7 @@ Warlock-Studio is packaged with **PyInstaller** + **Inno Setup**.
|
|||||||
## 📂 Project Structure
|
## 📂 Project Structure
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
```
|
```bash
|
||||||
Warlock-Studio/
|
Warlock-Studio/
|
||||||
├── AI-onnx/ # Pre-trained ONNX models for AI processing
|
├── AI-onnx/ # Pre-trained ONNX models for AI processing
|
||||||
│ ├── BSRGANx2_fp16.onnx
|
│ ├── BSRGANx2_fp16.onnx
|
||||||
@@ -229,7 +226,7 @@ Warlock-Studio/
|
|||||||
│ └── Manual_ES.pdf
|
│ └── Manual_ES.pdf
|
||||||
│
|
│
|
||||||
├── Warlock-Studio.py # Main application script
|
├── Warlock-Studio.py # Main application script
|
||||||
├── Warlock-Studio.spec # PyInstaller spec file
|
├── Warlock-Studio.spec # PyInstaller spec file
|
||||||
├── Setup.iss # Inno Setup installer script
|
├── Setup.iss # Inno Setup installer script
|
||||||
│
|
│
|
||||||
├── README.md # Project overview (this file)
|
├── README.md # Project overview (this file)
|
||||||
@@ -238,12 +235,12 @@ Warlock-Studio/
|
|||||||
├── LICENSE # License info (standard)
|
├── LICENSE # License info (standard)
|
||||||
├── License.txt
|
├── License.txt
|
||||||
├── NOTICE.md # Notices and attributions
|
├── NOTICE.md # Notices and attributions
|
||||||
├── CODE_OF_CONDUCT.md # Contributor behavior guidelines
|
├── CODE_OF_CONDUCT.md # Contributor behavior guidelines
|
||||||
├── CONTRIBUTING.md # Contribution guide
|
├── CONTRIBUTING.md # Contribution guide
|
||||||
└── SECURITY.md # Security reporting policies
|
└── SECURITY.md # Security reporting policies
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -284,3 +281,4 @@ We welcome community contributions!
|
|||||||
© 2025 Iván Eduardo Chavez Ayub
|
© 2025 Iván Eduardo Chavez Ayub
|
||||||
Licensed under **MIT**. Additional terms in `NOTICE.md`.
|
Licensed under **MIT**. Additional terms in `NOTICE.md`.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user