IAHispano / Applio

A simple, high-quality voice conversion tool focused on ease of use and performance
https://applio.org
MIT License
1.82k stars 294 forks source link

japanese-hubert-base problem #772

Closed kbuwel closed 1 month ago

kbuwel commented 1 month ago

This is a part of the log displayed on the screen. I don't know how to get the entire log. wget.download(url, out=model_path)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\site-packages\wget.py", line 526, in download
(tmpfile, headers) = ulib.urlretrieve(binurl, tmpfile, callback)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 239, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 523, in open
response = meth(req, response)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 632, in http_response
response = self.parent.error(
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 555, in error
result = self._call_chain(args)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 494, in _call_chain
result = func(
args)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 747, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 517, in open
response = self._open(req, data)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 494, in _call_chain
result = func(*args)
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "C:\Users\Administrator\Downloads\Applio-3.2.2\env\lib\urllib\request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local is suer certificate (_ssl.c:1133)>
I chose 48k v2 for the audio file sampling. I set the rest to default and only selected japanese-hubert-base.

AznamirWoW commented 1 month ago

Close Applio and try running this from the Applio folder: env\python -m pip install --upgrade certifi edge_tts

Also maybe do not use Administrator account to run Applio

kbuwel commented 1 month ago

The problem was not solved.

blaisewf commented 1 month ago

do you have internet? try connecting to huggingface. or just download and upload the model by your own

kbuwel commented 1 month ago

I am using Applio on the PC I am writing this on. https://huggingface.co/rinna/japanese-hubert-base I downloaded the model from the link above. It is a model.pt file. I renamed it to japanese-hubert-base.pt in the folder where the contentvec_base.pt file is and ran the paste. The model was not applied. I think something is wrong. Please let me know what I am doing wrong.

AznamirWoW commented 1 month ago

for 3.2.2 version the files you needed was https://huggingface.co/IAHispano/Applio/blob/main/Resources/embedders/japanese_hubert_base.pt

it goes into Applio rvc\models\embedders\

But please update for newer Applio. It does use a better library,