Skip to content

Commit 78ea5d7

Browse files
lsteinebr
andauthored
Update ldm/invoke/config/invokeai_update.py
Co-authored-by: Eugene Brodsky <[email protected]>
1 parent 7547784 commit 78ea5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldm/invoke/config/invokeai_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
elif choice=='4':
7979
branch = Prompt.ask('Enter an InvokeAI branch name')
8080

81-
print(f':crossed_fingers: Upgrading to [yellow]{tag}[/yellow]')
81+
print(f':crossed_fingers: Upgrading to [yellow]{tag if tag else release}[/yellow]')
8282
if release:
8383
cmd = f'pip install {INVOKE_AI_SRC}/{release}.zip --use-pep517 --upgrade'
8484
elif tag:

0 commit comments

Comments
 (0)