RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
24.53k stars 3.61k forks source link

I am getting this ERROR, can someone help? #2276

Open chnisar515 opened 2 months ago

chnisar515 commented 2 months ago

I have installed (Retrieval-based-Voice-Conversion-WebUI) step by step and everything installed correctly but now when i run the file (go-web.bat) i am getting this error (No supported Nvidia GPU found) even my system has Nvidia RTX3060 12GB. Below is the error.

C:\RVC\Retrieval-based-Voice-Conversion-WebUI>CALL env\Scripts\activate 2024-08-31 02:04:34 | INFO | configs.config | No supported Nvidia GPU found 2024-08-31 02:04:34 | INFO | configs.config | overwrite v1/32k.json 2024-08-31 02:04:34 | INFO | configs.config | overwrite v1/40k.json 2024-08-31 02:04:34 | INFO | configs.config | overwrite v1/48k.json 2024-08-31 02:04:34 | INFO | configs.config | overwrite v2/48k.json 2024-08-31 02:04:34 | INFO | configs.config | overwrite v2/32k.json 2024-08-31 02:04:34 | INFO | configs.config | overwrite preprocess_per to 3 2024-08-31 02:04:34 | INFO | configs.config | Use cpu instead 2024-08-31 02:04:34 | INFO | configs.config | Half-precision floating-point: False, device: cpu C:\RVC\Retrieval-based-Voice-Conversion-WebUI\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") C:\RVC\Retrieval-based-Voice-Conversion-WebUI\env\lib\site-packages\gradio_client\documentation.py:106: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") 2024-08-31 02:04:36 | INFO | main | Use Language: en_US Running on local URL: http://0.0.0.0:7897

Wernervanrun commented 2 months ago

This is a torch, torchvision, torchaudio problem. Try installing them again. Alternatively download the windows package, extract it and you should be good to go.