mirror of
https://github.com/s0md3v/roop.git
synced 2025-10-06 08:47:03 +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:
|
elif 'ROCMExecutionProvider' not in core.globals.providers:
|
||||||
import torch
|
import torch
|
||||||
if not torch.cuda.is_available():
|
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 glob
|
||||||
import argparse
|
import argparse
|
||||||
|
Reference in New Issue
Block a user