From ec0c4d01288db1a2b7fec7f71c32c4ce365e471c Mon Sep 17 00:00:00 2001 From: iperov Date: Tue, 26 Mar 2019 09:15:22 +0400 Subject: [PATCH] upd readme --- README.md | 6 ++++++ doc/doc_build_and_repository_info.md | 12 ------------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c39bdfe..92f5d3b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ bitcoin:31mPd6DxPCzbpCMZk4k1koWAbErSyqkAXr - ### [Prebuilt windows app](doc/doc_prebuilt_windows_app.md) +- ### [Forks] + +[Google Colab fork](https://github.com/chervonij/DFL-Colab) by @chervonij + +[Linux fork](https://github.com/lbfs/DeepFaceLab_Linux) by @lbfs + - ### [Ready to work facesets](doc/doc_ready_to_work_facesets.md) - ### [Build and repository info](doc/doc_build_and_repository_info.md) diff --git a/doc/doc_build_and_repository_info.md b/doc/doc_build_and_repository_info.md index 6fb36bb..89a740e 100644 --- a/doc/doc_build_and_repository_info.md +++ b/doc/doc_build_and_repository_info.md @@ -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`.