From 5591b03a8823e4e1fdabb56cbdb7570d67c208e4 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 9 Oct 2023 13:43:03 +0200 Subject: [PATCH] Hotfix installer --- facefusion/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/installer.py b/facefusion/installer.py index 72b87bd..69154b4 100644 --- a/facefusion/installer.py +++ b/facefusion/installer.py @@ -36,7 +36,7 @@ def cli() -> None: def run(program : ArgumentParser) -> None: args = program.parse_args() - if args.onnxruntime: + if args.torch and args.onnxruntime: answers =\ { 'torch': args.torch,