Deep-Live-Cam
Deep-Live-Cam copied to clipboard
real time face swap and one-click video deepfake with only a single image
Deep-Live-Cam-experimental> python run.py --execution-provider cuda Traceback (most recent call last): File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\run.py", line 3, in from modules import core File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\modules\core.py", line 21, in import modules.ui as ui File "C:\Users\megam\Downloads\Deep-Live-Cam-experimental\modules\ui.py",...
added elif for pygrabber import via https://github.com/hacksider/Deep-Live-Cam/blob/ac8feff652d92a3f9f4bae3a8403f4ac53d86547/modules/ui.py#L449C1-L450C1
speed up
GPU: 3060 12G: python run.py --execution-provider cuda --execution-threads 60 --max-memory 60 the speed is 1.2 how to speed up? [DLC.CORE] Extracting frames... ========+get_frame_processors_modules state: [, ] ========+frame_processors: ['face_swapper', 'face_enhancer'] ========+set_frame_processors_modules_from_ui...
**Title:** Need for Enhanced Clarity and Detail in Facial Features During Video Processing Without Artificial Enhancement --- **Issue Description:** During the video processing workflow, I have encountered a noticeable decline...
**Issue Title:** No Video File Generated Despite Successful Processing Message **Description:** After running the face swap functionality with the following command, I receive a success message but cannot locate the...
**Issue Title:** Compatibility Issue with `comtypes` in Experimental Build **Description:** When attempting to execute the experimental build of the Deep-Live-Cam project using the command: ``` python run.py --execution-provider cuda ```...
hi its possible to clone voice and do live processing with deep program?
Hello all, I get the following Error Message on pip install -r requirements.txt ``` PS C:\Users\etc\Downloads\DeepLiveCam\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 ==...
I'm experiencing an issue with the face swapping functionality in the Deep-Live-Cam project. The main window of the application loads correctly, but when I click on the "Live" button, a...
### Two Face Feature and Face Controls Added a new feature that can work with two faces in source image and replace two target faces on webcam, video or image....