8000 Hotfix python-multipart · facefusion/facefusion@620f11d · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Hotfix python-multipart
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Oct 27, 2024
1 parent e24133c commit 620f11d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facefusion/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ def run(program : ArgumentParser) -> None:

if onnxruntime_version < '1.19.0':
subprocess.call([ shutil.which('pip'), 'install', 'numpy==1.26.4', '--force-reinstall' ])
subprocess.call([ shutil.which('pip'), 'install', 'python-multipart==0.0.12', '--force-reinstall' ])

0 comments on commit 620f11d

Please sign in to comment.
0