Ailyth commited on
Commit
5905fd5
1 Parent(s): 295263b

0218-015910-improve

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. AR/__pycache__/__init__.cpython-310.pyc +0 -0
  2. AR/models/__pycache__/__init__.cpython-310.pyc +0 -0
  3. AR/models/__pycache__/t2s_lightning_module.cpython-310.pyc +0 -0
  4. AR/models/__pycache__/t2s_model.cpython-310.pyc +0 -0
  5. AR/models/__pycache__/utils.cpython-310.pyc +0 -0
  6. AR/modules/__pycache__/__init__.cpython-310.pyc +0 -0
  7. AR/modules/__pycache__/activation.cpython-310.pyc +0 -0
  8. AR/modules/__pycache__/embedding.cpython-310.pyc +0 -0
  9. AR/modules/__pycache__/lr_schedulers.cpython-310.pyc +0 -0
  10. AR/modules/__pycache__/optim.cpython-310.pyc +0 -0
  11. AR/modules/__pycache__/patched_mha_with_cache.cpython-310.pyc +0 -0
  12. AR/modules/__pycache__/scaling.cpython-310.pyc +0 -0
  13. AR/modules/__pycache__/transformer.cpython-310.pyc +0 -0
  14. LICENSE +45 -0
  15. MODELS/21/s1.mp3 +0 -0
  16. MODELS/21/s2.mp3 +0 -0
  17. MODELS/21/s3.mp3 +0 -0
  18. MODELS/22/s1.mp3 +0 -0
  19. MODELS/22/s2.mp3 +0 -0
  20. MODELS/22/s3.mp3 +0 -0
  21. MODELS/31/s1.mp3 +0 -0
  22. MODELS/31/s2.mp3 +0 -0
  23. MODELS/31/s3.mp3 +0 -0
  24. MODELS/{B1/5.wav → 32/65.wav} +2 -2
  25. MODELS/32/s1.mp3 +0 -0
  26. MODELS/32/s2.mp3 +0 -0
  27. MODELS/32/s3.mp3 +0 -0
  28. MODELS/33/s1.mp3 +0 -0
  29. MODELS/33/s2.mp3 +0 -0
  30. MODELS/33/s3.mp3 +0 -0
  31. MODELS/B1/120.wav +3 -0
  32. MODELS/B1/s1.mp3 +0 -0
  33. MODELS/B1/s2.mp3 +0 -0
  34. MODELS/B1/s3.mp3 +0 -0
  35. MODELS/B2/s1.mp3 +0 -0
  36. MODELS/B2/s2.mp3 +0 -0
  37. MODELS/B2/s3.mp3 +0 -0
  38. MODELS/B3/16.wav +3 -0
  39. MODELS/B3/3.wav +3 -0
  40. MODELS/B3/42.wav +3 -0
  41. MODELS/B3/B3.ckpt +3 -0
  42. MODELS/B3/B3.pth +3 -0
  43. MODELS/B3/s1.mp3 +0 -0
  44. MODELS/B3/s2.mp3 +0 -0
  45. MODELS/B3/s3.mp3 +0 -0
  46. MODELS/B4/17.wav +3 -0
  47. MODELS/B4/3.wav +3 -0
  48. MODELS/B4/53.wav +3 -0
  49. MODELS/B4/92.wav +3 -0
  50. MODELS/B4/B4.ckpt +3 -0
AR/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/AR/__pycache__/__init__.cpython-310.pyc and b/AR/__pycache__/__init__.cpython-310.pyc differ
 
AR/models/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/AR/models/__pycache__/__init__.cpython-310.pyc and b/AR/models/__pycache__/__init__.cpython-310.pyc differ
 
AR/models/__pycache__/t2s_lightning_module.cpython-310.pyc CHANGED
Binary files a/AR/models/__pycache__/t2s_lightning_module.cpython-310.pyc and b/AR/models/__pycache__/t2s_lightning_module.cpython-310.pyc differ
 
AR/models/__pycache__/t2s_model.cpython-310.pyc CHANGED
Binary files a/AR/models/__pycache__/t2s_model.cpython-310.pyc and b/AR/models/__pycache__/t2s_model.cpython-310.pyc differ
 
AR/models/__pycache__/utils.cpython-310.pyc CHANGED
Binary files a/AR/models/__pycache__/utils.cpython-310.pyc and b/AR/models/__pycache__/utils.cpython-310.pyc differ
 
AR/modules/__pycache__/__init__.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/__init__.cpython-310.pyc and b/AR/modules/__pycache__/__init__.cpython-310.pyc differ
 
AR/modules/__pycache__/activation.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/activation.cpython-310.pyc and b/AR/modules/__pycache__/activation.cpython-310.pyc differ
 
AR/modules/__pycache__/embedding.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/embedding.cpython-310.pyc and b/AR/modules/__pycache__/embedding.cpython-310.pyc differ
 
AR/modules/__pycache__/lr_schedulers.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/lr_schedulers.cpython-310.pyc and b/AR/modules/__pycache__/lr_schedulers.cpython-310.pyc differ
 
AR/modules/__pycache__/optim.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/optim.cpython-310.pyc and b/AR/modules/__pycache__/optim.cpython-310.pyc differ
 
AR/modules/__pycache__/patched_mha_with_cache.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/patched_mha_with_cache.cpython-310.pyc and b/AR/modules/__pycache__/patched_mha_with_cache.cpython-310.pyc differ
 
AR/modules/__pycache__/scaling.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/scaling.cpython-310.pyc and b/AR/modules/__pycache__/scaling.cpython-310.pyc differ
 
AR/modules/__pycache__/transformer.cpython-310.pyc CHANGED
Binary files a/AR/modules/__pycache__/transformer.cpython-310.pyc and b/AR/modules/__pycache__/transformer.cpython-310.pyc differ
 
LICENSE ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2024 RVC-Boss
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
23
+
24
+
25
+ MIT License
26
+
27
+ Copyright (c) 2024 Ailyth@huggingface
28
+
29
+ Permission is hereby granted, free of charge, to any person obtaining a copy
30
+ of this software and associated documentation files (the "Software"), to deal
31
+ in the Software without restriction, including without limitation the rights
32
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33
+ copies of the Software, and to permit persons to whom the Software is
34
+ furnished to do so, subject to the following conditions:
35
+
36
+ The above copyright notice and this permission notice shall be included in all
37
+ copies or substantial portions of the Software.
38
+
39
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45
+ SOFTWARE.
MODELS/21/s1.mp3 ADDED
Binary file (29 kB). View file
 
MODELS/21/s2.mp3 ADDED
Binary file (29 kB). View file
 
MODELS/21/s3.mp3 ADDED
Binary file (28.5 kB). View file
 
MODELS/22/s1.mp3 ADDED
Binary file (26.8 kB). View file
 
MODELS/22/s2.mp3 ADDED
Binary file (33.1 kB). View file
 
MODELS/22/s3.mp3 ADDED
Binary file (30.2 kB). View file
 
MODELS/31/s1.mp3 ADDED
Binary file (32.2 kB). View file
 
MODELS/31/s2.mp3 ADDED
Binary file (43 kB). View file
 
MODELS/31/s3.mp3 ADDED
Binary file (39.1 kB). View file
 
MODELS/{B1/5.wav → 32/65.wav} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41f936927a65c6ff2007ac5fd5d557b0d5a7ec8b87e3cc223220e82021c56eda
3
- size 1115564
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb132d79485c1740cdc62421f5ee6d56d12bcded3711ffca69355d15da03e0a0
3
+ size 1510028
MODELS/32/s1.mp3 ADDED
Binary file (48.8 kB). View file
 
MODELS/32/s2.mp3 ADDED
Binary file (43 kB). View file
 
MODELS/32/s3.mp3 ADDED
Binary file (39.8 kB). View file
 
MODELS/33/s1.mp3 ADDED
Binary file (76.7 kB). View file
 
MODELS/33/s2.mp3 ADDED
Binary file (30.5 kB). View file
 
MODELS/33/s3.mp3 ADDED
Binary file (31.3 kB). View file
 
MODELS/B1/120.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7941d65bcc89617364036a3fc217454f49517916a4600f2579b28618337a3314
3
+ size 1221164
MODELS/B1/s1.mp3 ADDED
Binary file (16.4 kB). View file
 
MODELS/B1/s2.mp3 ADDED
Binary file (20.3 kB). View file
 
MODELS/B1/s3.mp3 ADDED
Binary file (27.2 kB). View file
 
MODELS/B2/s1.mp3 ADDED
Binary file (33.3 kB). View file
 
MODELS/B2/s2.mp3 ADDED
Binary file (32.4 kB). View file
 
MODELS/B2/s3.mp3 ADDED
Binary file (31.3 kB). View file
 
MODELS/B3/16.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2014abce9566cf4329bb57103a6a9fa050cde663bdfacf9db1a7b469d5a87ec
3
+ size 1053152
MODELS/B3/3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f90cb0d8a9b87b79fe2344298ce87525ee9936458f43cea5bbceb9dc6f7fa2
3
+ size 1282472
MODELS/B3/42.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7120073ebfa42786fe152f2979f228eb5347370fac9c91d508521c4f912369af
3
+ size 1194272
MODELS/B3/B3.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4256b8ee02d9eb5ea1decb5befc00a81d922bbe42bf811da7d07c8875df347f
3
+ size 155087613
MODELS/B3/B3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f00fb7b030bb400dd00045e863c525b7b260d01a29cbf5e21ce7de69ce6814e
3
+ size 84932551
MODELS/B3/s1.mp3 ADDED
Binary file (54.2 kB). View file
 
MODELS/B3/s2.mp3 ADDED
Binary file (53.8 kB). View file
 
MODELS/B3/s3.mp3 ADDED
Binary file (46.9 kB). View file
 
MODELS/B4/17.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6873841a86f6f0af7772025bd1649bdd98549ad7ddb974f2f6ff77f2ed006df2
3
+ size 1042568
MODELS/B4/3.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed3f798c6df2c021e34510f3dbb2817a5c86613ec1db79743667260ce1aa8ad
3
+ size 1088432
MODELS/B4/53.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5ae30e8f2a4cd568ddada07f3b6f87173a082766c5fe69a2823cf12bbcf1ac4
3
+ size 815012
MODELS/B4/92.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34eec5a7b38b7808eb20fc2e8acf3f1a8559d4c65bb54c7748f1031d0c9dedaa
3
+ size 934964
MODELS/B4/B4.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a65cce4fd9e098cf623e0048bd2b2985707e1eb23a9b99988865f162b4cc462
3
+ size 155087613