8 lines
132 B
Bash
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
|