The colab gives error.

#12
by BladedSupernova - opened

FileDownloadError Traceback (most recent call last)
in
2 from modelscope.outputs import OutputKeys
3
----> 4 p = pipeline('text-to-video-synthesis', 'damo/text-to-video-synthesis')
5 test_text = {
6 'text': 'A hand lifts a cup.',

3 frames
/usr/local/lib/python3.9/dist-packages/modelscope/hub/file_download.py in http_get_file(url, local_dir, file_name, cookies, headers)
257 file_name, total, downloaded_length)
258 logger.error(msg)
--> 259 raise FileDownloadError(msg)
260 os.replace(temp_file.name, os.path.join(local_dir, file_name))

FileDownloadError: File VQGAN_autoencoder.pth download incomplete, content_length: 5214865159 but the file downloaded length: 459775848, please download again

Sign up or log in to comment