deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
21.92k stars 5.26k forks source link

Failed downloading url #2573

Closed codewithdark-git closed 1 month ago

codewithdark-git commented 1 month ago

71 r = requests.get(url, stream=True) 72 if r.status_code != 200: ---> 73 raise RuntimeError("Failed downloading url %s" % url) 74 total_length = r.headers.get('content-length') 75 with open(fname, 'wb') as f:

RuntimeError: Failed downloading url https://github.com/deepinsight/insightface/releases/download/v0.7/./checkpoints/inswapper_128.onnx.zip

how to solve this Error please help...

paulocoutinhox commented 1 month ago

Hi,

It is here: https://huggingface.co/ezioruan/inswapper_128.onnx/tree/main