nice work. I recently also published a WebGPU version of our browser-only background removal library. It's using the onnx-runtime under the hood. Weights are from isnet. It could also run birefnet – if there is some interest – however BirefNet weights are almost 1GB in size, which is a bit much to download I guess.
There is a blog post about it and also a CPU only version available.
nice work. I recently also published a WebGPU version of our browser-only background removal library. It's using the onnx-runtime under the hood. Weights are from isnet. It could also run birefnet – if there is some interest – however BirefNet weights are almost 1GB in size, which is a bit much to download I guess.
There is a blog post about it and also a CPU only version available.
https://img.ly/blog/browser-background-removal-using-onnx-ru...
Source is available at: https://github.com/imgly/background-removal-js
and on npm: @imgly/background-removal
Feel free to check it out!