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

Easily train a good VC model with voice data <= 10 mins!

Results 863 Retrieval-based-Voice-Conversion-WebUI issues
Sort by recently updated
recently updated
newest added

使用一键训练训练好了模型,运行`go-realtime-gui.bat`,配置好了,点击`开始音频转换`时程序退出 模型训练采样率为默认的40k和48k,使用的显卡`NVIDIA GeForce RTX 3090`,填好`输入训练文件夹路径`使用一键训练,其他配置没有变动 `D:\project\RVC-beta\RVC-beta-v2-0528>runtime\python.exe gui.py input device:1:麦克风 (HUAWEI USB-C HEADSET) (MME) output device:5:Realtek Digital Output (Realtek (MME) {'hubert_path': 'hubert_base.pt', 'pth_path': 'logs\\ganyu48\\G_2220.pth', 'index_path': 'logs\\ganyu48\\added_IVF3435_Flat_nprobe_1_ganyu48_v1.index', 'npy_path': "你不需要填写这个You don't need write...

Please check following log ``` 2023-06-13 19:15:19 | INFO | fairseq.models.hubert.hubert | HubertModel Config: ***************************** /AppleInternal/Library/BuildRoots/f0468ab4-4115-11ed-8edc-7ef33c48bc85/Library/Caches/com.apple.xbs/Sources/MetalPerformanceShaders/MPSCore/Utility/MPSLibrary.mm:550: failed assertion `MPSKernel MTLComputePipelineStateCache unable to load function copyNDArrayData. Compiler encountered an internal error:...

stale

Config.json, when generated, should dynamically detect how long the dataset is, and set a faster logging rate in the config as necessary. Either that, or just use a much faster...

Using the final saved G and D pth files under the logs would it be possible to continue training with an expanded dataset (i.e. same audio file but updated with...

On m1 Mac mini, macOS 13.4 in file extract_feature_print.py ``` if len(sys.argv) == 5: exp_dir = sys.argv[4] version = sys.argv[5] else: i_gpu = sys.argv[4] exp_dir = sys.argv[5] os.environ["CUDA_VISIBLE_DEVICES"] = str(i_gpu)...

Add support for train without specify pretrained model, add support for selecting v2 48k as training setting, and add support for auto removing pretrained model path in corresponding box when...

Apply Code Formatter Change

invalid
question

E:\RVC-beta-v2-0528>E:\RVC-beta-v2-0528\runtime\python.exe gui.py E:\RVC-beta-v2-0528>pause 请按任意键继续. . .

Traceback (most recent call last): File "C:\Users\ethan\anaconda3\envs\rvc\lib\site-packages\gradio\routes.py", line 437, in run_predict output = await app.get_blocks().process_api( File "C:\Users\ethan\anaconda3\envs\rvc\lib\site-packages\gradio\blocks.py", line 1346, in process_api result = await self.call_function( File "C:\Users\ethan\anaconda3\envs\rvc\lib\site-packages\gradio\blocks.py", line 1090, in...