runtime error

Error: Not Found for url: http://www.modelscope.cn/api/v1/models/camenduru/damo-image-to-video The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 35, in is_official_hub_impl _ = HubApi().get_model(path, revision=revision) File "/home/user/.local/lib/python3.10/site-packages/modelscope/hub/api.py", line 227, in get_model handle_http_response(r, logger, cookies, model_id) File "/home/user/.local/lib/python3.10/site-packages/modelscope/hub/errors.py", line 88, in handle_http_response raise HTTPError('Response details: %s' % message) from error requests.exceptions.HTTPError: Response details: {'Code': 10010205001, 'Message': '获取模型信息失败,信息:record not found', 'RequestId': '41aa1102-4321-4bc5-90e7-4ae7752c97ef', 'Success': False} During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 8, in <module> pipe = pipeline(task='image-to-video', model='camenduru/damo-image-to-video') File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 106, in pipeline model = normalize_model_input( File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 26, in normalize_model_input if isinstance(model, str) and is_official_hub_path(model, model_revision): File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 41, in is_official_hub_path return is_official_hub_impl(path) File "/home/user/.local/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 38, in is_official_hub_impl raise ValueError(f'invalid model repo path {e}') ValueError: invalid model repo path Response details: {'Code': 10010205001, 'Message': '获取模型信息失败,信息:record not found', 'RequestId': '41aa1102-4321-4bc5-90e7-4ae7752c97ef', 'Success': False}

Container logs:

Fetching error logs...