From 565beebd907849d0a8cbe371645e4feebf0c28d8 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Thu, 12 Mar 2026 14:16:51 +0100 Subject: [PATCH] merge: modules/face/insightface.py --- modules/face/insightface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/face/insightface.py b/modules/face/insightface.py index 087ea9d06..d691037dd 100644 --- a/modules/face/insightface.py +++ b/modules/face/insightface.py @@ -33,7 +33,6 @@ def get_app(mp_name, threshold=0.5, resolution=640): model_path = hf.hf_hub_download( repo_id='vladmandic/insightface-faceanalysis', filename=f'{mp_name}.zip', - local_dir_use_symlinks=False, cache_dir=opts.hfcache_dir, local_dir=local_dir )