Deep-Live-Cam
Deep-Live-Cam copied to clipboard
real time face swap and one-click video deepfake with only a single image
i already downloaded torch and other files but i got this msg 
I have 4090 and it very slow few fps in sec, how to set lover resolution to make atleast 15 stable fps?
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,=3.7,=3.7,=3.7,
A lot of the dependencies are not working well out-of-the box. Please containainerize the applications and add instructions on README for the same.
I have a default cam on my laptop but if I want to test it with usb cam how can I change the camera selection I would appreciate it if...
Hey, I got this error message: ``` (Deep-Live-cam) XXX@XXX % python run.py --max-memory 20 --execution-provider coreml --execution-threads 12 Traceback (most recent call last): File "/Users/XXX/Documents/XXX/Deep-Live-Cam/run.py", line 6, in core.run() File...
Hey there, Deep-Live-Cam team! I'm having a bit of trouble with your app and could really use some help. I'm running this on a Windows 10 VM in Azure with...
Someting wrong but why? I'm sure the CUDA installed well. PS D:\pythonProject\Deep-Live-Cam> python run.py --execution-provider cuda WARNING:tensorflow:From D:\Program Files\Python311\Lib\site-packages\keras\src\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead. usage: run.py...
After installing all requirements, I tried to run this project but received below error: import torch ModuleNotFoundError: No module named 'torch' How can I fix this issue? Thx James
D:\LiveCam2024>pip install onnxruntime-gpu==1.18.1 Collecting onnxruntime-gpu==1.18.1 Using cached onnxruntime_gpu-1.18.1-cp312-cp312-win_amd64.whl.metadata (4.5 kB) Requirement already satisfied: coloredlogs in c:\users\turbo\appdata\local\programs\python\python312\lib\site-packages (from onnxruntime-gpu==1.18.1) (15.0.1) Requirement already satisfied: flatbuffers in c:\users\turbo\appdata\local\programs\python\python312\lib\site-packages (from onnxruntime-gpu==1.18.1) (24.3.25) Requirement already...