mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04: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 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
|
||||
|
||||
Reference in New Issue
Block a user