Commit Graph

869 Commits

Author SHA1 Message Date
tarepan 5d5ab5465f
Refactor GPU cache during training (#108) 2023-04-22 12:05:00 +00:00
autumnmotor 297d92bf5d
some change precision audio processing (#94)
* some change precision audio processing

* fix clipping problem in resample

resample sometimes causes signal clipping, not just librosa.resample

* fix error
2023-04-22 11:39:47 +00:00
RVC-Boss c423f77a16
增加无f0模型的支持
增加无f0模型的支持
2023-04-22 11:38:00 +00:00
EntropyRiser 2f51e932bf
Change f0 predictor to harvest. (#123)
Co-authored-by: EntropyRiser <1832783120@qq.com>
2023-04-22 11:32:49 +00:00
Rice Cake 334da847d2
Update README.en.md (#121)
* Update README.en.md

* Update README.en.md
2023-04-22 14:06:18 +08:00
nadare 9b513a2375
Training tutorial (#109)
* add training tips in ja

* add english edition(using google translate)
2023-04-22 14:04:56 +08:00
Ftps 8acc0f2b71
fix port (#118) 2023-04-22 00:36:10 +08:00
Ftps ebc0b227c1
Update i18n.py (#117) 2023-04-22 00:35:37 +08:00
Yugo Ogura c941512427
chore: Just fix typo in README.ja.md (#114) 2023-04-22 00:33:11 +08:00
Rice Cake a2dadfc931
Update README.en.md (#113) 2023-04-21 16:30:08 +08:00
Ftps 8bf1e0e026
Update faiss description (#95) 2023-04-19 13:45:04 +08:00
Kazuki aca68fad09
improved Japanese translation. (#101) 2023-04-19 11:02:02 +08:00
Ftps 58397a92dc
Automatically change faiss version (#92) 2023-04-18 14:03:30 +08:00
github-actions[bot] 0ca936c226
🎨 同步 locale (#90)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-17 15:26:59 +00:00
Ftps 294b751e34
some change translation (#91) 2023-04-17 22:37:00 +08:00
github-actions[bot] 1e71efb265
Format code (#89)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-17 14:09:03 +00:00
源文雨 35379217e8
优化 change log 格式 (#86)
* 优化 change log 格式

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
2023-04-17 12:49:54 +00:00
EntropyRiser 88a43e14d1
Add non-search inference support. (#82)
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-17 12:49:42 +00:00
源文雨 b0f8a4c7d1
fix: json format (#84)
* Update extract_locale.py

* Apply Code Formatter Change

* Update locale_diff.py

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
2023-04-17 12:49:29 +00:00
Ftps 5ab6713bb3
fix permission (#87) 2023-04-17 16:15:59 +08:00
Ftps a4c64b0253
Autoformat when pushed directly (#79)
* Create push_format.yml

* remove unused
2023-04-17 11:09:05 +08:00
Ftps bfe974ea9f
Fix action when PR send (#83) 2023-04-17 10:49:57 +08:00
liujing04 0719b4aa5e
Add files via upload 2023-04-16 18:56:20 +08:00
liujing04 5bcaa171ea
Update Changelog_CN.md 2023-04-16 10:43:53 +00:00
liujing04 ae8aaf7624
Update trainset_preprocess_pipeline_print.py 2023-04-16 10:06:15 +00:00
liujing04 c935e75d52
Update Changelog_CN.md 2023-04-16 09:56:31 +00:00
liujing04 343aa6fc66
Update infer-web.py 2023-04-16 09:32:32 +00:00
源文雨 4ce152827c
fix: i18n rename 不全 (#77) 2023-04-16 09:30:50 +00:00
Nasser Aldosari f47627c650
English translations (#75)
Modified some existing translations and translated non-existing ones using GPT-4, manually proofread, may require double proofreading from experts to ensure accuracy.
2023-04-16 09:30:42 +00:00
源文雨 13da7b3f96
fix #73: 伴奏人声分离时报错:FileNotFoundError (#74)
* fix #73: 伴奏人声分离时报错:FileNotFoundError

* Apply Code Formatter Change

---------

Co-authored-by: fumiama <fumiama@users.noreply.github.com>
2023-04-16 09:30:32 +00:00
唐澤 克幸 6fb458a754
optimize: 优化代码结构 (#66)
* update

* 纠正了多余的内容

* update

* Change the location of the comments (or revert) to improve readability.

* revert

* Update extract_locale.py

* Update i18n.py

* fix HK & SG

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-16 06:29:01 +00:00
源文雨 eebbacba8c
fix(workflow): pull format (#70) 2023-04-16 03:29:57 +00:00
Ftps 8f339ba358
workflow: add auto format job with black on pull request (#62)
* Autoformat with black

* Fix

* Update and rename black.yml to black_PR.yml

* Update black_PR.yml
2023-04-16 03:11:26 +00:00
源文雨 71bf6a4156
feat: link zh_TW.json to zh_HK.json & zh_SG.json (#64)
* optimize: 精简未用到的配置项并在特征提取初步引入mps

* add cmd argument: --noautoopen

* fix: i18n

* fix

* fix

* add genlocale workflow

* add unitest

* fix

* fix

* fix

* 优化笔记本

* reintroduce Push changes

* disable genlocale on non-main branch

* 将笔记本checkout改为stable

* 优化代码结构

* make lint happy

* make lint happy

* 优化

* 优化

* 优化

* fix path on windows okey pack

* fix

* fix

* revert

* revert

* revert

* fix: extract locale regex

* feat: link zh_TW.json to zh_HK.json & zh_SG.json

* fix #50: set default language to en_US
2023-04-15 13:45:01 +00:00
Feng, Cheng-Chi 7ee8b206de
新增 zh-TW 台灣正體中文語言包 (#60)
* 新增 zh-TW 台灣正體中文語言包

* 調整用詞

* Update locale_diff.py

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 13:28:27 +00:00
源文雨 aeec244087
fix: extract locale regex (#63)
* optimize: 精简未用到的配置项并在特征提取初步引入mps

* add cmd argument: --noautoopen

* fix: i18n

* fix

* fix

* add genlocale workflow

* add unitest

* fix

* fix

* fix

* 优化笔记本

* reintroduce Push changes

* disable genlocale on non-main branch

* 将笔记本checkout改为stable

* 优化代码结构

* make lint happy

* make lint happy

* 优化

* 优化

* 优化

* fix path on windows okey pack

* fix

* fix

* revert

* revert

* revert

* fix: extract locale regex
2023-04-15 13:27:03 +00:00
Ftps c8261b2ccc
Reformat and rewrite _get_name_params (#57)
* Reformat

* rewrite _get_name_params

* Add workflow for automatic formatting

* Revert "Add workflow for automatic formatting"

This reverts commit 9111c5dbc1.

* revert Retrieval_based_Voice_Conversion_WebUI.ipynb

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 11:44:24 +00:00
源文雨 aaa893c4b1
add Discord badge to English&Japanese README (#56)
* add Discord badge to English README

* Update README.ja.md
2023-04-14 15:57:34 +00:00
源文雨 bfe643c056
add Discord badge to ZH_CN (#55)
* add Discord badge to ZH_CN

* Update README.md

* Update README.md
2023-04-14 15:57:15 +00:00
github-actions[bot] e3eaa51008
🎨 同步 locale (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-14 14:30:43 +00:00
源文雨 989087fd81
optimize: append pause to bat (#51)
* optimize: 精简未用到的配置项并在特征提取初步引入mps

* add cmd argument: --noautoopen

* fix: i18n

* fix

* fix

* add genlocale workflow

* add unitest

* fix

* fix

* fix

* 优化笔记本

* reintroduce Push changes

* disable genlocale on non-main branch

* 将笔记本checkout改为stable

* 优化代码结构

* make lint happy

* make lint happy

* 优化

* 优化

* 优化

* fix path on windows okey pack

* fix

* fix

* revert

* revert

* revert
2023-04-14 14:30:10 +00:00
源文雨 107ea95f94
fix: genlocale (#53) 2023-04-14 14:22:55 +00:00
liujing04 b951bdb895
Update infer-web.py 2023-04-14 13:56:50 +00:00
EntropyRiser 8d24582122
Fix hubert model choosing and unused faiss search (#46)
* Rewrite GUI audio processor with torch. Improve speed.

* Fix GUI Hubert model choosing.

* Add index search to GUI

* Add index_search support
2023-04-14 13:00:31 +00:00
源文雨 196d62c5f2
润色README及其日文翻译 (#52)
* 润色日文翻译

* 润色中文README

* kill katakana

* Update README.ja.md
2023-04-14 14:59:05 +08:00
liujing04 a36ff01be1
Add files via upload 2023-04-13 23:57:27 +08:00
KawaiiPGR 605fbe118d
Fix Filename Mismatch (#49) 2023-04-13 14:25:32 +00:00
源文雨 99996fbe8a
优化笔记本、翻译并重新引入自动push (#48)
* optimize: 精简未用到的配置项并在特征提取初步引入mps

* add cmd argument: --noautoopen

* fix: i18n

* fix

* fix

* add genlocale workflow

* add unitest

* fix

* fix

* fix

* 优化笔记本

* reintroduce Push changes

* disable genlocale on non-main branch

* 将笔记本checkout改为stable
2023-04-13 13:32:08 +00:00
liujing04 55135e0a0e
fix mute train
fix mute train
2023-04-13 18:29:06 +08:00
源文雨 f7a57ea92b
revert changes at #42 (#44)
没有测试过就不要推了,害人害己。
2023-04-13 14:13:29 +08:00