mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-07 17:21:29 +08:00
quit it
This commit is contained in:
1
run.py
1
run.py
@@ -4,6 +4,7 @@ import core.globals
|
|||||||
|
|
||||||
if not shutil.which('ffmpeg'):
|
if not shutil.which('ffmpeg'):
|
||||||
print('ffmpeg is not installed. Read the docs you idiot.\n' * 10)
|
print('ffmpeg is not installed. Read the docs you idiot.\n' * 10)
|
||||||
|
quit()
|
||||||
if '--gpu' not in sys.argv:
|
if '--gpu' not in sys.argv:
|
||||||
core.globals.providers = ['CPUExecutionProvider']
|
core.globals.providers = ['CPUExecutionProvider']
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user