ISNet (int8) for browser background removal
ISNet segmentation model quantized to int8 (44 MB), exported to ONNX and split
into three parts (isnet-w8.part00โ02) so every file stays under GitHub's size
limit. Reassemble in the browser with new Blob(parts) and load with
ONNX Runtime Web, WASM or WebGPU.
Input 1024ร1024 RGB, output single-channel alpha matte.
Where it runs
- Live demo (WASM vs WebGPU benchmark): Space
- Production tool, free, no upload: https://is.tools/remove-background
- Source: github.com/chenjindu/browser-remove-background
Part of is.tools โ browser-side PDF, image, text and encoding tools where the file never leaves your device.
License
Apache-2.0 (model weights and code).