Skip to content

Releases: plemeri/transparent-background

v1.3.4

Choose a tag to compare

@plemeri plemeri released this 14 May 11:35

Removing troublesome dependency

flet has been moved to extran dependency since only few users are using GUI mode, and it is causing import error after 0.25.0. Error has also been handled, so you can still use with installing the package specifying extra dependency [gui].

Related issue: #92

Minor bug fixed

Some minor bugs are fixed.

v1.3.3

Choose a tag to compare

@plemeri plemeri released this 05 Oct 11:02
dbf20bd
  • Add few more options for resolving issues #70 #78 #81

v1.3.2

Choose a tag to compare

@plemeri plemeri released this 22 Aug 06:14
  • 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 use TRANSPARENT_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

Choose a tag to compare

@plemeri plemeri released this 01 Jul 03:23

Fix issue #65.

v1.3.0

Choose a tag to compare

@plemeri plemeri released this 28 Jun 07:00

Fixing some issues for GUI script.

v1.2.13

Choose a tag to compare

@plemeri plemeri released this 26 Jun 08:35
9949206

transparent-background now supports gui powered by flet. Please refer to readme for more details.

v1.2.12

Choose a tag to compare

@plemeri plemeri released this 12 Jan 09:42

Migration from google drive to github release for downloading pre-trained checkpoints

  • Due to instability of gdown module, we changed default download method to wget
  • 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

Choose a tag to compare

@plemeri plemeri released this 20 Oct 11:12

Bug fixed for persisting background image when using Remover as python API.
Issue #36 has been resolved by this update.

v1.2.8

Choose a tag to compare

@plemeri plemeri released this 19 Oct 09:44

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

Choose a tag to compare

@plemeri plemeri released this 26 Sep 01:34
  • Moving hard coded configuration to config file
    • Adding http proxy support (Contributed by @bombless)
    • Suppress md5 checksum if needed
    • Custom download url (google drive only)
  • Nightly checkpoint support
    • use --mode base-nightly argument
  • Minor bug fixes