From 26052ece6bcd5bdacf8a93bc6c3cd9cb67bf3c4e Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 4 Aug 2026 08:48:16 +0200 Subject: [PATCH] use onnxruntime 1.24.4 for cuda@12 --- facefusion/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/installer.py b/facefusion/installer.py index faf8d860..db4169f5 100644 --- a/facefusion/installer.py +++ b/facefusion/installer.py @@ -22,7 +22,7 @@ ONNXRUNTIME_SET =\ 'default': ('onnxruntime', '1.28.0') } if is_windows() or is_linux(): - ONNXRUNTIME_SET['cuda@12'] = ('onnxruntime-gpu', '1.26.0') + ONNXRUNTIME_SET['cuda@12'] = ('onnxruntime-gpu', '1.24.4') ONNXRUNTIME_SET['cuda@13'] = ('onnxruntime-gpu', '1.28.0') ONNXRUNTIME_SET['openvino'] = ('onnxruntime-openvino', '1.24.1') if is_windows():