Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

got this error trying to run the program with: PS C:\WINDOWS\system32\deep-live-cam> python run.py --execution-provider cuda

Open Sioscottecs23 opened this issue 1 year ago • 0 comments

PS C:\WINDOWS\system32\deep-live-cam> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\WINDOWS\system32\deep-live-cam\run.py", line 3, in from modules import core File "C:\WINDOWS\system32\deep-live-cam\modules\core.py", line 20, in import modules.ui as ui File "C:\WINDOWS\system32\deep-live-cam\modules\ui.py", line 10, in from modules.face_analyser import get_one_face File "C:\WINDOWS\system32\deep-live-cam\modules\face_analyser.py", line 2, in import insightface ModuleNotFoundError: No module named 'insightface' PS C:\WINDOWS\system32\deep-live-cam>

Sioscottecs23 avatar Aug 27 '24 13:08 Sioscottecs23