Spaces:
Build error
Build error
Added Lumi, removed a debug string.
Browse files
.gitattributes
CHANGED
|
@@ -384,3 +384,4 @@ weights/holostars/Fuma/added_IVF360_Flat_nprobe_1_YatogamiFuma_Speaking_KitLemon
|
|
| 384 |
weights/holostars/Rikka/added_IVF2819_Flat_nprobe_1_Rikkaroid_Hybrid_KitLemonfoot_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
| 385 |
weights/other/Sakana/added_IVF853_Flat_nprobe_1_h2osakana_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
| 386 |
weights/phaseconnect/Runie/added_IVF1386_Flat_nprobe_1_runie_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 384 |
weights/holostars/Rikka/added_IVF2819_Flat_nprobe_1_Rikkaroid_Hybrid_KitLemonfoot_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
| 385 |
weights/other/Sakana/added_IVF853_Flat_nprobe_1_h2osakana_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
| 386 |
weights/phaseconnect/Runie/added_IVF1386_Flat_nprobe_1_runie_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
| 387 |
+
weights/phaseconnect/Lumi/added_IVF1260_Flat_nprobe_1_kanekolumi_v2_mbkm.index filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
|
@@ -114,8 +114,6 @@ def infer(name, path, index, vc_input, vc_upload, tts_text, tts_voice, f0_up_key
|
|
| 114 |
times = [0, 0, 0]
|
| 115 |
f0_up_key = int(f0_up_key)
|
| 116 |
|
| 117 |
-
|
| 118 |
-
print(config.device)
|
| 119 |
#Setup model
|
| 120 |
cpt = torch.load(f"{path}", map_location="cpu")
|
| 121 |
tgt_sr = cpt["config"][-1]
|
|
|
|
| 114 |
times = [0, 0, 0]
|
| 115 |
f0_up_key = int(f0_up_key)
|
| 116 |
|
|
|
|
|
|
|
| 117 |
#Setup model
|
| 118 |
cpt = torch.load(f"{path}", map_location="cpu")
|
| 119 |
tgt_sr = cpt["config"][-1]
|
weights/phaseconnect/Lumi/Lumi_Sxndypz.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:047a510a9e6f71bdc24880223950a886bd03c223d9899d00db58cbe2a6c27910
|
| 3 |
+
size 56265479
|
weights/phaseconnect/Lumi/added_IVF1260_Flat_nprobe_1_kanekolumi_v2_mbkm.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33de6a36cdbdb847c79e73b953bc2fb308ccfbf8cf6eebfc489600f8b3202847
|
| 3 |
+
size 31588619
|
weights/phaseconnect/Lumi/cover.png
ADDED
|
weights/phaseconnect/model_info.json
CHANGED
|
@@ -39,6 +39,14 @@
|
|
| 39 |
"feature_retrieval_library": "added_IVF1156_Flat_nprobe_1_Uruka_v2.index",
|
| 40 |
"author": "RavenCutie21"
|
| 41 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
"Dizzy": {
|
| 43 |
"enable": true,
|
| 44 |
"model_path": "Dizzy_Sxndypz.pth",
|
|
|
|
| 39 |
"feature_retrieval_library": "added_IVF1156_Flat_nprobe_1_Uruka_v2.index",
|
| 40 |
"author": "RavenCutie21"
|
| 41 |
},
|
| 42 |
+
"Lumi": {
|
| 43 |
+
"enable": true,
|
| 44 |
+
"model_path": "Lumi_Sxndypz.pth",
|
| 45 |
+
"title": "Kaneko Lumi",
|
| 46 |
+
"cover": "cover.png",
|
| 47 |
+
"feature_retrieval_library": "added_IVF1260_Flat_nprobe_1_kanekolumi_v2_mbkm.index",
|
| 48 |
+
"author": "Sxndypz"
|
| 49 |
+
},
|
| 50 |
"Dizzy": {
|
| 51 |
"enable": true,
|
| 52 |
"model_path": "Dizzy_Sxndypz.pth",
|