ali-vilab / UniAnimate

Code for Paper "UniAnimate: Taming Unified Video Diffusion Models for Consistent Human Image Animation".
https://unianimate.github.io/
524 stars 29 forks source link

Encountered Connection Issue During Downloading Pre-trained Model #24

Closed WeekendCheung closed 1 week ago

WeekendCheung commented 1 week ago

When try to download one of the pre-trained model dw-ll_ucoco_384.onnx, it will keep repeating a connection warning

modelscope - WARNING - Downloading: checkpoints/._____temp/iic/unianimate/open_clip_pytorch_model.bin failed, reason: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer')) will retry

After several times, finally get the error message shown below

urllib3.exceptions.MaxRetryError: None: Max retries exceeded with url: https://www.modelscope.cn/api/v1/models/iic/unianimate/repo?Revision=master&FilePath=open_clip_pytorch_model.bin (Caused by ChunkedEncodingError(ProtocolError("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))))

May I ask the reason and how can I solve it? Many thanks!

wangxiang1230 commented 1 week ago

Hi, I don't have any similar problems on my side. One feasible idea is to visit the https://modelscope.cn/models/iic/UniAnimate/files website and download the model manually. Thanks.

WeekendCheung commented 1 week ago

Thank you so much! I will give a try.