remove-background-batch
Installation
SKILL.md
Remove Background (Batch)
Recursively or non-recursively processes multiple images in a directory. Runs quick-rmbg per file, with optional parallelism, and prints a summary of successes and failures.
When to use
- Directory contains 2+ images to strip backgrounds from
- User wants one-shot processing without looping manually
- Output reporting and skip-logic (existing
-nobg.pngfiles) is useful
Inputs to gather
- Directory path — folder containing images
- File glob (optional, default:
*.{jpg,jpeg,png,webp}) - Mode —
single(single-pass, default) ortwo-pass - Max parallel jobs (optional, default: 1 — set higher for multi-core if GPU supports batching)
- Force flag — skip existing
-nobg.pngsiblings or re-process them (default: skip)