-
-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'vc_infer_pipeline' #68
Comments
I have same question |
Same |
1 similar comment
Same |
This repo is not very active, this fork from BrasD99 is more updated: |
Need support for this issue. Unable to install via pip |
Same problem, I played around a bit with the https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI and the vc_infer_pipeline.py from https://github.com/Tiger14n/RVC-GUI/ or https://huggingface.co/spaces/ardha27/rvc-models/tree/main but without success. Maybe I am using a wrong path. Edit: |
Getting the following error while using RVC:
Downloading text_2.pt: 100%
5.35G/5.35G [01:19<00:00, 67.1MB/s]
Downloading (…)solve/main/vocab.txt: 100%
996k/996k [00:00<00:00, 5.19MB/s]
Downloading (…)okenizer_config.json: 100%
29.0/29.0 [00:00<00:00, 2.30kB/s]
Downloading (…)lve/main/config.json: 100%
625/625 [00:00<00:00, 43.2kB/s]
Downloading coarse_2.pt: 100%
3.93G/3.93G [01:03<00:00, 45.2MB/s]
Downloading fine_2.pt: 100%
3.74G/3.74G [01:54<00:00, 30.2MB/s]
Downloading: "https://dl.fbaipublicfiles.com/encodec/v0/encodec_24khz-d7cc33bc.th" to /root/.cache/torch/hub/checkpoints/encodec_24khz-d7cc33bc.th
100%|██████████| 88.9M/88.9M [00:00<00:00, 146MB/s]
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 31>()
30
31 if use_rvc:
---> 32 from rvc_infer import get_vc, vc_single
33 get_vc(rvc_path, device, is_half)
34 # simple generation
/content/bark-with-voice-clone/rvc_infer.py in
111 sys.path.append(now_dir)
112 sys.path.append(os.path.join(now_dir,"Retrieval-based-Voice-Conversion-WebUI"))
--> 113 from vc_infer_pipeline import VC
114 from lib.infer_pack.models import SynthesizerTrnMs256NSFsid, SynthesizerTrnMs256NSFsid_nono, SynthesizerTrnMs768NSFsid, SynthesizerTrnMs768NSFsid_nono
115 from fairseq import checkpoint_utils
ModuleNotFoundError: No module named 'vc_infer_pipeline'
The text was updated successfully, but these errors were encountered: