mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-04 07:56:42 +08:00
clarity
This commit is contained in:
2
run.py
2
run.py
@@ -12,7 +12,7 @@ if '--gpu' not in sys.argv:
|
||||
elif 'ROCMExecutionProvider' not in core.globals.providers:
|
||||
import torch
|
||||
if not torch.cuda.is_available():
|
||||
quit("You are using --gpu flag but CUDA isn't available on your system.")
|
||||
quit("You are using --gpu flag but CUDA isn't available or properly installed on your system.")
|
||||
|
||||
import glob
|
||||
import argparse
|
||||
|
Reference in New Issue
Block a user