Jax Leo
|
e9dfa862c5
|
README: fix typo
|
2025-01-28 06:41:18 +00:00 |
|
Jax Leo
|
1f2f47c71e
|
README: add Chinese instructions for installing PyTorch with ROCM
|
2025-01-28 06:38:31 +00:00 |
|
源文雨
|
64b78bed3b
|
20240604
|
2024-06-05 18:10:59 +09:00 |
|
CatMatrix
|
bf17b8b758
|
修复所有语言更新日志的链接错误
|
2024-02-09 04:37:39 +08:00 |
|
源文雨
|
b7d02d3cf2
|
chore: link Português to READMEs
|
2024-01-18 00:04:37 +09:00 |
|
Adachi
|
f6fa0c9cd9
|
typo: README.md (#1725)
|
2024-01-16 20:23:42 +09:00 |
|
NightWatcher314
|
26e2805f0e
|
fix poetry part for README.md (#1715)
* Update README.md
* Delete pyproject.toml
* Delete poetry.lock
* Update README.md
|
2024-01-14 17:04:30 +09:00 |
|
Allen Li
|
2d0307dc6a
|
Docs: Update README.fr.md (#1712)
* fix broken links in french README and add its link to other languages README
* improve french README
|
2024-01-14 15:35:05 +09:00 |
|
源文雨
|
f3281d1e37
|
Merge branch 'main' into dev
|
2023-12-29 00:29:44 +08:00 |
|
源文雨
|
50890e4f44
|
Update README.md
|
2023-12-29 01:26:10 +09:00 |
|
源文雨
|
cd051e345b
|
Update README.md
|
2023-12-29 01:25:21 +09:00 |
|
源文雨
|
57cb626334
|
Update README.md
|
2023-12-29 01:24:08 +09:00 |
|
源文雨
|
b9fbce73a9
|
大幅优化README
|
2023-12-29 01:23:16 +09:00 |
|
源文雨
|
1ff9e8c3e6
|
优化README头图显示格式 (#1662)
|
2023-12-29 00:52:57 +09:00 |
|
源文雨
|
1669821386
|
优化README头图显示格式
|
2023-12-29 00:52:10 +09:00 |
|
RVC-Boss
|
4cf6ed50cb
|
Merge branch 'main' into dev
|
2023-12-28 23:41:27 +08:00 |
|
RVC-Boss
|
43b5be3189
|
Update README.md
|
2023-12-28 23:37:36 +08:00 |
|
RVC-Boss
|
cbdab9c0c9
|
Update README.md
|
2023-12-28 22:28:33 +08:00 |
|
RVC-Boss
|
dabbe708f7
|
Update README.md
|
2023-10-29 12:36:00 +08:00 |
|
github-actions[bot]
|
690da84650
|
chore(sync): merge dev into main (#1380)
* Optimize latency (#1259)
* add attribute: configs/config.py
Optimize latency: tools/rvc_for_realtime.py
* new file: assets/Synthesizer_inputs.pth
* fix: configs/config.py
fix: tools/rvc_for_realtime.py
* fix bug: infer/lib/infer_pack/models.py
* new file: assets/hubert_inputs.pth
new file: assets/rmvpe_inputs.pth
modified: configs/config.py
new features: infer/lib/rmvpe.py
new features: tools/jit_export/__init__.py
new features: tools/jit_export/get_hubert.py
new features: tools/jit_export/get_rmvpe.py
new features: tools/jit_export/get_synthesizer.py
optimize: tools/rvc_for_realtime.py
* optimize: tools/jit_export/get_synthesizer.py
fix bug: tools/jit_export/__init__.py
* Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py
Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py
Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py
* Remove useless code: infer/lib/rmvpe.py
* Delete gui_v1 copy.py
* Delete .vscode/launch.json
* Delete jit_export_test.py
* Delete tools/rvc_for_realtime copy.py
* Delete configs/config.json
* Delete .gitignore
* Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py
Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py
Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py
* restore
* replace(you can undo this commit)
* remove debug_print
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* Fixed some bugs when exporting ONNX model (#1254)
* fix import (#1280)
* fix import
* lint
* 🎨 同步 locale (#1242)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix jit load and import issue (#1282)
* fix jit model loading : infer/lib/rmvpe.py
* modified: assets/hubert/.gitignore
move file: assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
modified: assets/rmvpe/.gitignore
move file: assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
fix import: gui_v1.py
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* Add input wav and delay time monitor for real-time gui (#1293)
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* add input wav and delay time monitor
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
* Optimize latency using scripted jit (#1291)
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* Optimize-latency-using-scripted: configs/config.py
Optimize-latency-using-scripted: infer/lib/infer_pack/attentions.py
Optimize-latency-using-scripted: infer/lib/infer_pack/commons.py
Optimize-latency-using-scripted: infer/lib/infer_pack/models.py
Optimize-latency-using-scripted: infer/lib/infer_pack/modules.py
Optimize-latency-using-scripted: infer/lib/jit/__init__.py
Optimize-latency-using-scripted: infer/lib/jit/get_hubert.py
Optimize-latency-using-scripted: infer/lib/jit/get_rmvpe.py
Optimize-latency-using-scripted: infer/lib/jit/get_synthesizer.py
Optimize-latency-using-scripted: infer/lib/rmvpe.py
Optimize-latency-using-scripted: tools/rvc_for_realtime.py
* modified: infer/lib/infer_pack/models.py
* fix some bug: configs/config.py
fix some bug: infer/lib/infer_pack/models.py
fix some bug: infer/lib/rmvpe.py
* Fixed abnormal reference of logger in multiprocessing: infer/modules/train/train.py
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Format code (#1298)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🎨 同步 locale (#1299)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: optimize actions
* feat(workflow): add sync dev
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: add jit options (#1303)
Delete useless code: infer/lib/jit/get_synthesizer.py
Optimized code: tools/rvc_for_realtime.py
* Code refactor + re-design inference ui (#1304)
* Code refacor + re-design inference ui
* Fix tabname
* i18n jp
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* feat: optimize actions
* feat: optimize actions
* Update README & en_US locale file (#1309)
* critical: some bug fixes (#1322)
* JIT acceleration switch does not support hot update
* fix padding bug of rmvpe in torch-directml
* fix padding bug of rmvpe in torch-directml
* Fix STFT under torch_directml (#1330)
* chore(format): run black on dev (#1318)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(i18n): sync locale on dev (#1317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow for tta to be passed to uvr (#1361)
* chore(format): run black on dev (#1373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added script for automatically download all needed models at install (#1366)
* Delete modules.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* chore(i18n): sync locale on dev (#1377)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(format): run black on dev (#1376)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update IPEX library (#1362)
* Update IPEX library
* Update ipex index
* chore(format): run black on dev (#1378)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update Changelog_CN.md
* Update Changelog_CN.md
* Update Changelog_EN.md
* Update README.md
* Update README.en.md
* Update README.md
---------
Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com>
Co-authored-by: Ftps <ftpsflandre@gmail.com>
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com>
Co-authored-by: Rice Cake <gak141808@gmail.com>
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com>
Co-authored-by: Dmitry <nda2911@yandex.ru>
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com>
|
2023-10-06 19:11:58 +08:00 |
|
github-actions[bot]
|
e9dd11bddb
|
chore(sync): merge dev into main (#1379)
* Optimize latency (#1259)
* add attribute: configs/config.py
Optimize latency: tools/rvc_for_realtime.py
* new file: assets/Synthesizer_inputs.pth
* fix: configs/config.py
fix: tools/rvc_for_realtime.py
* fix bug: infer/lib/infer_pack/models.py
* new file: assets/hubert_inputs.pth
new file: assets/rmvpe_inputs.pth
modified: configs/config.py
new features: infer/lib/rmvpe.py
new features: tools/jit_export/__init__.py
new features: tools/jit_export/get_hubert.py
new features: tools/jit_export/get_rmvpe.py
new features: tools/jit_export/get_synthesizer.py
optimize: tools/rvc_for_realtime.py
* optimize: tools/jit_export/get_synthesizer.py
fix bug: tools/jit_export/__init__.py
* Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py
Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py
Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py
* Remove useless code: infer/lib/rmvpe.py
* Delete gui_v1 copy.py
* Delete .vscode/launch.json
* Delete jit_export_test.py
* Delete tools/rvc_for_realtime copy.py
* Delete configs/config.json
* Delete .gitignore
* Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py
Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py
Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py
* restore
* replace(you can undo this commit)
* remove debug_print
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* Fixed some bugs when exporting ONNX model (#1254)
* fix import (#1280)
* fix import
* lint
* 🎨 同步 locale (#1242)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix jit load and import issue (#1282)
* fix jit model loading : infer/lib/rmvpe.py
* modified: assets/hubert/.gitignore
move file: assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
modified: assets/rmvpe/.gitignore
move file: assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
fix import: gui_v1.py
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* Add input wav and delay time monitor for real-time gui (#1293)
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* add input wav and delay time monitor
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
* Optimize latency using scripted jit (#1291)
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* Optimize-latency-using-scripted: configs/config.py
Optimize-latency-using-scripted: infer/lib/infer_pack/attentions.py
Optimize-latency-using-scripted: infer/lib/infer_pack/commons.py
Optimize-latency-using-scripted: infer/lib/infer_pack/models.py
Optimize-latency-using-scripted: infer/lib/infer_pack/modules.py
Optimize-latency-using-scripted: infer/lib/jit/__init__.py
Optimize-latency-using-scripted: infer/lib/jit/get_hubert.py
Optimize-latency-using-scripted: infer/lib/jit/get_rmvpe.py
Optimize-latency-using-scripted: infer/lib/jit/get_synthesizer.py
Optimize-latency-using-scripted: infer/lib/rmvpe.py
Optimize-latency-using-scripted: tools/rvc_for_realtime.py
* modified: infer/lib/infer_pack/models.py
* fix some bug: configs/config.py
fix some bug: infer/lib/infer_pack/models.py
fix some bug: infer/lib/rmvpe.py
* Fixed abnormal reference of logger in multiprocessing: infer/modules/train/train.py
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Format code (#1298)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🎨 同步 locale (#1299)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: optimize actions
* feat(workflow): add sync dev
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: add jit options (#1303)
Delete useless code: infer/lib/jit/get_synthesizer.py
Optimized code: tools/rvc_for_realtime.py
* Code refactor + re-design inference ui (#1304)
* Code refacor + re-design inference ui
* Fix tabname
* i18n jp
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* feat: optimize actions
* feat: optimize actions
* Update README & en_US locale file (#1309)
* critical: some bug fixes (#1322)
* JIT acceleration switch does not support hot update
* fix padding bug of rmvpe in torch-directml
* fix padding bug of rmvpe in torch-directml
* Fix STFT under torch_directml (#1330)
* chore(format): run black on dev (#1318)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(i18n): sync locale on dev (#1317)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow for tta to be passed to uvr (#1361)
* chore(format): run black on dev (#1373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added script for automatically download all needed models at install (#1366)
* Delete modules.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* chore(i18n): sync locale on dev (#1377)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(format): run black on dev (#1376)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update IPEX library (#1362)
* Update IPEX library
* Update ipex index
* chore(format): run black on dev (#1378)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com>
Co-authored-by: Ftps <ftpsflandre@gmail.com>
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com>
Co-authored-by: Rice Cake <gak141808@gmail.com>
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com>
Co-authored-by: Dmitry <nda2911@yandex.ru>
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com>
|
2023-10-06 17:14:33 +08:00 |
|
Ftps
|
1d86fb7a87
|
Revert "Update README.md (#1257)" (#1274)
This reverts commit aa2ed8e646 .
|
2023-09-18 14:50:30 +00:00 |
|
Sh Raj
|
aa2ed8e646
|
Update README.md (#1257)
|
2023-09-18 10:50:24 +09:00 |
|
nsʇnɾ ʇǝɹɔǝs
|
b09b6ad05c
|
Added french FAQ (#1185)
|
2023-09-04 11:00:53 +09:00 |
|
Ftps
|
e1e947cf22
|
update readme
|
2023-08-28 16:00:51 +09:00 |
|
Ftps
|
82900cdc90
|
fix docs path
|
2023-08-27 22:08:37 +09:00 |
|
RVC-Boss
|
af6f72be86
|
Update README.md
|
2023-08-14 00:10:26 +08:00 |
|
RVC-Boss
|
7e544c453c
|
Update README.md
|
2023-08-14 00:01:47 +08:00 |
|
Doğa Yağcızeybek
|
7293002f53
|
chore: translate documents into turkish (#944)
* chore: translate documents into turkish
* chore: add turkish option to other readmes
* chore: add turkish option to main readme
|
2023-08-13 11:52:24 +08:00 |
|
Rice Cake
|
1a563e68e6
|
Update README.md (#966)
|
2023-08-09 20:32:49 +09:00 |
|
Naozumi
|
d82b2cfc14
|
Update readme (#897)
|
2023-07-29 22:44:36 +08:00 |
|
RVC-Boss
|
27e7d2dc4a
|
最先进人声音高提取算法RMVPE已支持,效果默秒全!
最先进人声音高提取算法RMVPE已支持,效果默秒全!
|
2023-07-11 12:02:30 +08:00 |
|
Rice Cake
|
7f4bdf42b0
|
Update README.md (#646)
|
2023-06-28 15:29:47 +08:00 |
|
源文雨
|
04d7813486
|
Update README.md
|
2023-06-24 16:41:22 +08:00 |
|
源文雨
|
5e09a55e5f
|
优化代码结构
|
2023-06-24 15:26:14 +08:00 |
|
源文雨
|
f6051a12f0
|
move changelogs to docs folder
|
2023-06-23 22:47:56 +08:00 |
|
Ftps
|
66d470361a
|
Fix links (#596)
|
2023-06-22 06:37:09 +00:00 |
|
RVC-Boss
|
3c1ff4f63b
|
Update README.md
|
2023-06-19 12:11:41 +00:00 |
|
RVC-Boss
|
d963c29fec
|
Update README.md
|
2023-06-11 13:56:06 +00:00 |
|
RVC-Boss
|
986d92b261
|
Update README.md
|
2023-06-11 13:54:38 +00:00 |
|
Ftps
|
ff2793249d
|
remove specify version (#492)
|
2023-06-09 15:05:13 +00:00 |
|
RVC-Boss
|
1f63abe3e2
|
Update README.md
|
2023-05-14 07:19:35 +00:00 |
|
源文雨
|
339a116074
|
Update README.md
|
2023-05-10 23:39:04 +08:00 |
|
源文雨
|
9bab76741e
|
Update README.md
|
2023-05-10 23:27:33 +08:00 |
|
RVC-Boss
|
5b0ff12163
|
Update README.md
|
2023-05-09 11:49:05 +08:00 |
|
liu biao
|
eba9b05b28
|
增加在macos下安装swig说明 (#253)
|
2023-05-08 15:16:09 +00:00 |
|
源文雨
|
5d7b649175
|
Update README.md
|
2023-05-07 13:46:23 +08:00 |
|
RVC-Boss
|
ddec7b713f
|
Update README.md
|
2023-05-06 18:40:42 +08:00 |
|
源文雨
|
b1134d9f64
|
add 韓國語
|
2023-04-28 15:54:12 +08:00 |
|
RVC-Boss
|
725db8734a
|
Update README.md
|
2023-04-27 16:16:38 +00:00 |
|