Files
DeepFaceLab_MacOS/scripts/env.sh
T
2023-02-28 08:40:05 +02:00

8 lines
132 B
Bash

DFL_PYTHON=/opt/homebrew/bin/python3.11
DFL_MAIN=.dfl/DeepFaceLab/main.py
WORKSPACE=workspace
source .dfl/env/bin/activate
set -e