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

(venv) (base) PS C:\Users\aivan\OneDrive\Робочий стіл\Deep-Live-Cam> python run.py --execution-provider cuda [ WARN:[email protected]] global loadsave.cpp:248 cv::findDecoder imread_('C:/Users/aivan/OneDrive/╨а╨╛╨▒╨╛╤З╨╕╨╣ ╤Б╤В╤Ц╨╗/USAFA_Hosts_Elon_Musk_(Image_1_of_17)_(cropped).jpg'): can't open/read file: check file path/integrity Applied providers: ['CUDAExecutionProvider', 'CPUExecutionProvider'], with options: {'CUDAExecutionProvider': {'device_id':...

This error pops up during building prcoess, and i got black square output Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: C:\Users\User/.insightface\models\buffalo_l\1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0...

Installations went through without much trouble in venv pip install -r -requimnets.txt shows I have all packages. I don't know how to deal with this and what the error is...

Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.0.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ...

Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...

dependencies

![Screenshot 2024-07-30 221302](https://github.com/user-attachments/assets/89cc3a72-eb8a-4644-91c7-65951cd23cf0) 1. after run-cuda.bat this appears ![Screenshot 2024-07-30 221728](https://github.com/user-attachments/assets/a04b5a29-5458-4f78-a4db-274b7daeb078) 2.the preview interface doesn't open you to see your face, camera will be on but you cannot see your...

Error: requests.exceptions.ProxyError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /deepinsight/insightface/releases/download/v0.7/buffalo_l.zip (Caused by ProxyError('Unable to connect to proxy', FileNotFoundError(2, 'No such file or directory'))) [https://[s21.aconvert.com/convert/p3r68-cdx67/6cn6t-zl8pw.mp4](https://s21.aconvert.com/convert/p3r68-cdx67/6cn6t-zl8pw.mp4)](url)

On Mac, running run.py opens a blank window. Mac,运行run.py 窗口打开是空白。

After a few seconds a segmentation fault error shows up. ``` % python run.py --execution-provider coreml zsh: segmentation fault python run.py --execution-provider coreml ``` The same happens with just `python...

I have an M3 Pro, but after following the below, it still uses the CPU and not the GPU ```bash pip uninstall onnxruntime onnxruntime-silicon pip install onnxruntime-silicon==1.13.1 python run.py --execution-provider...