bugfix: Linux installer -cpu mode

This commit is contained in:
torzdf 2023-02-11 23:58:45 +00:00
parent 4a5a10977b
commit 757088f68b

View File

@ -411,8 +411,7 @@ clone_faceswap() {
setup_faceswap() {
# Run faceswap setup script
info "Setting up Faceswap..."
if [ $VERSION != "cpu" ] ; then args="--$VERSION" ; else args="" ; fi
python -u "$DIR_FACESWAP/setup.py" --installer $args
python -u "$DIR_FACESWAP/setup.py" --installer --$VERSION
}
create_gui_launcher () {