Skip to content

the-database/AnimeJaNaiConverterGui

Repository files navigation

AnimeJaNaiConverterGui

Discord

Overview

This project provides a Windows GUI for upscaling videos with ONNX compact models and frame interpolation with RIFE. By utilizing NVIDIA TensorRT and Vapoursynth, it provides the fastest possible inference speeds. DirectML and NCNN backends are also available for AMD and Intel graphics cards.

image

Resources

  • OpenModelDB: Repository of AI upscaling models.
  • chaiNNer: General purpose tool for AI upscaling, which can be used to convert PyTorch (*.pth) models to ONNX models.

Related Projects

  • mpv-upscale-2x_animejanai: A video player which supports real-time upscaling using compact ONNX models on higher end NVIDIA cards.

Acknowledgments