danielgatis / rembg

Rembg is a tool to remove images background
MIT License
15.46k stars 1.76k forks source link

Add more controls to Gradio interface #580

Closed zebradots closed 5 months ago

zebradots commented 5 months ago

The Gradio interface to rembg is great, but it lacks controls for several frequently used variables. For example, the alpha matting erosion size often must be adjusted for best results, but it can't be changed from the graphical user interface.

For anyone who uses the Gradio interface, it would be very helpful to be able to adjust these variables on the fly. It would be great to have sliders or checkboxes for the following variables:

While it may be possible to pass these values as text or JSON arguments, doing so isn't user friendly.