Skip to content

3.0.2 - Git me out of here

Compare
Choose a tag to compare
@n8ventures n8ventures released this 17 Mar 00:53
· 24 commits to main since this release
4a2e24c

a few teaks and there to use for non-coder amigos

Patchnotes

Fixes

  • Removed from git import Repo module as it requires Git installed and replaced it with just a download-and-unzip function.
  • Fixed an assertion error if the image has more than 3 channels.
    • Basically, if image != RGB, PIL will convert it to RGB.
  • Updated some text.

Improvements

  • Instead of PyTorch downloading the models, implemented a kinda complicated download function that integrates with the progress bar.
    • PyTorch will still download MiDaS, I just didn't bother adding it since it's not that big.
  • Added a model label on the window.
    • Gotta know which model in use so that we can close the app and pick the right one. ha ha

Full Changelog: 3.0.1...3.0.2