Two Modes: Browser vs Server
The background removal tool offers two processing modes, each with different trade-offs:
- Browser mode — runs the U2Net AI model directly in your browser via WebGL/WASM. Your image never leaves your device. First use downloads a ~40MB model file that gets cached for future use.
- Server mode — uploads your image to our server and processes it with the rembg library (U2Net neural network). Generally produces better results on complex images with fine details.
Both modes output a PNG with a transparent background. Max file size is 20MB. Supports JPEG, PNG, and WebP input.
Browser Mode (Privacy)
Choose browser mode when privacy matters or when you're working offline. After the first model download (~40MB, cached), all processing happens locally:
- No server upload — image stays on your device
- Works offline after model is cached
- No file count limits
- Speed depends on your device's GPU
First-time processing may take 10-30 seconds as the AI model loads. Subsequent images process much faster since the model stays in memory.
Server Mode (Quality)
Choose server mode for the best results on complex photos. The server runs the same U2Net architecture but with more compute power:
- Better edge detection on hair, fur, and semi-transparent objects
- Consistent processing speed regardless of your device
- Image is uploaded temporarily and deleted after processing
Processing typically takes 5-15 seconds depending on image size. The result includes file size information so you can compare with the original.
How It Handles Complex Edges
The U2Net model is trained on millions of images to understand object boundaries. It handles:
- Hair and fur — detects individual strands rather than cutting with a hard line
- Semi-transparent objects — glass, veils, and similar materials get partial transparency
- Multiple subjects — keeps all foreground objects, removes only the background
- Complex backgrounds — works even when subject and background have similar colors
The output is always a PNG to preserve transparency. You can download the result directly or share it via a generated link.
Tips for Best Results
- Good lighting — clear contrast between subject and background helps the AI
- Higher resolution — more pixels means more detail for the AI to work with at edges
- Simple backgrounds — solid colors or blurred backgrounds give the cleanest cuts
- Try both modes — if browser mode misses details, switch to server mode for comparison
Results include a checkered transparency pattern so you can instantly see what was removed. No signup, no watermarks, completely free.