NaruseMioShirakana / DragonianVoice

多个SVC/TTS的C++推理库
GNU Affero General Public License v3.0
985 stars 119 forks source link

Model not recognized, So Vits 4.0 #29

Open ThrowawayAccount01 opened 1 year ago

ThrowawayAccount01 commented 1 year ago

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 commented 1 year ago

Field "Characters" cannot be empty.