stable-diffusion-webui-rembg icon indicating copy to clipboard operation
stable-diffusion-webui-rembg copied to clipboard

Removes backgrounds from pictures. Extension for webui.

Results 34 stable-diffusion-webui-rembg issues
Sort by recently updated
recently updated
newest added

- Add automatic uninstallation and installation of the correct version of third-party libraries to fix it [#5`](https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/issues/5) [#12](https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/issues/12) - After repair, third-party one click integration packages can also be used...

[danielgatis] has updated the new model, may I ask when you will update the new model here ![rembg](https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/assets/35244965/fdc55d55-7cee-455a-a6ec-82ee8fcc5207)

I want to use the API on webui server with the payload as : payload = { "image": encode_pil_to_base64(image), "model": "u2net", "return_mask": False, "alpha_matting": False, "alpha_matting_foreground_threshold": 240, "alpha_matting_background_threshold": 10, "alpha_matting_erode_size":...

I believe you guys have met this dude before - " RuntimeError: D:\a\_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1106 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load...

I noticed when this extension installed, the background is automatically removed when using the `/sdapi/v1/extra-single-image` endpoint. Is there currently a way to disable this and provide parameters, e.g. the preferred...

Since onnxruntime updated, I was forced to update tensorrt and cuDNN to get rembg working again. Unfortunately, it's incredibly slow (1:30) now and I am not able to get it...

Why is it that when outputting in webp format, the resulting image is 24 bit color instead of 32 bit?

Because transparency is not supported with jpg, if a user has jpg as the save extension in webui settings, it should be ignored or overriden by a separate selection inside...

keep having this error message ![Screenshot 2024-06-17 191423](https://github.com/AUTOMATIC1111/stable-diffusion-webui-rembg/assets/4930397/5e466e10-6a8d-45b6-bfe0-b25a0ef566d0) have tried the commands in the order posts but error still insists. version: [v1.9.4]•  python: 3.10.11  •  torch: 2.1.2+cu121  •  xformers: 0.0.23.post1  ...

pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/