mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-16 05:36:34 +08:00
Merge a4323233c67133f33be2db180bef07dda1376e4d into 11aa78bd9bda8b53047cfcae03abf7ca94d27391
This commit is contained in:
commit
9e417bfe00
@ -369,6 +369,7 @@ class TTS_Config:
|
|||||||
configs = deepcopy(self.default_configs)
|
configs = deepcopy(self.default_configs)
|
||||||
if self.configs is not None:
|
if self.configs is not None:
|
||||||
configs["custom"] = self.update_configs()
|
configs["custom"] = self.update_configs()
|
||||||
|
configs["version"] = self.version
|
||||||
|
|
||||||
if configs_path is None:
|
if configs_path is None:
|
||||||
configs_path = self.configs_path
|
configs_path = self.configs_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user