JarodMica / audiobook_maker

GNU General Public License v3.0
203 stars 34 forks source link

Audiobook Error - NVIDA RTX 3050Ti #36

Open Aliasthump opened 6 months ago

Aliasthump commented 6 months ago

Hello Jarod, Trying to get Audiobook up. Get this arror.

C:\AI\audiobook_maker_v1.1>.\runtime\python.exe .\audio_book_app_2_0.py 2024-03-02 20:16:14 | INFO | rvc.configs.config | Found GPU NVIDIA GeForce RTX 3050 Ti Laptop GPU [nltk_data] Downloading package punkt to ./assets... [nltk_data] Package punkt is already up-to-date! [nltk_data] Downloading package punkt to ./assets... [nltk_data] Package punkt is already up-to-date! [nltk_data] Downloading package punkt to ./assets... [nltk_data] Package punkt is already up-to-date! [nltk_data] Downloading package punkt to ./assets... [nltk_data] Package punkt is already up-to-date! Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7860, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7861, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7862, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7863, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7864, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7865, trying next port Attempt 1 failed, retrying... Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7860, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7861, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7862, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7863, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7864, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7865, trying next port Attempt 2 failed, retrying... Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7860, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7861, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7862, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7863, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7864, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7865, trying next port Attempt 3 failed, retrying... Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7860, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7861, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7862, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7863, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7864, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7865, trying next port Attempt 4 failed, retrying... Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7860, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7861, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7862, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7863, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7864, trying next port Calling API with sentence: <Narration of rezero using text to speech, Marine edition> Failed to connect to port 7865, trying next port Attempt 5 failed, retrying... Failed to connect after 5 attempts C:\AI\audiobook_maker_v1.1\runtime\lib\site-packages\torch_utils.py:776: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage() return self.fget.get(instance, owner)() Traceback (most recent call last): File "C:\AI\audiobook_maker_v1.1\audio_book_app_2_0.py", line 46, in run self.function(self.directory_path, self.report_progress) File "C:\AI\audiobook_maker_v1.1\audio_book_app_2_0.py", line 752, in generate_audio_for_sentence_threaded audio_path = self.generate_audio(sentence) File "C:\AI\audiobook_maker_v1.1\audio_book_app_2_0.py", line 796, in generate_audio audio_path = rvc_convert(model_path=voice_model_path, File "C:\AI\audiobook_maker_v1.1\runtime\lib\site-packages\rvc_pipe\rvc_infer.py", line 122, in rvcconvert , (tgt_sr, audio_opt) = vc.vc_single(0, input_path, f0_up_key, None, f0method, file_index, file_index2, index_rate, filter_radius, resample_sr, rms_mix_rate, protect) TypeError: cannot unpack non-iterable NoneType object

C:\AI\audiobook_maker_v1.1>pause Press any key to continue . . .

Thanks - A