You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+75-5Lines changed: 75 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,50 @@
1
-
# BrainDead Background Remover
1
+
# 🧠BrainDead Background Remover
2
2
3
-
A lightweight, portable drag-and-drop background removal utility using AI models. Auto transparent, bulk selection, white or black alpha, auto crop and SAM3 support!
3
+
**Tired of opening Photoshop or ComfyUI just to remove a background?** We were too.
BrainDead Background Remover is a free, lightweight tool that does one thing really well: removes backgrounds from images. Drop your files, get transparent PNGs. That's it.
**BrainDeadGuild** started in 2008 as a gaming community and evolved into a collaboration of gamers, streamers, AI creators, and game developers. We're focused on:
1.**Download** the exe from [Releases](https://github.com/BizaNator/BrainDeadBackgroundRemover/releases/latest)
34
+
2.**Drop** your image(s) onto the window
35
+
3.**Done** - transparent PNGs saved next to your originals
36
+
37
+
No installation. No account. No internet required after first run.
38
+
39
+
## Why This Tool?
40
+
41
+
-**No subscriptions** - Free forever, no watermarks, no limits
42
+
-**Works offline** - Models download once, then work without internet
43
+
-**Bulk processing** - Drop 100 images, get 100 transparent PNGs
44
+
-**Portable** - Single exe, no installer, runs from USB drive
45
+
-**Privacy first** - Everything runs locally, your images never leave your computer
46
+
47
+
**Perfect for:** Product photography, social media content, sticker makers, game asset creation, profile pictures, e-commerce listings, or anyone who just needs backgrounds gone fast.
6
48
7
49
## Features
8
50
@@ -20,12 +62,13 @@ A lightweight, portable drag-and-drop background removal utility using AI models
20
62
-**Settings Persistence**: Remembers your preferences
Sticker Mode Adds a colored outline for quick effect!
65
+
66
+
*Sticker Mode adds a colored outline around your subject - perfect for die-cut stickers, social media, or making subjects pop!*
24
67
25
68
## Two Modes
26
69
27
70
### Auto Mode (Default) - CPU Only
28
-
Uses rembg with ONNX Runtime. No PyTorch or CUDA required. Works on any machine, you can use the simple .exe portable file or the run.bat python portable enviroment. Fastest way to get going is with the Release - https://github.com/BizaNator/BrainDeadBackgroundRemover/releases
71
+
Uses rembg with ONNX Runtime. No PyTorch or CUDA required. Works on any machine - just download the exe and go!
29
72
30
73
### SAM3 Mode (Optional) - GPU Required
31
74
Text-based segmentation using Meta's SAM3. Describe what to segment:
@@ -228,3 +271,30 @@ This application downloads and uses third-party AI models which are **not** cove
228
271
**Important**: To use SAM3, you must agree to Meta's license terms on Hugging Face. Some models may have non-commercial or other usage restrictions. Please review each model's license before use in commercial applications.
229
272
230
273
See [MODELS.md](MODELS.md) for detailed information about third-party models and their licenses.
0 commit comments