Image
배경 제거
Automatically remove image backgrounds using AI. Runs entirely in your browser — no upload required.
Output background
Choose a background for the result image.
Upload an image to remove its background.
Powered by @imgly/background-removal. First run downloads the AI model (~50MB) and caches it locally.
⚠️ To fix “out of memory / Invalid base URL” errors, copy model files once:mkdir -p public/background-removal && cp -r node_modules/@imgly/background-removal/dist/* public/background-removal/
Then restart Next.js.