InvokeAI
InvokeAI copied to clipboard
add --version to invoke.py arguments
This commit allows invoke.py to print out its name and version number when given the --version argument. I had to move some status messages around in order to make the output clean.
There is still an early message about initializing patchmatch that interferes with a clean print of the version, and in fact the --no-patchmatch argument is not doing anything. This will be the subject of a subsequent PR.
This is ready for review.
I'll try to test this later tonight, but noticed that an empty create_installer.sh file was added - is this intentional?
(question about the empty
installer/create_installer.shstill remains though)
This is really strange, since it is only empty when viewed in this PR, but when I check out the PR it is not empty, also not empty when I view the File in the Commit itself.
So let's knock on wood that this is only a bug in GitHub's WebUI 🙈
ok, I see what happened - the permissions were adjusted from 0755 to 0644, i.e. create_installer.sh was made non-executable. @lstein , was that intentional?