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