mirror of
https://github.com/zebrajr/faceswap.git
synced 2026-01-15 12:15:15 +00:00
bugfix: Linux installer -cpu mode
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user