rembg
rembg copied to clipboard
Rembg is a tool to remove images background
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]...
In the `README` files there are few pre trained models:  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...
**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...
After remove bg I have a proplem, border is black like this [  how to fix it my code: ``` from rembg import remove from PIL import...
**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...
**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...
**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...
**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:...