Kit-Lemonfoot commited on
Commit
1223a34
β€’
1 Parent(s): ad0dca9
GPT_SoVITS/GPT_weights/MoriCalliope_GPT.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:621062461bb7bdfb985d75496ba9732e9e048672e637e8a1b07dc31800c53d93
3
+ size 155087286
GPT_SoVITS/GPT_weights/ShioriNovella_GPT.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c21bb81b13e061166012dce6c763854980844e71a3fb3a876ae728bdcf734ee
3
+ size 155086989
GPT_SoVITS/GPT_weights/VestiaZeta_GPT.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0fa433e4533b64d50a2bb7ecc201486e4815e56dba5a95fa434dcc7f6a4151b
3
+ size 155086925
GPT_SoVITS/SoVITS_weights/MoriCalliope_SoVITS.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd88dd2cecf0e2517db1a8f868ca0ff5df6a4968542e8e53f6fb0e2dd076e494
3
+ size 84885457
GPT_SoVITS/SoVITS_weights/ShioriNovella_SoVITS.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96c6ae44851f8b236c197d41ae5daf4f3e6000339e80ad8b83e05d6095d90e6e
3
+ size 84882761
GPT_SoVITS/SoVITS_weights/VestiaZeta_SoVITS.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc1cdb92f52e7bd41dcd720e70f6797b83ddbd9473b7080a55f9fd3db6f08b2
3
+ size 84885412
GPT_SoVITS/inference_webui.py CHANGED
@@ -572,10 +572,10 @@ def change_choices():
572
 
573
  pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G488k.pth"
574
  pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
575
- SoVITS_weight_root = "SoVITS_weights"
576
- GPT_weight_root = "GPT_weights"
577
- os.makedirs(SoVITS_weight_root, exist_ok=True)
578
- os.makedirs(GPT_weight_root, exist_ok=True)
579
 
580
 
581
  def get_weights_names():
@@ -613,10 +613,10 @@ modeldata, referencedata = load_models()
613
 
614
  SoVITS_names, GPT_names = get_weights_names()
615
 
616
- print(os.getcwd())
617
- for r, _, f in os.walk(os.getcwd()):
618
- for n in f:
619
- print(os.path.join(r, n))
620
 
621
  #Gradio preload
622
  text = gr.TextArea(label="Input Text", value="Hello there! This is test audio of a new text to speech tool.")
 
572
 
573
  pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G488k.pth"
574
  pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
575
+ SoVITS_weight_root = "GPT_SoVITS/SoVITS_weights"
576
+ GPT_weight_root = "GPT_SoVITS/GPT_weights"
577
+ #os.makedirs(SoVITS_weight_root, exist_ok=True)
578
+ #os.makedirs(GPT_weight_root, exist_ok=True)
579
 
580
 
581
  def get_weights_names():
 
613
 
614
  SoVITS_names, GPT_names = get_weights_names()
615
 
616
+ #print(os.getcwd())
617
+ #for r, _, f in os.walk(os.getcwd()):
618
+ # for n in f:
619
+ # print(os.path.join(r, n))
620
 
621
  #Gradio preload
622
  text = gr.TextArea(label="Input Text", value="Hello there! This is test audio of a new text to speech tool.")