w-okada / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
16.13k stars 1.75k forks source link

[REQUEST]: How to close the request samples_0004_t.json during startup #1143

Open Jeffrey-deng opened 7 months ago

Jeffrey-deng commented 7 months ago

In a few words, describe your idea

How to set the option to close request for this file(samples_0004_t.json) during startup, or add an option to close it

More information

Accessing huggingface.co in China is not smooth. If there is no proxy, the request will be stuck during startup https://huggingface.co/wok000/vcclient_model/raw/main/samples_0004_t.json It will be stuck for a long time until the request fails before finally opening, How to set to close request for this file during startup, or add an option

Misaki-Ki commented 7 months ago

I've noticed the same thing globally when huggingface.co went down for an extended period of time. The application would not proceed past startup while trying to access the server. I'm unsure if it is due to models from the website, or something the application needs itself.

Jeffrey-deng commented 7 months ago

I've noticed the same thing globally when huggingface.co went down for an extended period of time. The application would not proceed past startup while trying to access the server. I'm unsure if it is due to models from the website, or something the application needs itself.

If we have our own model, then this file is not necessary

KarinMiku commented 6 months ago

just mark as "read only" those three sample files and the program will skip that step allowing you to bypass the stuck issue when huggingface is down

Jeffrey-deng commented 5 months ago

just mark as "read only" those three sample files and the program will skip that step allowing you to bypass the stuck issue when huggingface is down只需将这三个示例文件标记为“只读”,程序就会跳过该步骤,从而允许您在 HuggingFace 关闭时绕过卡住的问题

it's doesn't work,it first sends a request.