Commit Graph

718 Commits

Author SHA1 Message Date
YuriHead d03d2fa3cf
Merge pull request #263 from asdfw13/patch-11
Update README.md
2023-06-27 17:21:05 +08:00
asdfw13 0776c87e81
Update README.md 2023-06-27 17:19:15 +08:00
YuriHead cd5492a147 Delete unused variables 2023-06-27 16:13:16 +08:00
YuriHead d17df17044
Merge pull request #262 from asdfw13/4.1-Stable
update README.md
2023-06-27 14:33:45 +08:00
asdfw13 aabbe7b2b9
Update README.md 2023-06-27 05:02:14 +08:00
asdfw13 28cfd9d16d
Update README.md 2023-06-27 04:56:39 +08:00
asdfw13 017099934b
Update README.md 2023-06-27 04:54:48 +08:00
2DIPW f090e33e9c
Merge branch '4.1-Stable' into 4.1-Stable 2023-06-27 02:03:50 +08:00
多玩幻灵qwq caa3033ed2
Update README_zh_CN.md
fix: chinese spelling errors
2023-06-27 00:26:29 +08:00
magic-akari 50a089813a
chore: code cleanup by ruff suggested 2023-06-26 15:04:45 +08:00
magic-akari a5f0e911ed
chore: code cleanup by `ruff fix` 2023-06-26 14:57:53 +08:00
YuriHead 98ce91c395 Debug 2023-06-26 04:16:55 +08:00
YuriHead 531b765bfa Debug Snake 2023-06-26 04:12:57 +08:00
YuriHead fd03762d52 Updata BF16 AMP 2023-06-26 04:02:17 +08:00
YuriHead 89fb715904 Debug 2023-06-26 01:05:59 +08:00
YuriHead 3691bbf5f3 Updata Depthwise Separable Conv1D to Infer Speed Up 2023-06-26 00:58:52 +08:00
magic-akari 88be2098fd
chore: code cleanup by `ruff fix` 2023-06-25 23:46:26 +08:00
asdfw13 7c0d113eae Update inference_main.py 2023-06-25 18:34:45 +08:00
asdfw13 64be055fec Update inference_main.py 2023-06-25 18:34:45 +08:00
Ftps f979532e81 fix 2023-06-25 18:34:45 +08:00
2DIPW cb32bcbcf0 Optimize user interaction for feature retrieval 2023-06-25 16:34:24 +08:00
asdfw13 30975cd468 Update inference_main.py 2023-06-24 03:06:38 +08:00
asdfw13 06b63e6f39 Update inference_main.py 2023-06-24 03:06:38 +08:00
Ftps 19efb85408 fix 2023-06-24 03:05:57 +08:00
YuriHead 79c266708a
To Latest
To Latest
2023-06-23 21:17:59 +08:00
YuriHead cf35e5f77f
Debug unit2mel.py
Debug unit2mel.py
2023-06-23 21:16:39 +08:00
YuriHead 4f43531207
Merge pull request #250 from Tps-F/Fix-vencoder-warning
Fix vencoder warning
2023-06-23 00:54:23 +08:00
YuriHead 7d76d46d29
Update encoder.py 2023-06-23 00:52:53 +08:00
YuriHead 80b7649880
Update encoder.py 2023-06-23 00:51:19 +08:00
YuriHead 166b2beb20
Merge branch '4.1-Stable' into Fix-vencoder-warning 2023-06-23 00:49:30 +08:00
YuriHead f120ca2498
Merge pull request #252 from Tps-F/Fix-scope-of-resample
Fix the scope of resample.py
2023-06-23 00:12:38 +08:00
YuriHead 4654f05bd5
Merge pull request #251 from Tps-F/Simplifying-expressions-resample
Simplifying expressions in resample.py
2023-06-23 00:09:36 +08:00
YuriHead a2d77a7c56
Merge pull request #253 from svc-develop-team/4.1-Stable
To Latest
2023-06-23 00:06:43 +08:00
YuriHead 0a9a030c1b
Merge branch '4.1-Latest' into 4.1-Stable 2023-06-23 00:06:16 +08:00
Ftps 8b29aa5dd9 remove unused code 2023-06-22 12:23:49 +09:00
Ftps 577c416c5e Fix the scope of resample.py 2023-06-22 12:22:38 +09:00
Ftps ecf9df3dc4 Simplifying expressions in resample.py 2023-06-22 12:05:04 +09:00
Ftps 856d500777 Fix vencoder warning 2023-06-22 03:04:03 +09:00
umoubuton 8938204851 Add files via upload 2023-06-21 15:59:52 +08:00
umoubuton c9dd586385 Update README.md 2023-06-21 15:59:52 +08:00
YuriHead dff5ef5e56 Update losses.py
Change back to the previous loss, and do not change the loss until it is confirmed that this can work normally
2023-06-21 02:38:05 +08:00
ZSCharlie 5159c3b543 并行执行预处理,处理速度或将提升,整理部分代码 (#230)
* 使用多线程来进行预处理,速度或将大幅提升,使用方法为 --use_thread <线程数>

* 并行执行预处理,处理速度或将提升,整理部分代码

* 修正kl_loss计算公式

* resample使用多进程,preprocess_hubert_f0使用旧的并行方式(尝试共享模型失败)
2023-06-21 02:38:05 +08:00
YuriHead 12be9b0a20
Update losses.py
Change back to the previous loss, and do not change the loss until it is confirmed that this can work normally
2023-06-20 10:14:33 +08:00
ZSCharlie 43fc6ac84e
并行执行预处理,处理速度或将提升,整理部分代码 (#230)
* 使用多线程来进行预处理,速度或将大幅提升,使用方法为 --use_thread <线程数>

* 并行执行预处理,处理速度或将提升,整理部分代码

* 修正kl_loss计算公式

* resample使用多进程,preprocess_hubert_f0使用旧的并行方式(尝试共享模型失败)
2023-06-19 15:38:13 -04:00
YuriHead d8e30c40f7 Updata some sampler 2023-06-20 01:46:18 +08:00
YuriHead a36805174b
Merge pull request #245 from svc-develop-team/4.1-Stable
snake Onnx 导出支持,新版Onnx支持
2023-06-20 00:52:39 +08:00
白叶 藤原 74c5505b3a snake Onnx 导出支持,新版Onnx支持 2023-06-18 23:32:52 +08:00
ylzz1997 1805061e56 Parallelized loudness calculation 2023-06-17 01:18:38 +08:00
ylzz1997 2de65ca297 Updata WebUI.py 2023-06-16 22:24:29 +08:00
YuriHead ac4461da8b
Merge pull request #240 from asdfw13/patch-3
Update webUI.py
2023-06-16 22:13:29 +08:00