mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update version number (#2199)
This commit is contained in:
@ -20,6 +20,7 @@ from ldm.invoke.concepts_lib import Concepts
|
|||||||
from omegaconf import OmegaConf
|
from omegaconf import OmegaConf
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import pyparsing
|
import pyparsing
|
||||||
|
import ldm.invoke
|
||||||
|
|
||||||
# global used in multiple functions (fix)
|
# global used in multiple functions (fix)
|
||||||
infile = None
|
infile = None
|
||||||
@ -51,6 +52,7 @@ def main():
|
|||||||
print(f'** This script will now exit.')
|
print(f'** This script will now exit.')
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
print(f'>> {ldm.invoke.__app_name__} {ldm.invoke.__version__}')
|
||||||
print(f'>> InvokeAI runtime directory is "{Globals.root}"')
|
print(f'>> InvokeAI runtime directory is "{Globals.root}"')
|
||||||
|
|
||||||
# loading here to avoid long delays on startup
|
# loading here to avoid long delays on startup
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
__app_id__= 'invoke-ai/InvokeAI'
|
__app_id__= 'invoke-ai/InvokeAI'
|
||||||
__app_name__= 'InvokeAI'
|
__app_name__= 'InvokeAI'
|
||||||
__version__='2.2.4'
|
__version__='2.2.5'
|
||||||
|
Reference in New Issue
Block a user