An open API service indexing awesome lists of open source software.

https://github.com/plotdb/upscaler


https://github.com/plotdb/upscaler

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

          

# @plotdb/upscaler

a simple wrapper of web-based upscaler, based on web-realesrgan

Reference:

- https://github.com/xororz/web-realesrgan
- https://upscale.chino.icu/

## License

Real-CUGAN:
- https://github.com/bilibili/ailab/blob/main/Real-CUGAN/LICENSE
- MIT License

Real-ESRGAN:
- https://github.com/xinntao/Real-ESRGAN/blob/master/LICENSE
- BSD 3-Clause License

Converted models:
- converted from Pytorch to tf.js (bin) by xororz
- https://github.com/xororz/web-realesrgan
- GPL License