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:
parent
3929bd3e13
commit
c3f82d4481
@ -20,6 +20,7 @@ from ldm.invoke.concepts_lib import Concepts
|
||||
from omegaconf import OmegaConf
|
||||
from pathlib import Path
|
||||
import pyparsing
|
||||
import ldm.invoke
|
||||
|
||||
# global used in multiple functions (fix)
|
||||
infile = None
|
||||
@ -51,6 +52,7 @@ def main():
|
||||
print(f'** This script will now exit.')
|
||||
sys.exit(-1)
|
||||
|
||||
print(f'>> {ldm.invoke.__app_name__} {ldm.invoke.__version__}')
|
||||
print(f'>> InvokeAI runtime directory is "{Globals.root}"')
|
||||
|
||||
# loading here to avoid long delays on startup
|
||||
|
@ -1,3 +1,3 @@
|
||||
__app_id__= 'invoke-ai/InvokeAI'
|
||||
__app_name__= 'InvokeAI'
|
||||
__version__='2.2.4'
|
||||
__version__='2.2.5'
|
||||
|
Loading…
Reference in New Issue
Block a user