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
39.4k stars 5.75k forks source link

Don't running #138

Closed Pshenichka closed 1 week ago

Pshenichka commented 2 months ago

PS C:\DLC\Deep-Live-Cam> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\DLC\Deep-Live-Cam\run.py", line 3, in from modules import core File "C:\DLC\Deep-Live-Cam\modules\core.py", line 14, in import torch File "C:\Python310\lib\site-packages\torch__init__.py", line 148, in raise err OSError: [WinError 126] Не найден указанный модуль. Error loading "C:\Python310\lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

hacksider commented 2 months ago

You havent installed torch

Pshenichka commented 2 months ago

But i instal requirements file, and i have installed all modules, but it still can't find them, now its 'insightface'

hacksider commented 2 months ago

What do you mean now it's insightface? Can you include the error message?

Pshenichka commented 2 months ago

After error with torch module, i reinstalled him, but run command still shows error with another modules, wich one i reinstalled too, but on insightface it keep showing error after reinstallation

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

billythekidprog commented 2 months ago

I have the same error. I use W11.

ramzai23rus commented 2 months ago

I have the same error

bimboda commented 2 months ago

I have same error i have win11

d9012218 commented 2 months ago

Traceback (most recent call last): File "run.py", line 3, in from modules import core File "C:\Users\USER\Deep-Live-Cam\modules\core.py", line 20, in import modules.ui as ui File "C:\Users\USER\Deep-Live-Cam\modules\ui.py", line 10, in from modules.face_analyser import get_one_face File "C:\Users\USER\Deep-Live-Cam\modules\face_analyser.py", line 5, in from modules.typing import Frame File "C:\Users\USER\Deep-Live-Cam\modules\typing.py", line 7, in Frame = numpy.ndarray[Any, Any]

KINGMUDDY commented 2 months ago

File "C:\livecam\deep-live-cam\run.py", line 3, in from modules import core File "C:\livecam\deep-live-cam\modules\core.py", line 20, in import modules.ui as ui File "C:\livecam\deep-live-cam\modules\ui.py", line 3, in import customtkinter as ctk ModuleNotFoundError: No module named 'customtkinter'

how to get rid of this error

Diamondofdevil commented 1 month ago

all this is related to experimental branch. main branch works perfectly fine

exploretech commented 1 month ago

all this is related to experimental branch. main branch works perfectly fine

which is the main branch

Mrviktur commented 3 weeks ago

File "C:\Deep-Live-Cam-Improved-main\run.py", line 3, in from modules import core File "C:\Deep-Live-Cam-Improved-main\modules\core.py", line 20, in import modules.ui as ui File "C:\Deep-Live-Cam-Improved-main\modules\ui.py", line 6, in from PIL import Image, ImageOps File "C:\Deep-Live-Cam-Improved-main\venv\lib\site-packages\PIL\Image.py", line 100, in from . import _imaging as core ImportError: cannot import name '_imaging' from 'PIL' (C:\Deep-Live-Cam-Improved-main\venv\lib\site-packages\PIL__init__.py)

ochristianlove commented 2 weeks ago

i wrote the solution here, enjoy https://github.com/hacksider/Deep-Live-Cam/issues/73