ScottishHaze
commited on
Commit
·
408dce7
1
Parent(s):
308a574
First Model with So-VITS 5 Fork - 85 Epochs
Browse filesI am blown away by the accuracy of the so-vits 5 fork, and it's ability to to get trained models the accuracy of complex lyrics, like Rap God by Enimem!
https://github.com/PlayVoice/so-vits-svc-5.0/tree/bigvgan-mix-v2
I've attached a wav file of a no-pitch sample export I did.
(no pitch means wubby sings mostly monotone, as I need to fix inference)
- .gitattributes +1 -0
- svc_out.wav +3 -0
- wubby85.pth +3 -0
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
boomboom-vocals.out.wav filter=lfs diff=lfs merge=lfs -text
|
37 |
sample.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
boomboom-vocals.out.wav filter=lfs diff=lfs merge=lfs -text
|
37 |
sample.wav filter=lfs diff=lfs merge=lfs -text
|
38 |
+
svc_out.wav filter=lfs diff=lfs merge=lfs -text
|
svc_out.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99c79ce07f0c37cfc6c5c58dff67356b3cf9d83e2f9b8dc691038ff065c297d8
|
3 |
+
size 2928694
|
wubby85.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:850583702e8e65406be26ff05f0ac4d214551fe062832e887583fe7c46286749
|
3 |
+
size 636974758
|