Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Error: Connection errored out when converting Wav files.

Open Finnedsgang opened this issue 4 months ago • 0 comments

I'm experiencing an error when trying to convert a wav files with a certain vocal models downloaded from voice-models.com

  • When launching the app i receive this message.

E:\RVC>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897 E:\RVC\runtime\lib\site-packages\torch\cuda_init_.py:173: UserWarning: NVIDIA GeForce RTX 5090 with CUDA capability sm_120 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90 compute_37. If you want to use the NVIDIA GeForce RTX 5090 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name)) 2025-07-31 13:58:26 | INFO | configs.config | Found GPU NVIDIA GeForce RTX 5090 is_half:True, device:cuda:0 2025-07-31 13:58:28 | INFO | main | Use Language: it_IT Running on local URL: http://0.0.0.0:7897

  • After a while, when trying to convert, i receive an error message Error: Connection errored out when converting Wav files.
  • The Wav files is 51 sec long.
  • used all the alghorithms pm harvest crepe rmvpe with same result

This is my config cpu 9800x3d gpu 5090 64gb Ram 6000mhz RVC latest

Finnedsgang avatar Jul 31 '25 12:07 Finnedsgang