You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have already downloaded the model and included them directly inside the server app = FaceAnalysis(name="buffalo_l", root="/root", providers=['CPUExecutionProvider'])
but it still tried to access github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip to download that zip file
The text was updated successfully, but these errors were encountered:
hwang136
changed the title
insight face does not use local model even if the path is specified
insight face does not use local model even if the path is specified with the exact same models
Apr 9, 2025
hwang136
changed the title
insight face does not use local model even if the path is specified with the exact same models
insight face does not use local model even if the local path is specified with the exact same models
Apr 9, 2025
I have already downloaded the model and included them directly inside the server
app = FaceAnalysis(name="buffalo_l", root="/root", providers=['CPUExecutionProvider'])
but it still tried to access
github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip
to download that zip fileThe text was updated successfully, but these errors were encountered: