This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
InvokeAI
Watch
1
Star
0
Fork
0
You've already forked InvokeAI
mirror of
https://github.com/invoke-ai/InvokeAI
synced
2024-08-30 20:32:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4dd74cdc68
InvokeAI
/
ldm
/
invoke
/
__init__.py
4 lines
78 B
Python
Raw
Normal View
History
Unescape
Escape
add --version to invoke.py arguments (#2038) * 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. * export APP_ID and APP_VERSION Needed to support the web backend.
2022-12-20 15:14:28 +00:00
__app_id__
=
'
invoke-ai/InvokeAI
'
__app_name__
=
'
InvokeAI
'
update version number (#2199)
2023-01-01 19:26:55 +00:00
__version__
=
'
2.2.5
'
Reference in New Issue
Copy Permalink