ic1149

Results 33 comments of ic1149

Conda has different file pathing (the base dir is the anaconda folder instead of the code. Try using vanilla python (3.9 I suggest)

if python 3.10 is faster and working then use 3.10

can you please provide mode details, such as a screenshot?

There is a in dev (incomplete) CLI version of RVC and can be used as a library or API. RVC有一個正在開發(未完成) 的文字介面版本,可以用作模組或API 。 https://github.com/RVC-Project/Retrieval-based-Voice-Conversion

The time taken for epochs depends on your hardware. Can you please tell me which CPU and GPU your desktop/laptop PC has? p.s. it can be found in task manager's...

Make sure you have installed the Nvidia CUDA tool pack and use your GPU for RVC instead of CPU, this should be much quicker.

RVC does AI processes using Tensorflow, which supports AMD GPUs with ROCm software. You can see the supported AMD GPUs [here](https://rocm.docs.amd.com/projects/install-on-windows/en/latest/reference/system-requirements.html) However, I dont think anything lower than RX6600 is...

1. Don't use conda, use python 3.8 2. Make sure ffmpeg and ffprobe are installed in the root directory of rvc as mentioned in readme

Make sure you have ffmpeg installed at the root directory of rvc (as mentioned in the docs). It seems like the program cannot read the audio files currently (it needs...

ffmpeg.exe must be in the root directory of RVC. Have you made sure it's there? I am not too sure what you mean by not an empty directory.