diff --git a/facefusion/installer.py b/facefusion/installer.py index fe618915..a18d12fb 100644 --- a/facefusion/installer.py +++ b/facefusion/installer.py @@ -13,11 +13,11 @@ from facefusion.common_helper import is_linux, is_macos, is_windows ONNXRUNTIMES : Dict[str, Tuple[str, str]] = {} if is_macos(): - ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0') + ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1') else: - ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.0') - ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.0') - ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0') + ONNXRUNTIMES['default'] = ('onnxruntime', '1.20.1') + ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.20.1') + ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.20.0') if is_linux(): ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0') if is_windows(): diff --git a/requirements.txt b/requirements.txt index 71187887..945e3006 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ filetype==1.2.0 -gradio==5.5.0 +gradio==5.7.1 gradio-rangeslider==0.0.8 -numpy==2.1.2 +numpy==2.1.3 onnx==1.17.0 -onnxruntime==1.20.0 +onnxruntime==1.20.1 opencv-python==4.10.0.84 psutil==6.1.0 -tqdm==4.66.6 +tqdm==4.67.1 scipy==1.14.1