Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Check latest cudnn and cudatoolkit version for your GPU device.
git clone --depth 1 https://github.com/nagadit/DeepFaceLab_Linux.git
cd DeepFaceLab_Linux
git clone --depth 1 https://github.com/iperov/DeepFaceLab.git
python -m pip install -r ./DeepFaceLab/requirements-cuda.txt
python -m pip install --default-timeout=100 -r ./DeepFaceLab/requirements-cuda.txt
```

## 4. Download Pretrain (optional)
Expand All @@ -39,4 +39,4 @@ Run all scripts with BASH shell
```bash
bash 1_clear_workspace.sh
```
etc
etc