dvlab-research / Video-P2P

Video-P2P: Video Editing with Cross-attention Control
https://video-p2p.github.io/
386 stars 25 forks source link

cannot import name 'cached_download' from 'huggingface_hub' #18

Closed tian-2024 closed 4 weeks ago

tian-2024 commented 4 weeks ago

I followed the default setting and got this problem.

I tried to solve it by use

pip install huggingface-hub==0.25.2

and solved it