Waifu2x porting to macos, still in CoreML and Metal. For other details please refer to waifu2x-ios.
I haven't published this app to the Mac App Store. Any app appears on the store has nothing to do with me.
- macOS 10.13+
- XCode 9.0+
cd Dependencies
swift package update
rake xcodeproj
Usage: waifu2x [options]
-t, --type:
Image type - a for anime (default), p for photo
-s, --scale:
Scale factor (1 or 2)
-n, --noise:
Denoise level (0-4)
-i, --input:
Input image file (any format as long as NSImage loads)
-o, --output:
Output image file (png)
-h, --help:
Print usage
WARNING: This CLI version is not a self-contained executable. CommandLineKit.framework
and waifu2x_mac.framework
must be in the same directory as waifu2x
executable in order to run. Refer to this question if you are interested in improving it.