https://github.com/plotdb/upscaler
https://github.com/plotdb/upscaler
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plotdb/upscaler
- Owner: plotdb
- Created: 2026-01-26T08:54:24.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-04-24T07:30:11.000Z (about 1 month ago)
- Last Synced: 2026-04-24T09:39:30.666Z (about 1 month ago)
- Language: JavaScript
- Size: 22.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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