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

real time face swap and one-click video deepfake with only a single image

Results 627 Deep-Live-Cam issues
Sort by recently updated
recently updated
newest added

im_ratio = float(img.shape[0]) / img.shape[1] AttributeError: 'NoneType' object has no attribute 'shape' How I can fix that? nothing works with me :')

hi team, pip install -r requirements.txt is error in Windows 11 Enterprise,my python verison is 3.6.3, error information folllow: (.venv) PS D:\GIT\Deep-Live-Cam> pip install -r requirements.txt Looking in indexes: https://pypi.org/simple,...

Update README to use correct DirectML execution provider argument (dml) ## Summary by Sourcery Correct the execution provider name in the README.md usage instructions from 'directml' to 'dml'. Documentation: -...

PS C:\Users\jc678\Deep-Live-Cam> pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118 Ignoring torch: markers 'sys_platform == "darwin"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin"' don't match your...

PS C:\Users\jc678\Deep-Live-Cam> pip install -r requirements.txt Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118 Ignoring torch: markers 'sys_platform == "darwin"' don't match your environment Ignoring torchvision: markers 'sys_platform == "darwin"' don't match your...

update versions of all dependencies listed on requirements.txt

My "onnxruntime-gpu" version is **1.16.3** "CUDA Toolkit" version is **11.8** ![Snipaste_2024-08-27_21-21-04](https://github.com/user-attachments/assets/28e1d6e8-664f-4b6d-800e-90332b134f3e) But when i run(**python run.py --execution-provider cuda**), it output: ```2024-08-27 21:19:07.1822642 [E:onnxruntime:Default, provider_bridge_ort.cc:1480 onnxruntime::TryGetProviderInfo_CUDA] D:\a\_work\1\s\onnxruntime\core\session\provider_bridge_o rt.cc:1193 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] :...

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...

I'm using Ubuntu 24.04 and python version Python 3.12.3 and when I try to install ` torchvision==0.15.2+cu118` it gives me the following error ``` ERROR: Ignored the following yanked versions:...

1. Install all modules successfully 2. Run python3 run.py --execution-provider cuda --execution-threads 60 --max-memory 60 3. Error made Specs: Windows 11 Pro 23H2 Galax RTX 3060 i5 10400F overclocked Secure...