mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
clarity
This commit is contained in:
parent
997eda5695
commit
de9bf62d0c
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user