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

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

Where are the other branches? #2118

Open Mnsy-Syl opened 3 weeks ago

Mnsy-Syl commented 3 weeks ago

Error in colab:

Cloning into 'Retrieval-based-Voice-Conversion-WebUI'... warning: Could not find remote branch v2.2 to clone. fatal: Remote branch v2.2 not found in upstream origin

还有一个branch stable也没了捏

RVC-Boss commented 3 weeks ago

改成直接克隆main

Mnsy-Syl commented 3 weeks ago

@RVC-Boss 有新报错了,是不是两个branch有区别,我用的colab版

Loading rmvpe model f0fail-9-/content/Retrieval-based-Voice-Conversion-WebUI/logs/lingke/1_16k_wavs/1008_2.wav-Traceback (most recent call last): File "/content/Retrieval-based-Voice-Conversion-WebUI/infer/modules/train/extract/extract_f0_rmvpe.py", line 89, in go featur_pit = self.compute_f0(inp_path, f0_method) File "/content/Retrieval-based-Voice-Conversion-WebUI/infer/modules/train/extract/extract_f0_rmvpe.py", line 52, in compute_f0 self.model_rmvpe = RMVPE( File "/content/Retrieval-based-Voice-Conversion-WebUI/infer/lib/rmvpe.py", line 563, in init self.model = get_default_model() File "/content/Retrieval-based-Voice-Conversion-WebUI/infer/lib/rmvpe.py", line 544, in get_default_model ckpt = torch.load(model_path, map_location="cpu") File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 997, in load with _open_file_like(f, 'rb') as opened_file: File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 444, in _open_file_like return _open_file(name_or_buffer, mode) File "/usr/local/lib/python3.10/dist-packages/torch/serialization.py", line 425, in init super().init(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'assets/rmvpe/rmvpe.pt'