mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
bugfix: Linux installer -cpu mode
This commit is contained in:
parent
4a5a10977b
commit
757088f68b
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user