An open API service indexing awesome lists of open source software.

https://github.com/x-lucifer/x.superresolution

AI超分辨率工具, 自带AI引擎, 开源免费, 无需网络即可使用
https://github.com/x-lucifer/x.superresolution

ai anime anime4k avalonia avaloniaui-app cpp esrgan image-processing native real-esrgan real-esrgan-gui super-resolution vulkan

Last synced: about 6 hours ago
JSON representation

AI超分辨率工具, 自带AI引擎, 开源免费, 无需网络即可使用

Awesome Lists containing this project

README

          

# AI SuperResolution

### 说明:
> 本程序采用最新Avalonia+SukiUI作为图形界面, 使用原生C++重写NCNN-Vulkan图片处理引擎. 当前项目自带三种AI引擎, 能对模糊照片进行超分辨率放大处理, 开源无广告, `无需网络`即可免费使用.

#### 声明:
> 不得将该程序用于任何商业及违法用途

## 注意事项:
- 模型文件需要和当前exe文件在同一个目录下, 且`不可更改`模型文件夹名称, 文件夹结构及模型说明参照: [FOLDER_STRUCTURE.md](https://github.com/X-Lucifer/X.SuperResolution/blob/main/FOLDER_STRUCTURE.md)
- 软件处理完成的图片文件, 会在当前目录自动创建一个`output`文件夹, 所有输出的图片都放置在该目录

```
X.SuperResolution/
├── X.SuperResolution.exe # 主程序可执行文件
├── models/ # Real-ESRGAN 模型
├── models-cunet/ # CUNet 模型(waifu2x 经典架构)
├── models-srmd/ # SRMD 模型(超分辨率+噪声处理)
├── models-upconv_7_anime_style_art_rgb/ # Upconv7 动漫风格模型
├── models-upconv_7_photo/ # Upconv7 照片模型
└── output # 输出文件夹
```

### 功能说明
- 1. 支持多线程处理
- 2. 支持批量图片处理
- 3. 支持设置选项
- 4. 支持自定义输出格式
- 5. 支持AI引擎选择
- 6. 支持批量清理任务
- 7. 自带AI引擎,无需网络即可使用

### 下载地址:
>[https://github.com/X-Lucifer/X.SuperResolution/releases](https://github.com/X-Lucifer/X.SuperResolution/releases)

### 系统要求:
系统: Windows 10+
运行时: .NET 8

### 运行截图
![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/1.png)

![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/2.png)

![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/3.png)

### 第三方源码:
1. `realsr-ncnn-vulkan`: [https://github.com/nihui/realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan)
2. `srmd-ncnn-vulkan`: [https://github.com/nihui/srmd-ncnn-vulkan](https://github.com/nihui/srmd-ncnn-vulkan)
3. `waifu2x-ncnn-vulkan`: [https://github.com/nihui/waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan)
4. `SukiUI`: [https://github.com/nihui/srmd-ncnn-vulkan](https://github.com/kikipoulet/SukiUI)