3.0.2 - Git me out of here
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.
- Basically, if
- 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