Skip to content

vovavili/rembg_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple PyQT6 GUI for rembg.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors