Skip to content

1.2.1

Compare
Choose a tag to compare
@liyier90 liyier90 released this 31 May 01:34
· 484 commits to main since this release
8cf1be8

Process

  • Models now download individual weights files for each model type instead of an entire folder of all model types
  • Limit custom node directories to be created within src/

Bug Fixes

  • Fix input.visual issue where filename data type is not set if the source is a single image file
  • Fix input.visual issue where approximate progress shows 10% even when the folder has been fully processed

Improved Documentation

  • Add tutorial for using own models

Refactor

  • Redirect tqdm (used when downloading weights) to use stdout instead of stderr
  • Implement mixins for threshold checking and weights downloading