We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7547784 commit 78ea5d7Copy full SHA for 78ea5d7
ldm/invoke/config/invokeai_update.py
@@ -78,7 +78,7 @@ def main():
78
elif choice=='4':
79
branch = Prompt.ask('Enter an InvokeAI branch name')
80
81
- print(f':crossed_fingers: Upgrading to [yellow]{tag}[/yellow]')
+ print(f':crossed_fingers: Upgrading to [yellow]{tag if tag else release}[/yellow]')
82
if release:
83
cmd = f'pip install {INVOKE_AI_SRC}/{release}.zip --use-pep517 --upgrade'
84
elif tag:
0 commit comments