We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am just follow the document try to use rvc ,but stuck dlmodel
dlmodel
look likervc dlmodel is do nothing , and I checked on rvc/wrapper/cli/utils/dlmodel.py :
rvc dlmodel
@click.command() def dlmodel() -> None: # Download models [harvest, uvr5, and more ] pass
seem is document not update ?
I can't run infer command without model
The text was updated successfully, but these errors were encountered:
.env file is empty:
$ cat .env
weight_root= weight_uvr5_root= index_root= rmvpe_root= hubert_path= save_uvr_path= TEMP= pretrained=
Sorry, something went wrong.
You need to download manually the model .pth file and .index file.
.pth
.index
No branches or pull requests
I am just follow the document try to use rvc ,but stuck
dlmodel
look like
rvc dlmodel
is do nothing , and I checked on rvc/wrapper/cli/utils/dlmodel.py :seem is document not update ?
I can't run infer command without model
The text was updated successfully, but these errors were encountered: