{"id":51482494,"url":"https://github.com/x-lucifer/x.superresolution","last_synced_at":"2026-07-07T03:00:58.946Z","repository":{"id":368253398,"uuid":"1284208011","full_name":"X-Lucifer/X.SuperResolution","owner":"X-Lucifer","description":"AI超分辨率工具, 自带AI引擎, 开源免费, 无需网络即可使用","archived":false,"fork":false,"pushed_at":"2026-06-29T17:52:57.000Z","size":91945,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-29T19:23:17.842Z","etag":null,"topics":["ai","anime","anime4k","avalonia","avaloniaui-app","cpp","esrgan","image-processing","native","real-esrgan","real-esrgan-gui","super-resolution","vulkan"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/X-Lucifer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-29T16:19:08.000Z","updated_at":"2026-06-29T17:53:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/X-Lucifer/X.SuperResolution","commit_stats":null,"previous_names":["x-lucifer/x.superresolution"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/X-Lucifer/X.SuperResolution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Lucifer%2FX.SuperResolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Lucifer%2FX.SuperResolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Lucifer%2FX.SuperResolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Lucifer%2FX.SuperResolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/X-Lucifer","download_url":"https://codeload.github.com/X-Lucifer/X.SuperResolution/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/X-Lucifer%2FX.SuperResolution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35212581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-07T02:00:07.222Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anime","anime4k","avalonia","avaloniaui-app","cpp","esrgan","image-processing","native","real-esrgan","real-esrgan-gui","super-resolution","vulkan"],"created_at":"2026-07-07T03:00:58.145Z","updated_at":"2026-07-07T03:00:58.898Z","avatar_url":"https://github.com/X-Lucifer.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI SuperResolution\n\n### 说明:\n\u003e 本程序采用最新Avalonia+SukiUI作为图形界面, 使用原生C++重写NCNN-Vulkan图片处理引擎. 当前项目自带三种AI引擎, 能对模糊照片进行超分辨率放大处理, 开源无广告, `无需网络`即可免费使用.\n\n#### 声明:\n\u003e 不得将该程序用于任何商业及违法用途\n\n## 注意事项:\n- 模型文件需要和当前exe文件在同一个目录下, 且`不可更改`模型文件夹名称, 文件夹结构及模型说明参照: [FOLDER_STRUCTURE.md](https://github.com/X-Lucifer/X.SuperResolution/blob/main/FOLDER_STRUCTURE.md)\n- 软件处理完成的图片文件, 会在当前目录自动创建一个`output`文件夹, 所有输出的图片都放置在该目录\n\n```\nX.SuperResolution/\n├── X.SuperResolution.exe          \t\t\t    # 主程序可执行文件\n├── models/                        \t\t\t    # Real-ESRGAN 模型\n├── models-cunet/                  \t\t\t    # CUNet 模型（waifu2x 经典架构）\n├── models-srmd/                   \t\t\t    # SRMD 模型（超分辨率+噪声处理）\n├── models-upconv_7_anime_style_art_rgb/  \t# Upconv7 动漫风格模型\n├── models-upconv_7_photo/         \t\t\t    # Upconv7 照片模型\n└── output           \t\t\t\t\t\t            # 输出文件夹\n```\n\n### 功能说明\n- 1. 支持多线程处理\n- 2. 支持批量图片处理\n- 3. 支持设置选项\n- 4. 支持自定义输出格式\n- 5. 支持AI引擎选择\n- 6. 支持批量清理任务\n- 7. 自带AI引擎,无需网络即可使用\n\n### 下载地址:\n\u003e[https://github.com/X-Lucifer/X.SuperResolution/releases](https://github.com/X-Lucifer/X.SuperResolution/releases)\n\n### 系统要求:\n  系统: Windows 10+\n  运行时: .NET 8\n\n### 运行截图\n  ![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/1.png)\u003cbr/\u003e\n  ![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/2.png)\u003cbr/\u003e\n  ![](https://cdn.jsdelivr.net/gh/X-Lucifer/X.SuperResolution@main/docs/3.png)\u003cbr/\u003e\n\n### 第三方源码:\n1. `realsr-ncnn-vulkan`: [https://github.com/nihui/realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan)\n2. `srmd-ncnn-vulkan`: [https://github.com/nihui/srmd-ncnn-vulkan](https://github.com/nihui/srmd-ncnn-vulkan)\n3. `waifu2x-ncnn-vulkan`: [https://github.com/nihui/waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan)\n4. `SukiUI`: [https://github.com/nihui/srmd-ncnn-vulkan](https://github.com/kikipoulet/SukiUI)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-lucifer%2Fx.superresolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-lucifer%2Fx.superresolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-lucifer%2Fx.superresolution/lists"}