Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
gradio errors out and python crashing
Describe the bug when converting voice, gradio errors out, rvc stops running, python has also crashed. no error message in cmd.
crash event data (in windows event viewer)
AppName python.exe
AppVersion 3.10.11150.1013
AppTimeStamp 642cc427
ModuleName msvcp140-b9d2f1930e3a04e4b9f88e2514052f10.dll
ModuleVersion 14.16.27033.0
ModuleTimeStamp 5d30eae5
ExceptionCode c0000005
FaultingOffset 00000000000192a0
ProcessId 0x8a4
ProcessCreationTime 0x1dadc3f0825c6e8
AppPath C:\Users\<myusername>\AppData\Local\Programs\Python\Python310\python.exe
ModulePath C:\Users\<myusername>\AppData\Local\Programs\Python\Python310\lib\site-packages\faiss_cpu.libs\msvcp140-b9d2f1930e3a04e4b9f88e2514052f10.dll
IntegratorReportId 8a19a618-a6f0-4fbd-ad59-0ee30a4e467c
To Reproduce Steps to reproduce the behavior:
- run python web.py
- choose voice model pth and index
- start conversion
Expected behavior the result of voice conversion shows no problem when installing faiss-cpu==1.7.2
Desktop (please complete the following information):
- OS and version: windows 11
- Python version: 3.10.11
- Commit/Tag with the issue: main
Additional context N/A
Quite strange. Can anyone reproduce this error?
Quite strange. Can anyone reproduce this error?
I had the same issue.
Installing faiss-cpu==1.7.2 fixed the problem for me as well