A small gimp plugin to easily remove the background of an image with LDF. Github of LDF.
Currently in development
-
Install python
-
Put the background-remover folder in your Gimp Plugins directory
-
make the python file executable and install dependencies with:
bash ./setup.sh
-
Download the model and weights and put both in the Ldf directory:
Open an image
- Filters -> RemoveBackground -> background-remover
- In Gimp 2.99 new plugins do not get queried if they are not placed inside a subfolder. And sometimes they just dont get queried.
- The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.