remove_bg
Remove image backgrounds locally using ISNet/U2Net models without login. Outputs a PNG with alpha transparency, ready for compositing, and returns the saved file path.
Instructions
本地抠图去背景(ISNet/U2Net,免登录),输出带 alpha 的 PNG
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | 输出路径(默认 <名>-nobg.png) | |
| file | Yes | 输入图片绝对路径 | |
| model | No | 模型,isnet 默认 |