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 b7965e1 commit 6db509aCopy full SHA for 6db509a
ldm/invoke/config/invokeai_update.py
@@ -72,7 +72,7 @@ def main():
72
tag = Prompt.ask('Enter an InvokeAI tag or branch name')
73
74
print(f':crossed_fingers: Upgrading to [yellow]{tag}[/yellow]')
75
- cmd = f'pip install {INVOKE_AI_SRC}/{tag}.zip --use-pep517'
+ cmd = f'pip install {INVOKE_AI_SRC}/{tag}.zip --use-pep517 --upgrade'
76
print('')
77
78
if os.system(cmd)==0:
0 commit comments