Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
实用、美观的 Real-ESRGAN 图形界面,同时支持 Windows、Ubuntu 和 macOS 平台。现在也支持 Real-CUGAN 了!(Cross-platform GUI for image upscaler Real-ESRGAN with additional features. Now with Real-CUGAN support!)
| Date | Stars |
|---|---|
| 2026-07-24 | 1493 |
| 2026-07-25 | 1492 |
| 2026-07-28 | 1492 |
| 2026-07-30 | 1492 |
| 2026-08-06 | 1492 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Real-ESRGAN GUI
[](https://github.com/TransparentLC/realesrgan-gui/actions/workflows/build.yml)
[](https://github.com/TransparentLC/realesrgan-gui/releases)
实用、美观的图片放大工具 [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) 的图形界面,参考 [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) 设计。
<details>
<summary>README translations</summary>
* [简体中文 (Simplified Chinese)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.md)
* [English](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.en-US.md)
* [Ukrainian (Українська)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.uk-UA.md) Translated by [@kirill0ermakov](https://github.com/kirill0ermakov)
* [Türkçe (Turkish)](https://github.com/TransparentLC/realesrgan-gui/blob/master/README.tr-TR.md) Translated by [@NandeMD](https://github.com/NandeMD)
</details>
<picture>
<source media="(prefers-color-scheme:dark)" srcset="https://user-images.githubusercontent.com/47057319/219046038-0edbb076-a4b3-4c6b-884e-46895f38bae8.png">
<img src="https://user-images.githubusercontent.com/47057319/219045988-f1515ffa-a190-499d-9cf0-ec044cb478ef.png">
</picture>
## 基本介绍
这个程序是 Real-ESRGAN 的命令行程序 [Real-ESRGAN-ncnn-vulkan](https://github.com/xinntao/Real-ESRGAN-ncnn-vulkan) 的图形界面,使用 Python 和 tkinter 编写,同时支持 Windows、Ubuntu 和 macOS 平台。
快速上手:
*  在 Release 中下载最新的 `realesrgan-gui-windows-bundled-v*.7z`,解压后打开 `realesrgan-gui.exe` 即可使用。
*  在 Release 中下载最新的 `realesrgan-gui-ubuntu-bundled-v*.tar.xz`,解压后打开 `realesrgan-gui` 即可使用。
*  在 Release 中下载最新的 `realesrgan-gui-macos-appbundle-v*.tar.xz`,解压后在终端中执行 `chmod u+x "Real-ESRGAN GUI.app/Contents/MacOS/realesrgan-gui"`、`chmod u+x "Real-ESRGAN GUI.app/Contents/MacOS/realesrgan-ncnn-vulkan"` 和 `xattr -cr "Real-ESRGAN GUI.app"`,打开 `Real-ESRGAN GUI` 即可使用。
> [!TIP]
> Real-ESRGAN-ncnn-vulkan 从 2022 年 4 月开始就没有更新了,可以使用 [upscayl/upscayl-ncnn](https://github.com/upscayl/upscayl-ncnn) 这个仍然在维护的分支作为替代。
>
> 下载最新的 Release 并将压缩包中的 `upscayl-bin[.exe]` 解压到 GUI 的主程序所在的目录,它将会被优先使用。
> [!TIP]
> 你也可以在 Real-ESRGAN GUI 中使用 [Real-CUGAN](https://github.com/bilibili/ailab/tree/main/Real-CUGAN) 进行放大!详细配置方法参见[这里](#我觉得-real-cugan-的放大效果比-real-esrgan-更好)。
<details>
<summary>其它的运行方式和说明</summary>
* Release 中的 `realesrgan-gui-windows.7z` 和 `realesrgan-gui-ubuntu.tar.xz` 不包含 Real-ESRGAN-ncnn-vulkan 的主程序和官方模型,请自行在[这里](https://github.com/xinntao/Real-ESRGAN/releases)下载后解压到 GUI 的主程序所在的目录。
* Actions 中上传的是根据最新提交的代码打包的版本(相当于 Nightly),同样不包含 Real-ESRGAN-ncnn-vulkan 的主程序和官方模型。
* 如果需要从源代码运行,请使用 Python 3.10 或以上版本,执行 `pip install -r requirements.txt` 安装依赖,将 Real-ESRGAN-ncnn-vulkan 解压到项目目录,然后执行 `main.py`。
* 在其它的 Linux 发行版中可能也可以运行本项目,不过我没有进行测试。
</details>
如果你想要贡献 Real-ESRGAN GUI,请查看 [CONTRIBUTING.md](https://github.com/TransparentLC/realesrgan-gui/blob/master/CONTRIBUTING.md)。
### 一键打包 `arm64` 或 `x86_64` 单架构的 `Real-ESRGAN GUI.app`
经实测,`arm64` 单架构比 `universal2` 双架构在 Apple 芯片 Mac 上的性能表现要更加出色,因此建议 Apple 芯片用户自行打包 `arm64` 单架构应用程序。
另外,`x86_64` 单架构虽然在性能上与 `universal2` 双架构相同,但应用体积更小。
1. 准备一台 Mac 设备,`intel` 芯片设备上打包得到`x86_64` 单架构应用,`apple` 芯片设备上打包得到`arm64` 单架构应用。
2. 本项目最新commit的tk版本要求8.6,而Python 3.10自带tk版本是8.5,因此本地打包必须在`Python 3.11`环境下,打包前在终端输入`python3 -V`确认当前版本是否3.11
3. 如果是通过brew安装python, 需要额外安装`brew install python-tk`
4. 打开终端,在终端内运行下面的一键打包脚本命令,运行到 `pyinstaller` 打包环节,`sudo` 命令需要输入开机密码。
```shell
curl -L https://raw.githubusercontent.com/TransparentLC/realesrgan-gui/master/macos-build-script.sh | bash
```
打包好的应用在“下载”文件夹内,请手动拖拽应用到“应用程序”文件夹完成安装。
> [!WARNING]
> 由于我没有运行 macOS 的设备,因此可能无法处理和 macOS 相关的使用问题。
### 相关项目
* 在 Android 上使用 Real-ESRGAN:[Excerpt of 14,260 characters
Read on GitHub143
58
24
6
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dbfc2b9430e751af, topic:super-resolution