DeepFaceLab/doc/doc_features.md

1.4 KiB

Features:

  • works on AMD, NVIDIA, IntelHD graphics and all OpenCL1.2-compatible videocards with at least 256M video memory. Of course, the more memory available, the better quality you will get.

  • CPU-only mode [--cpu-mode]. 8th gen Intel core CPU able to train H64 model in 2 days.

  • Windows build is standalone ready to work program and contains all dependencies (CUDA, OpenCL, ffmpeg, .bat script etc) to start working

  • New models expanding upon the original faceswap model.

  • Model architecture designed with experimentation in mind.

  • Face metadata embedded into extracted JPG files.

  • Extractor and Converter run in parallel.

  • Debug mode option for all stages: [--debug]

  • Multiple extraction modes: MTCNN, dlib, or manual.

Extractor Examples

MTCNN

Predicts faces more uniformly than dlib, resulting in a less jittered aligned output. However, MTCNN extraction will produce more false positives.

Comparison dlib (at left) vs mtcnn on hard case:

  • Manual Extractor

A manual extractor is available. This extractor uses the preview GUI to allow the user to properly align detected faces.

This mode can also be used to fix incorrectly extracted faces. Manual extraction can be used to greatly improve training on face sets that are heavily obstructed.

Result