You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**Model Loading** - On first visit, the RMBG-1.4 model (~45MB) is downloaded and cached in your browser.
140
152
2.**Image Processing** - When you upload an image, it's processed entirely client-side using WebGPU (if available) or WASM.
141
153
3.**Mask Generation** - The AI generates a segmentation mask identifying foreground vs background.
142
-
4.**Image Editing** - Open the full-screen editor to apply background replacements, filters (brightness, contrast, saturation, blur), transforms (zoom, rotate, flip), and crop to specific aspect ratios.
143
-
5.**Compositing** - The mask is applied to create a transparent background, with optional color/image replacement and filters.
144
-
6.**Export** - Click the download button to trigger the export modal. The final result is rendered to a canvas and exported as PNG/JPG with the original filename + "-nobg" suffix.
154
+
4.**Edge Refinement** - Use the Refine Edges tool to clean up any imperfections. Zoom in (up to 4x) for precision work, use Eraser to remove leftover background, or Restore to bring back accidentally removed details.
155
+
5.**Image Editing** - Open the full-screen editor to apply background replacements, filters (brightness, contrast, saturation, blur), transforms (zoom, rotate, flip), and crop to specific aspect ratios.
156
+
6.**Compositing** - The mask is applied to create a transparent background, with optional color/image replacement and filters.
157
+
7.**Export** - Click the download button to trigger the export modal. The final result is rendered to a canvas and exported as PNG/JPG with the original filename + "-nobg" suffix.
0 commit comments