mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-30 10:40:04 +08:00
修复v3传参 (#2309)
This commit is contained in:
parent
590c83d766
commit
a19f49604f
@ -507,7 +507,7 @@ class TTS:
|
||||
)
|
||||
self.configs.use_vocoder = False
|
||||
else:
|
||||
kwargs["model"]["version"]=model_version
|
||||
kwargs["version"]=model_version
|
||||
vits_model = SynthesizerTrnV3(
|
||||
self.configs.filter_length // 2 + 1,
|
||||
self.configs.segment_size // self.configs.hop_length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user