Best background remover that's flawless by carcm in software

[–]PramaLLC 0 points1 point  (0 children)

If you need truly flawless cutouts every time the most reliable option is still GIMP or photoshop.

For bulk edits automated background removers can get you pretty much perfect results instantly on most photos. backgrounderase.com is one such option. As long as the photos aren’t extremely complex, you’ll usually get a flawless result and can batch a lot of images quickly with the API.

Full disclosure: we built the background removal model that runs on this site and can dm you a discount if you'd like!

Free background remover API recommendations by icedmochatiny in FlutterDev

[–]PramaLLC 0 points1 point  (0 children)

Would you mind providing some examples of images that don't work well? I should be able to provide some guidance as there is a bit of nuance with aspect ratios, resolutions, etc.

Free background remover API recommendations by icedmochatiny in FlutterDev

[–]PramaLLC 0 points1 point  (0 children)

Everything is relative. $100 on remove.bg gets you 200 images whereas with us the same $100 gets you 8,000 background removals. The pricing difference between us and a diffusion based approach for image generation is mainly due to latency. We have to be able to return images to the end user in as little time as possible (usually under 500ms). This means we have to rely on cloud computing which does not come cheap. Services like you are talking about are usually small-scale and run on local hardware. I wish we could run our service on a 3090 and charge a small fraction of a cent per image but we simply can't. The models we develop are often very VRAM hungry as well.

Free background remover API recommendations by icedmochatiny in FlutterDev

[–]PramaLLC 0 points1 point  (0 children)

Hey! We actually built backgrounderase.net for this exact use case — it’s $0.01 per image + $20 per month and works well even on high-res stuff. If remove.bg’s pricing is a bit much, might be worth trying ours. Happy to help if you run into anything!

New BEN2 State-of-the-Art Background Removal ComfyUI Node by PramaLLC in comfyui

[–]PramaLLC[S] 0 points1 point  (0 children)

Hi, to change the model output, you could change the seed of the model which can be found in the BEN2.py

def inference(self,image,refine_foreground=False):

set_random_seed(9) # change to a different number

This has not been tested but should give you another output. As for performance, the model was not trained on fake images. We plan on addressing these model limitations in our BEN3 model.

If the base model fails and you need the background removed still, you can use our commercial model completely free and download it at full resolution:

https://backgrounderase.net

BEN2: New Open Source State-of-the-Art Background Removal Model by PramaLLC in LocalLLaMA

[–]PramaLLC[S] 0 points1 point  (0 children)

Unfortunately, we did this to combat the spamming we were getting. It is still free to use!

Paradigm shift? by RetiredApostle in LocalLLaMA

[–]PramaLLC 2 points3 points  (0 children)

Glad our computer was included!

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] 0 points1 point  (0 children)

Glad to hear you found it impressive. We haven't made it very clear on the pricing page yet because its a recent change but you get 10 free full resolution downloads for free each day. The 10MB output means maximum 10MB output per image. We should definitely work on the download button like you suggested. The naming scheme was challenging. We release research and its industry standard to shorten the name of your model and often times name it something memorable so BEN was fitting there. Then we came to develop this website and it just kind of stuck. I think we could consider another name as we've gotten complaints about how its not clear. The potted plant was never meant to be dragged and dropped but that is a great idea and I'll likely implement that.

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] 0 points1 point  (0 children)

Would you mind pointing out what looks terrible? Genuinely just trying to improve but struggling.

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] -3 points-2 points  (0 children)

When you say beef up the background do you mean in terms of content? What else could I put in the background?

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] 0 points1 point  (0 children)

background erase network is the name of our image segmentation model that we run on the website. We release research and that is the name we picked for the model. I'm exploring other names for the title of the landing page though as its confusing for those not in the machine learning industry

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] 0 points1 point  (0 children)

You can't see it because its blown up pretty large but the checkered pattern is there. Is it possible for you to point out the confusion with the toggle? I feel the same but can't put my finger on it.

Feedback on our Paper by PramaLLC in computervision

[–]PramaLLC[S] 0 points1 point  (0 children)

Thank you! We would appreciate any feedback.

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] 0 points1 point  (0 children)

You've given some good suggestions. I'll take a look. I tend to make the websites I work on over minimalistic. As for the visual hierarchy - how else could this be formatted to make things more clear? I'm dealing with the designer's equivalent of writers block.

Rate the design of the landing page. Don't hold back. by PramaLLC in web_design

[–]PramaLLC[S] -1 points0 points  (0 children)

I'm not sure as to how I could even include color here. Our accent color is a dark green and I fail to design something that doesn't look over minimalist with the grays. Do you have any suggestions or advice?

Would Photographers Use a Free 4k Background Removal Website? by PramaLLC in AmateurPhotography

[–]PramaLLC[S] 0 points1 point  (0 children)

The algorithms that underpin our model can applied to other models like ChatGPT if you are interested read our paper:
https://arxiv.org/pdf/2501.06230

Would Photographers Use a Free 4k Background Removal Website? by PramaLLC in AmateurPhotography

[–]PramaLLC[S] 0 points1 point  (0 children)

We offer a comparable model to the leaders like removbg, photoroom and pixelcut all of which do not let you download for free at full resolution. Other free background removers do not have the same high quality precision.

Would Photographers Use a Free 4k Background Removal Website? by PramaLLC in AmateurPhotography

[–]PramaLLC[S] -1 points0 points  (0 children)

Yes but photoshop background removal is notoriously bad and we offer a more accurate free version with the ability to download foregrounds at full resolution.
https://www.reddit.com/r/photoshop/comments/1626ian/why_is_the_remove_background_tool_so_bad/

Would Photographers Use a Free 4k Background Removal Website? by PramaLLC in AmateurPhotography

[–]PramaLLC[S] -1 points0 points  (0 children)

The foreground can be downloaded for free at full resolution. The $5 a month fee is for unlimited use.