runtime error
Exit code: 1. Reason: download_path: /root/.insightface/models/buffalo_l Downloading /root/.insightface/models/buffalo_l.zip from https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip... Traceback (most recent call last): File "/app/app.py", line 16, in <module> swapper = FaceSwapper() File "/app/SinglePhoto.py", line 8, in __init__ self.app = FaceAnalysis(name='buffalo_l') ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/insightface/app/face_analysis.py", line 27, in __init__ self.model_dir = ensure_available('models', name, root=root) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/insightface/utils/storage.py", line 28, in ensure_available return download(sub_dir, name, force=False, root=root) File "/usr/local/lib/python3.13/site-packages/insightface/utils/storage.py", line 17, in download download_file(model_url, ~~~~~~~~~~~~~^^^^^^^^^^^ path=zip_file_path, ^^^^^^^^^^^^^^^^^^^ overwrite=True) ^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/insightface/utils/download.py", line 73, in download_file raise RuntimeError("Failed downloading url %s" % url) RuntimeError: Failed downloading url https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip
Container logs:
Fetching error logs...