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

how to download models ? #48

Open
einsitang opened this issue Nov 27, 2024 · 5 comments
Open

how to download models ? #48

einsitang opened this issue Nov 27, 2024 · 5 comments

Comments

@einsitang
Copy link

I am just follow the document try to use rvc ,but stuck dlmodel

look likervc dlmodel is do nothing , and I checked on rvc/wrapper/cli/utils/dlmodel.py :

@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

@einsitang
Copy link
Author

.env file is empty:

$ cat .env


weight_root=
weight_uvr5_root=
index_root=
rmvpe_root=
hubert_path=
save_uvr_path=
TEMP=
pretrained=

@alcoftTAO
Copy link
Contributor

You need to download manually the model .pth file and .index file.

@wegylexy
Copy link

wegylexy commented Jan 9, 2025

You need to train your own model(s) to clone your voice(s). Or how did you expect inference to work?

@juangea
Copy link

juangea commented Jan 13, 2025

@wegylexy how can we train our own model with this instead of the webui?

I can't find that info, and I even asked about that in another issue:

#45

@wegylexy
Copy link

I don't. I train models with Web UI, and then copy the weights and indices here.

But at the end of the day, I just write another script to use existing code from Web UI instead of this repo, which seems to be still in early development stage.

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

4 participants