Plachtaa / VALL-E-X

An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io/vallex/
MIT License
7.58k stars 756 forks source link

requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /charactr/vocos-encodec-24khz/resolve/main/config.yaml #142

Open zzf-yy opened 10 months ago

zzf-yy commented 10 months ago

requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /charactr/vocos-encodec-24khz/resolve/main/config.yaml (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001A79BD25CD0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 6b522bed-e944-4168-b636-7b4c165b3ec5)') 该如何解决这个问题呢

hkzbiyx commented 10 months ago

@zzf-yy

Download this file. https://pan.baidu.com/s/123sbEQRvbWJrx728JwgqSg?pwd=h2gi

If you're on Linux, run this: tar zxvf vocos.tar.gz -C ~/.cache/huggingface/hub

If you're on Windows, please unzip the file to this directory: C:\Users\%username%\.cache\huggingface\hub\models--charactr--vocos-encodec-24khz\

ElinLiu0 commented 5 months ago

requests.exceptions.ConnectTimeout: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /charactr/vocos-encodec-24khz/resolve/main/config.yaml (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001A79BD25CD0>, 'Connection to huggingface.co timed out. (connect timeout=10)'))"), '(Request ID: 6b522bed-e944-4168-b636-7b4c165b3ec5)') 该如何解决这个问题呢

如何过网络条件允许,可以先使用git lfs把这个模型克隆下来,再对应的放到你的huggingface hub的缓存目录,通常Linux下应该是在:$HOME/.cache/huggingface/hub,Windows没用过所以不是很清楚。

caixinyao commented 4 months ago

@zzf-yy

Download this file. https://pan.baidu.com/s/123sbEQRvbWJrx728JwgqSg?pwd=h2gi

If you're on Linux, run this: tar zxvf vocos.tar.gz -C ~/.cache/huggingface/hub

If you're on Windows, please unzip the file to this directory: C:\Users\%username%\.cache\huggingface\hub\models--charactr--vocos-encodec-24khz\

您好,运行之后还是显示这个错误,怎么办?

hkzbiyx commented 3 months ago

@zzf-yy Download this file. https://pan.baidu.com/s/123sbEQRvbWJrx728JwgqSg?pwd=h2gi If you're on Linux, run this: tar zxvf vocos.tar.gz -C ~/.cache/huggingface/hub If you're on Windows, please unzip the file to this directory: C:\Users\%username%\.cache\huggingface\hub\models--charactr--vocos-encodec-24khz\

您好,运行之后还是显示这个错误,怎么办?

用windows的话,要把vocos.tar.gz解压才能用,解压完C:\Users\%username%\.cache\huggingface\hub\models--charactr--vocos-encodec-24khz\目录下应该有snapshots和refs这两个文件夹。 用Linux的话,运行这个来解压就行tar zxvf vocos.tar.gz -C ~/.cache/huggingface/hub