lllyasviel / Paints-UNDO

Understand Human Behavior to Align True Needs
Apache License 2.0
3.51k stars 314 forks source link

Removed from hugginface? #97

Closed flabble closed 1 week ago

flabble commented 3 weeks ago

ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/home/Ubuntu/miniconda3/envs/paints_undo/lib/python3.10/site-packages/huggingface_hub/init.py)

cherifyd commented 3 weeks ago

you can fix it with : pip install huggingface_hub==0.24.7

source: https://github.com/FunAudioLLM/CosyVoice/issues/516

ReloadProcz commented 2 weeks ago

Just DOWNGRADE your huggingface-hub version is OK. e.g. My huggingface-hub version is 0.24.0. That works.(huggingface-hub<=0.25.0, Maybe?)