You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running python run.py --execution-provider cuda --execution-threads 60 --max-memory 60 -s C:\Users\Sysadmin\Pictures\source\komichi.jpg -t C:\Users\Sysadmin\Pictures\source\target\chi.jpg -o C:\Users\Sysadmin\Pictures\source\output on the cmd prompt on windows does the faceswap currectly, but adding --frame-processor face_enhancer to it like python run.py --execution-provider cuda --execution-threads 60 --max-memory 60 -s C:\Users\Sysadmin\Pictures\source\komichi.jpg -t C:\Users\Sysadmin\Pictures\source\target\chi.jpg -o C:\Users\Sysadmin\Pictures\source\output --frame-processor face_enhancer does nothing, it doesn't face swap or enhance, it just put the source image as it is to the output path
The text was updated successfully, but these errors were encountered:
Running
python run.py --execution-provider cuda --execution-threads 60 --max-memory 60 -s C:\Users\Sysadmin\Pictures\source\komichi.jpg -t C:\Users\Sysadmin\Pictures\source\target\chi.jpg -o C:\Users\Sysadmin\Pictures\source\output
on the cmd prompt on windows does the faceswap currectly, but adding--frame-processor face_enhancer
to it likepython run.py --execution-provider cuda --execution-threads 60 --max-memory 60 -s C:\Users\Sysadmin\Pictures\source\komichi.jpg -t C:\Users\Sysadmin\Pictures\source\target\chi.jpg -o C:\Users\Sysadmin\Pictures\source\output --frame-processor face_enhancer
does nothing, it doesn't face swap or enhance, it just put the source image as it is to the output pathThe text was updated successfully, but these errors were encountered: