HiPixel is a native macOS application for AI-powered image super-resolution, built with SwiftUI and leveraging Upscayl's powerful AI models.
HiPixel is a native macOS application for AI-powered image super-resolution, built with SwiftUI and leveraging Upscayl’s powerful AI models.
While Upscayl already offers an excellent macOS application, HiPixel was developed with specific goals in mind:
Native macOS Experience
Enhanced Workflow Efficiency
HiPixel aims to complement Upscayl by offering an alternative approach focused on workflow efficiency and native macOS integration, while building upon Upscayl’s excellent AI upscaling foundation.
HiPixel supports URL Scheme for processing images via external applications or scripts. The URL format is:
hipixel://?path=/path/to/image1&path=/path/to/image2
Example usage in Terminal:
# Process a single image
open "hipixel://?path=/Users/username/Pictures/image.jpg"
# Process multiple images
open "hipixel://?path=/Users/username/Pictures/image1.jpg&path=/Users/username/Pictures/image2.jpg"
Example usage in AppleScript:
tell application "Finder"
set selectedFiles to selection as alias list
set urlString to "hipixel://"
repeat with theFile in selectedFiles
set urlString to urlString & "?path=" & POSIX path of theFile
end repeat
open location urlString
end tell
Note: HiPixel requires macOS 13.0 (Ventura) or later.
git clone https://github.com/okooo5km/hipixel
cd hipixel
HiPixel is licensed under the GNU Affero General Public License v3.0 (AGPLv3). This means:
This software uses Upscayl’s binaries and AI models, which are also licensed under AGPLv3.
If you find HiPixel helpful, please consider supporting its development:
WeChat Pay
Alipay
Your support helps maintain and improve HiPixel!
HiPixel uses the following components from Upscayl:
Special thanks to zaotang.xyz for designing the new application icon and main window interaction interface for HiPixel v0.2.
HiPixel also uses:
HiPixel 是一款原生 macOS 应用程序,用于 AI 图像超分辨率处理,使用 SwiftUI 构建,并采用 Upscayl 的强大 AI 模型。
虽然 Upscayl 已经提供了一个优秀的 macOS 应用程序,但是 HiPixel 是为了特定的目标而开发的:
原生 macOS 体验
提高工作流效率
HiPixel 旨在通过提供一种专注于工作流效率和原生 macOS 集成的替代方法来补充 Upscayl,同时建立在 Upscayl 优秀的 AI 图像放大基础之上。
HiPixel 支持 URL Scheme,用于通过外部应用程序或脚本处理图像。URL 格式如下:
hipixel://?path=/path/to/image1&path=/path/to/image2
在终端中的示例用法:
# 处理单张图像
open "hipixel://?path=/Users/username/Pictures/image.jpg"
# 处理多张图像
open "hipixel://?path=/Users/username/Pictures/image1.jpg&path=/Users/username/Pictures/image2.jpg"
在 AppleScript 中的示例用法:
tell application "Finder"
set selectedFiles to selection as alias list
set urlString to "hipixel://"
repeat with theFile in selectedFiles
set urlString to urlString & "?path=" & POSIX path of theFile
end repeat
open location urlString
end tell
注意:HiPixel 需要 macOS 13.0 (Ventura) 或更高版本。
git clone https://github.com/okooo5km/hipixel
cd hipixel
HiPixel 采用 GNU Affero 通用公共许可证第3版 (AGPLv3) 授权。这意味着:
本软件使用 Upscayl 的二进制文件和 AI 模型,这些也都采用 AGPLv3 许可。
如果您觉得 HiPixel 对您有帮助,可以通过以下方式支持项目的开发:
微信支付
支付宝
您的支持将帮助我们持续改进 HiPixel!
HiPixel 使用了以下来自 Upscayl 的组件:
特别感谢 zaotang.xyz 为 HiPixel v0.2 版本设计了全新的应用图标和主窗口交互界面。
HiPixel 还使用了: