wording changes

This commit is contained in:
Lincoln Stein
2023-07-29 19:49:58 -04:00
parent b10b07220e
commit 43b1eb8e84
2 changed files with 3 additions and 3 deletions

View File

@ -112,7 +112,7 @@ def main():
extras = get_extras()
print(f":crossed_fingers: Upgrading to [yellow]{tag if tag else release}[/yellow]")
print(f":crossed_fingers: Upgrading to [yellow]{tag or release or branch}[/yellow]")
if release:
cmd = f'pip install "invokeai{extras} @ {INVOKE_AI_SRC}/{release}.zip" --use-pep517 --upgrade'
elif tag: