mirror of https://github.com/vladmandic/automatic
merge: modules/face/insightface.py
parent
a3668e9f0c
commit
565beebd90
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue