Files
web-realesrgan/README.md
2024-04-12 04:41:51 -04:00

762 B

web-realesrgan

Run Real-ESRGAN in the browser with tensorflow.js

Usage

Online Demo

https://cappuccino.moe

demo

Accelaration

  • WebGL: Enabled on most devices by default.
  • WebGPU: Enabled on Chrome with chrome://flags/#enable-unsafe-webgpu flag or other browsers with WebGPU support. Much faster than WebGL.

Development

npm install
npm run dev

Credits

Pytorch model -> ONNX -> Tensorflow saved model -> Tensorflow.js