mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-12-06 00:20:02 +01:00
Merge 03576d503a into 2411f1e9b1
This commit is contained in:
commit
d29488a98b
|
|
@ -65,7 +65,7 @@ def get_face_swapper() -> Any:
|
|||
if FACE_SWAPPER is None:
|
||||
model_name = "inswapper_128.onnx"
|
||||
if "CUDAExecutionProvider" in modules.globals.execution_providers:
|
||||
model_name = "inswapper_128_fp16.onnx"
|
||||
model_name = "inswapper_128.onnx"
|
||||
model_path = os.path.join(models_dir, model_name)
|
||||
update_status(f"Loading face swapper model from: {model_path}", NAME)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user