Skip to content

An app that upscales anime-styled images, gifs, videos, and pdfs with waifu2x.

License

Notifications You must be signed in to change notification settings

qnyblog/Waifu2x-GUI

Repository files navigation

Waifu2x GUI

This is a GUI app that can upscale anime-styled images, gifs, and videos using waifu2x. It aims to be simple to use, but you can access more advanced settings in the top bar.

Note: Upscaling videos and gifs will take a very long time without a high-end graphics card!

Features:

  • Upscale and/or denoise images (png, jpg, webp, etc.)
  • Upscale and/or denoise animated images (gif, animated webp)
  • Upscale and/or denoise videos (mp4, webm, ogv, etc.)
  • Apply effects such as speed or reverse (animated images/videos)
  • Customize settings (noise, scale, mode, framerate, etc.)
  • Upscale multiple images (or multiple frames of an animated image/video) concurrently

Warning: Upscaling too many images in parallel can cause your computer to freeze if it runs out of CPU/memory.

Installation

To install, just download the latest exe installer from the releases tab. You may get a warning message that says "running this app can harm your PC", but don't worry because it's safe. Updates can be installed automatically.

Note: If you install it under C:/Program Files you might need to run it as administrator.

MacOS

It probably requires compiling waifu2x-converter-cpp from source. See here, you may need to edit the clang and llvm paths in CMakeLists.txt (for me it was in /opt/homebrew/Cellar instead of /usr/local).

Replace the waifu2x-converter-cpp.app in /Applications/Waifu2x GUI.app/Contents/Resources/app.asar.unpacked/node_modules/waifu2x/waifu2x with your compiled version.

Bugs and Requests

Open an issue on my GitHub repository. I appreciate any requests, but I can't guarantee that I will fulfill all of them.

Related/Credits

About

An app that upscales anime-styled images, gifs, videos, and pdfs with waifu2x.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.4%
  • Less 13.8%
  • JavaScript 3.5%
  • HTML 0.3%