修复v3推理传参问题
This commit is contained in:
@@ -304,6 +304,7 @@ def change_sovits_weights(sovits_path, prompt_language=None, text_language=None)
|
||||
)
|
||||
model_version = version
|
||||
else:
|
||||
hps.model.version=model_version
|
||||
vq_model = SynthesizerTrnV3(
|
||||
hps.data.filter_length // 2 + 1,
|
||||
hps.train.segment_size // hps.data.hop_length,
|
||||
|
||||
Reference in New Issue
Block a user