Support 2.1NoVQ Onnx and 2.2 NoVQ Onnx
This commit is contained in:
@@ -5,8 +5,10 @@ if __name__ == "__main__":
|
||||
export_path = "BertVits2.2PT"
|
||||
model_path = "model\\G_0.pth"
|
||||
config_path = "model\\config.json"
|
||||
novq = False
|
||||
dev = False
|
||||
if not os.path.exists("onnx"):
|
||||
os.makedirs("onnx")
|
||||
if not os.path.exists(f"onnx/{export_path}"):
|
||||
os.makedirs(f"onnx/{export_path}")
|
||||
export_onnx(export_path, model_path, config_path)
|
||||
export_onnx(export_path, model_path, config_path, novq, dev)
|
||||
|
||||
Reference in New Issue
Block a user