gpu has no performance benefit

pull/179/head
Somdev Sangwan 2023-07-07 14:52:59 +05:30 committed by GitHub
parent ddc02ee1a9
commit e6333fbe5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from modules.face_restoration import FaceRestoration, restore_faces
from modules.upscaler import Upscaler, UpscalerData
from scripts.roop_logging import logger
providers = onnxruntime.get_available_providers()
providers = ["CPUExecutionProvider"]
@dataclass