Releases: plemeri/transparent-background
Releases · plemeri/transparent-background
v1.3.3
v1.3.2
- The default directory of config file is
~/.transparent-background/config.yaml
but other systems other than PC would struggle finding accessible home directory, so you can not useTRANSPARENT_BACKGROUND_FILE_PATH
environment variable to avoid such issue. Thanks again kwokster10 for this contribution. - Minor bug fixed for GUI
- You may now can use custom mode by changing config file and adjust
threshold
option in GUI
v1.3.1
v1.3.0
v1.2.13
v1.2.12
Migration from google drive to github release for downloading pre-trained checkpoints
- Due to instability of
gdown
module, we changed default download method towget
- Please remove
config.yaml
from$HOME/.transparent_background
folder before upgrading to this release. - Also consider downloading checkpoint files from this release page if problem persists. Download and move
.pth
files to$HOME/.transparent_background
.
Full Changelog: 1.2.9...1.2.12
v1.2.9
v1.2.8
Webcam input is not stable in current release, so we're unloading pyvirtualcam
dependency from the main release. Users who want webcam support now may install with extra webcam
dependency.
pip install transparent-background[webcam]
Without this dependency option, it will not download the pyvirtualcam
and disable webcam input.
1.2.7
1.2.4
New usages for type
argument
white
for changing background color white- something like
[255,0,0]
for changing background color with certain color code[R,G,B]
This update has been made by @symbiote-research