merge: modules/face/insightface.py

pull/4678/head
vladmandic 2026-03-12 14:16:51 +01:00
parent a3668e9f0c
commit 565beebd90
1 changed files with 0 additions and 1 deletions

View File

@ -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
)