Deep-Live-Cam
Deep-Live-Cam copied to clipboard
real time face swap and one-click video deepfake with only a single image
 The install went fine, but when I start the app (either with or without Apple Silicon GPU set up) this is what I...
After I installed all the dependencies, running run.py still shows this error. How can I solve it? I referred to this:[https://github.com/s0md3v/sd-webui-roop/issues/46](url)
The interface opens successfully, but when I start Live, the face appears black. Why is this happening, and how can I fix it?
I have this error, cannot proceed installation. My Python is 3.10 Everything seems to went fine until this one happened: (venv) (base) D:\Deep-Live-Cam-cuda\Deep-Live-Cam-cuda>python run.py Traceback (most recent call last): File...
elon mask
Hi, thanks for providing this great project, I find the [inswapper_128_fp16.onnx](https://huggingface.co/hacksider/deep-live-cam/resolve/main/inswapper_128_fp16.onnx) that attached can be futher optimized by using [onnxslim ](https://github.com/inisis/OnnxSlim) without lose of accuracy, here are the results. ```...
## Summary by Sourcery Update README.md to provide additional instructions for optimizing the inswapper_128_fp16.onnx model using onnxslim. Documentation: - Updated README.md to include instructions for optimizing the inswapper_128_fp16.onnx model using...
As the title says, when I enable the "Face Enhancer" for the Live Web Camera, the fps is low, and the movements is slow. Is there a way to improve...
I've made a conda env 3.10.9 ``` conda create --name deep-live-cam conda activate deep-live-cam ``` and I followed along the installation with `pip install -r requirements.txt pip uninstall onnxruntime onnxruntime-silicon...
https://github.com/hacksider/Deep-Live-Cam/issues/198 ## Summary by Sourcery Add support for onnxslim by updating the README.md with instructions on how to optimize the inswapper_128_fp16.onnx model. Documentation: - Update README.md to include instructions for...