hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
34.92k stars 4.93k forks source link

Error appears when ran with cuda execution #369

Open Yashohsay opened 4 weeks ago

Yashohsay commented 4 weeks ago

C:\Users\21yas\Downloads\Livecam\Deep-Live-Cam\round\Lib\site-packages\onnxruntime\capi\onnxruntime_validation.py:26: UserWarning: Unsupported Windows version (11). ONNX Runtime supports Windows 10 and above, only. warnings.warn( Traceback (most recent call last): File "C:\Users\21yas\Downloads\Livecam\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\Users\21yas\Downloads\Livecam\Deep-Live-Cam\modules\core.py", line 20, in import modules.ui as ui File "C:\Users\21yas\Downloads\Livecam\Deep-Live-Cam\modules\ui.py", line 3, in import customtkinter as ctk ModuleNotFoundError: No module named 'customtkinter'

jayasafunctionofe commented 3 weeks ago

This is an issue with the ONNX Runtime, it's fixed in release 1.17.3, however Deep-Live-Cam still uses an older build (1.16.3) for CUDA

https://github.com/microsoft/onnxruntime/issues/20001