DeepFaceLab
DeepFaceLab copied to clipboard
DeepFaceLab is the leading software for creating deepfakes.
Traceback (most recent call last): File "main.py", line 343, in arguments.func(arguments) File "main.py", line 304, in process_xsegapply XSegUtil.apply_xseg (Path(arguments.input_dir), Path(arguments.model_dir)) File "/content/drive/My Drive/DeepFaceLab/DeepFaceLab_Colab/mainscripts/XSegUtil.py", line 57, in apply_xseg raise_on_no_model_files=True) File "/content/drive/My...
Hello I noticed that the extracted images from data_dst.mp4 are checked after the model and src/dst faces are loaded. This means in larger projects of 60.000 images, it takes quite...
THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ## Expected behavior Id like to adjust mask fadeout on characers with longer jaws...
## Expected behavior I'm trying to run "extract images from data_src.bat" which should extract all the frames from my data_src into the data_src folder. ## Actual behavior It starts to...
## Expected behavior This is my first time doing something with deep fake and I'm using DeepFaceLab, I did all of the steps from extracting and face-set extracting and Xseg...
THIS IS NOT TECH SUPPORT FOR NEWBIE FAKERS POST ONLY ISSUES RELATED TO BUGS OR CODE ## Expected behaviour Extracting facesets will utilize the selected GPU (1050ti mobile) it will...
this keeps happening after i installed my GTX1660 non super card please help me to solve it [new] No saved models found. Enter a name of a new model :...
Apologies if this is not the proper mechanism. I'm an amateur filmmaker, and I would like to experiment with replacing a live actor's face with a 3D model from software...
Hi, Well this is not an Issue, but I was wondering if you're planning to make this program available also in M1 Macs, Thanks.
In 'core/leras/nn.py', line 176-179: ``` def getCurrentDeviceConfig(): if nn.current_DeviceConfig is None: nn.current_DeviceConfig = DeviceConfig.BestGPU() return nn.current_DeviceConfig ``` The class name 'nn' are missed in the 3rd line, and it should...