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

Model not recognized, So Vits 4.0 #29

Open
ThrowawayAccount01 opened this issue Mar 30, 2023 · 1 comment
Open

Model not recognized, So Vits 4.0 #29

ThrowawayAccount01 opened this issue Mar 30, 2023 · 1 comment

Comments

@ThrowawayAccount01
Copy link

MoeSS not recognizing model:

01

Hubert4.0 Model file directory:

02

Mods folder directory:

03

Model folder directory:

04

Config json file:

{
    "Folder" : "hapiv2",
    "Name" : "hapiv2",
    "Type" : "SoVits",
    "Rate" : 44100,
    "Hop" : 512,
    "Cleaner" : "",
    "Hubert": "hubert4.0",
    "SoVits4": true,
    "Characters" : [""]
}
//Hop:HopLength of the model, if you don't know what it is you are advised to look up the information on the internet. This must be filled in the configuration file of the SoVits model.(The value must be the one you set during training and can be seen in the configuration file you used to train the model)
//Cleaner:The name of the plugin,can be left blank, but if it is filled in, the corresponding CleanerDll must be placed in the Cleaner folder, if the Dll does not exist or if there is an internal error in the Dll, it will report an error when loading the model
//Hubert:Hubert model name, required and must be placed in the "Hubert" folder for Hubert models downloaded from the sub-model repository
//Characters:For multi-speaker model this must be filled in as a list of your speakers' names, for single-speaker model it can be left out

Am I missing something here? It doesnt seem to be recognizing the model.

@NaruseMioShirakana
Copy link
Owner

Field "Characters" cannot be empty.

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

2 participants