Dylan916's picture
Add initial script to load pretrained SoVITS model weights
5c65ff0
import torch
pth = torch.load("./pretrained_models/SoVITS_weights_v2ProPlus/zoengjyutgaai_e8_s1016.pth", map_location="cpu")
print(type(pth))