rembg icon indicating copy to clipboard operation
rembg copied to clipboard

Rembg is a tool to remove images background

Results 105 rembg issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

In the `README` files there are few pre trained models: ![image](https://user-images.githubusercontent.com/113471810/202239845-5be30db2-6357-4178-8b0e-ce31bc465caa.png) Could you share the data sets used for training the models? Thanks for the great work!

**Describe the bug** It does not let me open the WebUI, and gives me an error. **To Reproduce** Steps to reproduce the behavior: Open docker, and run the command `docker...

bug

**Describe the bug** rembg will hang infinitely without any error message if started without admin rights from console or batch file on Windows 10. **To Reproduce** 1. Open the Windows...

bug
stale

Is there any way to make the edges sharper?

enhancement

After remove bg I have a proplem, border is black like this [ ![Screenshot 2024-03-13 160352](https://github.com/danielgatis/rembg/assets/161098678/3c85f730-db92-4a24-8196-753e8107004f) how to fix it my code: ``` from rembg import remove from PIL import...

bug

**Describe the bug** When I run it after installation I get $ rembg Traceback (most recent call last): File "/opt/homebrew/bin/rembg", line 5, in from rembg.cli import main File "/opt/homebrew/lib/python3.11/site-packages/rembg/cli.py", line...

bug
stale

**Describe the bug** Following the [usage ](https://huggingface.co/JCTN/RMBG-1.4#usage) from HF. When loading the model via `net = BriaRMBG.from_pretrained("briaai/RMBG-1.4")` it returns a KeyError for `'in_ch'` despite the key is available. ```python from...

bug

**Describe the bug** When I want to remove bg from a photo, locally (on google colab it's working good) I have this error: ``` input = Image.open(BytesIO(byte_encode)) input.save('image/out/' + imagename...

bug

**Describe the bug** Unable to use the "sam" model in cli. rembg i -m sam -x '{ "sam_prompt": [{"type": "point", "data": [724, 740], "label": 1}] }' .\1305696_1704870215425_1705054411.png xxx.png Getting error:...

bug