mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-14 00:53:48 -07:00
upd readme
This commit is contained in:
parent
dbc8faf899
commit
ec0c4d0128
2 changed files with 6 additions and 12 deletions
|
@ -1,15 +1,3 @@
|
|||
## Build and Repository Info
|
||||
|
||||
DeepFaceLab officially supports Windows-only. If you want to support Mac/Linux/Docker - create a fork, it will be referenced here.
|
||||
|
||||
[Linux fork](https://github.com/lbfs/DeepFaceLab_Linux) by @lbfs
|
||||
|
||||
#### **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.
|
||||
|
||||
Command line example for Windows: `python setup.py install -G "Visual Studio 14 2015" --yes DLIB_USE_CUDA`
|
||||
|
||||
#### **CPU mode**
|
||||
|
||||
It is possible to run from script for all stages using the `--cpu-only` flag. To run from script, install the separate dependencies for CPU mode using `pip -r requirements-cpu.txt`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue