ArkanDash commited on
Commit
e6e7b09
1 Parent(s): 0df0611

feat(model): added fischl-jp

Browse files
app-full.py CHANGED
@@ -278,6 +278,4 @@ if __name__ == '__main__':
278
  vc_combine.click(combine_vocal_and_inst, [vc_output2, vc_volume], vc_outputCombine)
279
  tts_mode.change(change_to_tts_mode, [tts_mode, upload_mode], [vc_input, vc_upload, upload_mode, tts_text, tts_voice])
280
  upload_mode.change(change_to_upload_mode, [upload_mode], [vc_input, vc_upload])
281
- gr.Markdown('# <center>Changelog 2023.05.21')
282
- gr.Markdown('- Added kaeya-jp')
283
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
 
278
  vc_combine.click(combine_vocal_and_inst, [vc_output2, vc_volume], vc_outputCombine)
279
  tts_mode.change(change_to_tts_mode, [tts_mode, upload_mode], [vc_input, vc_upload, upload_mode, tts_text, tts_voice])
280
  upload_mode.change(change_to_upload_mode, [upload_mode], [vc_input, vc_upload])
 
 
281
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
app.py CHANGED
@@ -204,6 +204,4 @@ if __name__ == '__main__':
204
  vc_output2 = gr.Audio(label="Output Audio")
205
  vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
206
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
207
- gr.Markdown('# <center>Changelog 2023.05.21')
208
- gr.Markdown('- Added kaeya-jp')
209
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
 
204
  vc_output2 = gr.Audio(label="Output Audio")
205
  vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
206
  tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
 
 
207
  app.queue(concurrency_count=1, max_size=20, api_open=config.api).launch(share=config.colab)
weights/fischl-jp/added_IVF1225_Flat_nprobe_1.index ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cb77f4db13ba45f4d48f711ad3c9e13159b9e8ff7b5e8ff0ac705ad0ed3bad4
3
+ size 50599099
weights/fischl-jp/cover.png ADDED

Git LFS Details

  • SHA256: 52ebc66caf1fb853652ecaee99be63c1383e7c8869e4c4d006c52805383db7d4
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB
weights/fischl-jp/fischl-jp.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28c04e4cd0ddb1abc8a3d0ad0b7aea94fba37b9ef5903e2f4e8c2e62015844f5
3
+ size 55027589
weights/model_info.json CHANGED
@@ -47,6 +47,14 @@
47
  "feature_retrieval_library": "added_IVF1723_Flat_nprobe_1.index",
48
  "author":"ArkanDash"
49
  },
 
 
 
 
 
 
 
 
50
  "ayato-jp": {
51
  "enable": true,
52
  "name": "ayato-jp",
@@ -54,14 +62,6 @@
54
  "cover": "cover.png",
55
  "feature_retrieval_library": "added_IVF1304_Flat_nprobe_1.index",
56
  "author":"ArkanDash"
57
- },
58
- "diluc-jp": {
59
- "enable": true,
60
- "name": "diluc-jp",
61
- "title": "Genshin Impact - Diluc",
62
- "cover": "cover.png",
63
- "feature_retrieval_library": "added_IVF1511_Flat_nprobe_1.index",
64
- "author":"ArkanDash"
65
  },
66
  "kaeya-jp": {
67
  "enable": true,
@@ -70,5 +70,13 @@
70
  "cover": "cover.png",
71
  "feature_retrieval_library": "added_IVF1655_Flat_nprobe_1.index",
72
  "author":"ArkanDash"
 
 
 
 
 
 
 
 
73
  }
74
  }
 
47
  "feature_retrieval_library": "added_IVF1723_Flat_nprobe_1.index",
48
  "author":"ArkanDash"
49
  },
50
+ "fischl-jp": {
51
+ "enable": true,
52
+ "name": "fischl-jp",
53
+ "title": "Genshin Impact - Fischl",
54
+ "cover": "cover.png",
55
+ "feature_retrieval_library": "added_IVF1225_Flat_nprobe_1.index",
56
+ "author":"ArkanDash"
57
+ },
58
  "ayato-jp": {
59
  "enable": true,
60
  "name": "ayato-jp",
 
62
  "cover": "cover.png",
63
  "feature_retrieval_library": "added_IVF1304_Flat_nprobe_1.index",
64
  "author":"ArkanDash"
 
 
 
 
 
 
 
 
65
  },
66
  "kaeya-jp": {
67
  "enable": true,
 
70
  "cover": "cover.png",
71
  "feature_retrieval_library": "added_IVF1655_Flat_nprobe_1.index",
72
  "author":"ArkanDash"
73
+ },
74
+ "diluc-jp": {
75
+ "enable": true,
76
+ "name": "diluc-jp",
77
+ "title": "Genshin Impact - Diluc",
78
+ "cover": "cover.png",
79
+ "feature_retrieval_library": "added_IVF1511_Flat_nprobe_1.index",
80
+ "author":"ArkanDash"
81
  }
82
  }