mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-26 07:19:57 +08:00
support sovits v2Pro v2ProPlus
support sovits v2Pro v2ProPlus
This commit is contained in:
parent
921ac6c41a
commit
e920b31840
@ -28,7 +28,7 @@ class Text2SemanticLightningModule(LightningModule):
|
|||||||
self.load_state_dict(
|
self.load_state_dict(
|
||||||
torch.load(
|
torch.load(
|
||||||
pretrained_s1,
|
pretrained_s1,
|
||||||
map_location="cpu",
|
map_location="cpu", weights_only=False,
|
||||||
)["weight"],
|
)["weight"],
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user