Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1003 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 1003 Bytes

waifu2x_flutter

Waifu2x GUI in Flutter. Basic GUI is done, waifu2x isn't implemented. I'm currently not working on waifu2x_flutter, but I want to finish it one day.

Screenshots

Screens-1 Screens-2 Screens-3

Note: at the moment, settings (theme and language) can't be manually changed. The theme follows the system, the language is always English.

Why waifu2x wasn't implemented?

Implementing this functionality is pretty tough. There are two ways to do that:

  • rent a GPU server and process images in the backend - easy, but too expensive for me
  • compile waifu2x for Android and make a Dart package from it - a little hard, I wasn't motivated enough to do it this way