Picsart-AI-Research / StreamingT2V

StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text
https://streamingt2v.github.io/
1.42k stars 149 forks source link

MaxRetryError - modelscope doesnt download #45

Open snehasree-sony opened 5 months ago

snehasree-sony commented 5 months ago

MaxRetryError: None: Max retries exceeded with url: http://www.modelscope.cn/api/v1/models/damo/ Video-to-Video/repo?Revision=v1.1.0&FilePath=non_ema_0035000.pth (Caused by ConnectionError(ReadTimeoutError("HTTPC onnectionPool(host='www.modelscope.cn', port=80): Read timed out.")))

Please help with this error. Also, I couldnt see Animatediff and SVD even if i change the flag of basemodel. I could see only modelscope under third_party folder.

niunaicoke commented 4 months ago

同问

oldnaari commented 2 months ago

About the MaxRetryError, we cannot fix this, because this is caused by a third-party library. Sometimes it happens when modelscope download servers are not available. Retrying later should work.

About the AnimateDiff and SVD, we are using them from diffusers, so there shouldn't be any additional directories for them in the project. Do you get any other errors when changing the flag of basemodel?