You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From here, there is no the previous errors but there is a new one :
An error occurred during execution: No module named 'noisereduce'
Traceback (most recent call last):
File "/home/john/Applio/core.py", line 1679, in main
run_infer_script(
File "/home/john/Applio/core.py", line 114, in run_infer_script
infer_pipeline = import_voice_converter()
File "/home/john/Applio/core.py", line 39, in import_voice_converter
from rvc.infer.infer import VoiceConverter
File "/home/john/Applio/rvc/infer/infer.py", line 10, in <module>
import noisereduce as nr
ModuleNotFoundError: No module named 'noisereduce'
Steps to reproduce
Write a simple CLI command to be used with core.py
Press Enter
Error message
...
Expected behavior
It should work with a simple infer CLI command
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Project Version
3.2.6
Platform and OS Version
Ubuntu terminal
Affected Devices
PC
Existing Issues
No response
What happened?
When Infer using core.py from Applio 3.2.6 in command line mode, it fails, I found some part of the issue but it still doesn't work :
Here is a simple CLI command I tested :
python core.py infer --pitch 2 --input_path "/media/john/PC_AI/1_Models_Vox/rec_0.wav" --output_path "/media/john/PC_AI/1_Models_Vox/output/rec_0.wav" --pth_path "/media/john/PC_AI/1_Models_Vox/logs/Ad_085.pth" --index_path "/media/john/PC_AI/1_Models_Vox/logs/Ad_085.index"
Here is the result :
So I changed this part of the code (starting line 1670) :
From here, there is no the previous errors but there is a new one :
Steps to reproduce
...
Expected behavior
It should work with a simple infer CLI command
Attachments
No response
Screenshots or Videos
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: