Remove background directly in your browser, powered by WebGPU
Learn more »
Introduction ·
Tech Stack ·
Remove background directly in your browser, powered by WebGPU, we use RMBG V1.4 model from Hugging Face
Under the hood, it uses transformer.js to interact with the model
- Pnpm
- Vite
- Transformers.js
- NextUI
- React aria components
- Tailwind
- RMBG V1.4 model
Try to put the flag "--enable-unsafe-webgpu --enable-features=Vulkan" to your Chrome flags, read more about it here
Some people reported that the browser crashed when they try to remove the background. This is a known issue and we are working on a fix. In the mean time, you can try to disable "WebGPU" in the "Experimental features" section in your browser's settings and try again (this will make the tool use CPU instead)
pnpm install
pnpm dev
That's it