Deep-Live-Cam
Deep-Live-Cam copied to clipboard
real time face swap and one-click video deepfake with only a single image
`python run.py` returns ` Traceback (most recent call last): File "C:\Users\Tanner\Desktop\Coding\Deep-Live-Cam-main\run.py", line 3, in from modules import core File "C:\Users\Tanner\Desktop\Coding\Deep-Live-Cam-main\modules\core.py", line 14, in import torch ModuleNotFoundError: No module named 'torch'...
>py -3.11 run.py --execution-provider cuda usage: run.py [-h] [-s SOURCE_PATH] [-t TARGET_PATH] [-o OUTPUT_PATH] [--frame-processor {face_swapper,face_enhancer} [{face_swapper,face_enhancer} ...]] [--keep-fps] [--keep-audio] [--keep-frames] [--many-faces] [--nsfw-filter] [--map-faces] [--mouth-mask] [--video-encoder {libx264,libx265,libvpx-vp9}] [--video-quality [0-51]] [-l...
When i select my camera, i enter a face and press live. The Source x Target Mapper shows up, but no output. Its just blank. I think its not even...
(venv) D:\Deep-Live-Cam>python run.py --execution-provider cuda 2025-04-29 17:25:43.9095646 [E:onnxruntime:Default, provider_bridge_ort.cc:1480 onnxruntime::TryGetProviderInfo_CUDA] D:\a\_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1193 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126 "" when trying to load "D:\Deep-Live-Cam\venv\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" EP...
when i press any key to continue it exits and nothing more happens
## Summary by Sourcery Fix camera detection and frame processor initialization issues on Mac M1/M2 systems Bug Fixes: - Improved camera detection logic for macOS to handle M1/M2 systems -...
This is the error I'm getting when running `python3.10 run.py --execution-provider coreml`. ``` OpenCV: out device of bound (0-1): 2 OpenCV: camera failed to properly initialize! ... ... [04/29 10:30:28.356590][info][32867190][DeviceManager.cpp:15]...
- Enhanced color space handling in capturer.py with explicit controls - Improved cluster analysis with silhouette scoring for better face matching - Added caching for NSFW model to improve performance...
There were multiple issues with the current python lib versions which would lead to not being able to use gfpgan. Downloading the models and saving in gfpgan was also not...