danielgatis / rembg

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

Adds usage example for multi image processing #553

Closed nihirv closed 6 months ago

nihirv commented 6 months ago

Processing multiple images one-by-one is slow if using the examples provided in the README/USAGE file.

This simply updates USAGE.md with information on how to process multiple images significantly faster (without the session param, a new session gets initialised every time remove is called)