mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
doc fixes as requested
This commit is contained in:
parent
f60b71c675
commit
ce732dfb32
4 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
|||
## Build and Repository Info
|
||||
|
||||
DeepFaceLab officially supports Windows-only. Linux and OS X are untested.
|
||||
DeepFaceLab officially supports Windows-only. If you want to support Mac/Linux/Docker - create a fork, it will be referenced here.
|
||||
|
||||
|
||||
#### **Installing dlib on Windows**
|
||||
|
||||
The version of `dlib` in pip is compiled without CUDA support. Therefore you have to compile it manually in order to use the `dlib` face extractor.
|
||||
|
||||
To build this on Windows run following command:: `python setup.py install -G "Visual Studio 14 2015" --yes DLIB_USE_CUDA`
|
||||
Command line example for Windows: `python setup.py install -G "Visual Studio 14 2015" --yes DLIB_USE_CUDA`
|
||||
|
||||
#### **CPU mode**
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
### **Features**:
|
||||
|
||||
- Regularly updated Windows binary containing pre-compiled dependencies, including CUDA libraries.
|
||||
- Windows binary containing pre-compiled dependencies, including CUDA libraries.
|
||||
|
||||
- New models expanding upon the original df model.
|
||||
- New models expanding upon the original faceswap model.
|
||||
|
||||
- Model architecture designed with experimentation in mind.
|
||||
|
||||
- Face metadata embedded into extracted JPG files.
|
||||
|
||||
- CPU-only mode [`--cpu-mode`]
|
||||
- CPU-only mode [`--cpu-mode`]. 8th gen Intel core CPU able to train H64 model in 2 days.
|
||||
|
||||
- Preview window
|
||||
|
||||
- Extractor and Converter can be run in parallel.
|
||||
- Extractor and Converter run in parallel.
|
||||
|
||||
- Debug mode option for all stages: [`--debug`]
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### **Prebuilt Windows Releases**
|
||||
|
||||
Windows builds with all dependencies included are released regularly. Only the NVIDIA GeForce display driver needs to be installed. Prebuilt DeepFaceLab, including GPU and CPU versions, can be downloaded from [Mega](https://mega.nz/#F!b9MzCK4B!zEAG9txu7uaRUjXz9PtBqg) or [BitTorrent](https://rutracker.org/forum/viewtopic.php?p=75318742).
|
||||
Windows builds with all dependencies included are released regularly. Only the NVIDIA GeForce display driver needs to be installed. Prebuilt DeepFaceLab, including GPU and CPU versions, can be downloaded from [Mega](https://mega.nz/#F!b9MzCK4B!zEAG9txu7uaRUjXz9PtBqg) or [BitTorrent](https://rutracker.org/forum/viewtopic.php?p=75318742) (magnet link inside).
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### **Example Face Sets**:
|
||||
|
||||
Faces sets for the following have been pre-extracted for experimentation,
|
||||
Faces sets for the following have been pre-extracted,
|
||||
|
||||
- Nicolas Cage
|
||||
- Steve Jobs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue