Skip to content

Vaida12345/waifuExtension

Repository files navigation

waifuExtension

The waifu2x on Mac.

The new version is capable of taking advantages of CPU, GPU, and ANE.

Usage

  • Enlarge videos or images with machine learning on Mac.
  • Interpolate frames for videos.

Install

Files and source code could be found in releases.

Note: If mac says the app was damaged / unknown developer, please go to Finder, right click on the App, and choose open.

Privacy

This app works completely offline and requires no internet connection. Nothing is collected or stored, expect for:

  • Your settings stored in its containter.
  • Temp images during processing in its containter, the existance would only last for three lines of code, after which it is deleted.

If the app crashes, please choose not to share crash log with Apple.

Models

The waifu2x models where obtained from waifu2x-caffe, and translated to coreML via coremltools.

Other models are:

Note

This app was based on the work of waifu2x-ios. Nearly all the files in the folder "waifu2x-mac" were created by him. However, modifications were done to improve speed.

Speed

When processing a standard 1080p image (1920 × 1080) using Waifu2x Caffe, MacBook Pro with the M1 Max chip took only 0.7 seconds.

Interface

This app was written with SwiftUI.

Screen Shot 2022-07-07 at 7 16 07 PM

Preview

Untitled-1

Credits