ai-forever / ai-forever/Real-ESRGAN
Crash due to breaking change in huggingface
未關閉
- 主要語言
- Python
- 星號
- 654
- 分支
- 223
- PR 合併指標
- 30 天內沒有已合併 PR
描述
from RealESRGAN import RealESRGAN
File "/usr/local/lib/python3.11/dist-packages/RealESRGAN/__init__.py", line 1, in
from .model import RealESRGAN
File "/usr/local/lib/python3.11/dist-packages/RealESRGAN/model.py", line 7, in
from huggingface_hub import hf_hub_url, cached_download
ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.11/dist-packages/huggingface_hub/__init__.py)
The solution is to add version to the `requirements.txt`:
```
huggingface-hub==0.25.2
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。