Update 0_setup.sh

This commit is contained in:
Smiril
2024-02-26 19:17:58 +01:00
committed by GitHub
parent c624bc1507
commit 3ac42a0684
+7
View File
@@ -18,6 +18,13 @@ if [ ! -d .dfl/DeepFaceLab ]; then
(cd .dfl/DeepFaceLab; git checkout main)
fi
if [ ! -d .dfl/env ]; then
echo "Cloning DeepFaceLab"
git clone --no-single-branch --depth 1 "https://github.com/Smiril/env.git" .dfl/env
(cd .dfl/env; git checkout main)
fi
if [ ! -d .venvs/deepfacelab ]; then
virtualenv -p python3 .venvs/deepfacelab
fi