Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 907 Bytes

File metadata and controls

33 lines (21 loc) · 907 Bytes

GUI for rembg

example.png

A simple PyQt6 GUI for rembg, a tool to remove image backgrounds.

You can run the Python script directly with uv:

uv run gui.py

The inline dependencies use rembg[cpu]. That is the portable default. If you want CUDA, create your own environment with rembg[gpu] after your ONNX Runtime GPU stack is working.

In addition to the Python script, there is a C++/QtWidgets port in src_cpp/. You can download the binary releases from the releases page.

Credits

This package is a slight modification of Two Image Synchronous Scrolling GitHub gist by acbetter

License

MIT