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

not working with 5090 rtx

Open naf1111 opened this issue 7 months ago • 1 comments

RVC1006Nvidia not working with 5090 rtx ?

naf1111 avatar Apr 26 '25 19:04 naf1111

Working on this issue for another project~ 50XX series have a newer architecture (SM12.0) that isn't supported in current PyTorch CUDA builds. You can maybe wait 1-3 months for a new stable build to be released or you can try your luck with getting the nightly build to work: pip install --pre --upgrade --no-user torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 --target "C:\your_torch_torchaudio__lib_dir"

Good luck~! :3

Rokawoo avatar Apr 27 '25 02:04 Rokawoo

Working on this issue for another project~ 50XX series have a newer architecture (SM12.0) that isn't supported in current PyTorch CUDA builds. You can maybe wait 1-3 months for a new stable build to be released or you can try your luck with getting the nightly build to work: pip install --pre --upgrade --no-user torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128 --target "C:\your_torch_torchaudio__lib_dir"

Any luck with this now that the stable builds are released? I've tried upgrading both torch and xformers, but now it needs torch-directml which hasn't been updated for a while. I've only had success by forcing RVC to run on CPU.

plxl avatar May 11 '25 09:05 plxl

Check this out - this is how I managed to get RVC WebUI to somewhat working condition:

https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/2574

quasiblob avatar Jun 01 '25 15:06 quasiblob