Skip to content

Commit 6db509a

Browse files
committed
add --upgrade to update script
1 parent b7965e1 commit 6db509a

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
@@ -72,7 +72,7 @@ def main():
7272
tag = Prompt.ask('Enter an InvokeAI tag or branch name')
7373

7474
print(f':crossed_fingers: Upgrading to [yellow]{tag}[/yellow]')
75-
cmd = f'pip install {INVOKE_AI_SRC}/{tag}.zip --use-pep517'
75+
cmd = f'pip install {INVOKE_AI_SRC}/{tag}.zip --use-pep517 --upgrade'
7676
print('')
7777
print('')
7878
if os.system(cmd)==0:

0 commit comments

Comments
 (0)