mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-06 13:02:15 -07:00
7 lines
145 B
Bash
Executable file
7 lines
145 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source env.sh
|
|
|
|
$DFL_PYTHON "$DFL_SRC/main.py" util \
|
|
--input-dir "$DFL_WORKSPACE/data_src/aligned" \
|
|
--pack-faceset
|
|
|