be nice
This commit is contained in:
parent
be3a4e8ebd
commit
4d87de8a0c
2
run.py
2
run.py
@ -3,7 +3,7 @@ import shutil
|
|||||||
import core.globals
|
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: https://github.com/s0md3v/roop#installation.\n' * 10)
|
||||||
quit()
|
quit()
|
||||||
if '--gpu' not in sys.argv:
|
if '--gpu' not in sys.argv:
|
||||||
core.globals.providers = ['CPUExecutionProvider']
|
core.globals.providers = ['CPUExecutionProvider']
|
||||||
|
Loading…
Reference in New Issue
Block a user