Skip to content
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

Open
AbdurrehmanSubhani opened this issue Sep 5, 2023 · 7 comments
Open

No module named 'vc_infer_pipeline' #68

AbdurrehmanSubhani opened this issue Sep 5, 2023 · 7 comments

Comments

@AbdurrehmanSubhani
Copy link

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'

@dagshub
Copy link

dagshub bot commented Sep 5, 2023

@yintju03
Copy link

yintju03 commented Sep 8, 2023

I have same question

@ugiatenc
Copy link

ugiatenc commented Oct 3, 2023

Same

1 similar comment
@gutodiasdev
Copy link

Same

@gustrd
Copy link

gustrd commented Oct 5, 2023

This repo is not very active, this fork from BrasD99 is more updated:

https://github.com/BrasD99/bark-with-voice-clone/tree/main

@kikoferrer
Copy link

Need support for this issue. Unable to install via pip

@Furanofsky
Copy link

Furanofsky commented Oct 18, 2023

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:
Fixed it, the zip "RVC-beta.7z" from https://huggingface.co/lj1995/VoiceConversionWebUI/tree/main has the correct file paths and all needed files. You can integrate it as "Retrieval-based-Voice-Conversion-WebUI" into Bark or set your own path. (I am on Windows)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants