github-actions[bot]
7dd326c97a
chore(i18n): sync locale on dev ( #1733 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-17 23:57:14 +09:00
Rafael Godoy
016e8754b9
Translation of RVC into Portuguese in i18n ( #1719 )
...
* Translation of RVC into Portuguese in i18n
Added the Brazilian Portuguese language to the project.
* Removal of external links
Removed external links to approve the request.
* Removed external links and translated in real time
More other links I found and removed and fixed some translations that were missing in realtime-gui
* Translation of doc
* FAQ with original and adapted questions:
- All translated original FAQs
- Additional new FAQs adapted to the reality of my country
* adding translated images
2024-01-17 02:02:38 +09:00
github-actions[bot]
4e8e235024
chore(i18n): sync locale on dev ( #1730 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-16 20:31:53 +09:00
yxlllc
c3e65cdf96
optimize: realtime inference ( #1693 )
...
* update real-time gui
* update real-time gui
* update real-time gui
2024-01-16 20:22:55 +09:00
github-actions[bot]
997a956f4f
chore(i18n): sync locale on dev ( #1650 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-26 22:01:20 +09:00
github-actions[bot]
7c753e6ac1
chore(i18n): sync locale on dev ( #1585 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-30 20:34:39 +09:00
David Edwards
45da3644f4
feat: add en_US translations and missing i18n in web client ( #1576 )
...
* chore(format): run black on main (#1448 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* translate untranslated english
* Fix trainset_dir4 default value in infer-web.py
---------
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>
2023-11-30 20:32:24 +09:00
THE-SINDOL
a51746555c
Update fr_FR.json
...
Changed chinese simplified language in french
2023-10-28 23:05:08 +02: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
github-actions[bot]
f33f18cb0a
🎨 同步 locale ( #1297 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-21 23:19:52 +09:00
github-actions[bot]
4b526ba8c0
🎨 同步 locale ( #1289 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-20 23:16:55 +09:00
Jin Hyung Ahn
4aa896d0f3
chore: update localization files for vc_multi inputs ( #1210 )
2023-09-09 04:06:52 +00:00
towzeur
05876e6fc0
add FR locale ( #1191 )
2023-09-05 16:04:51 +09:00
Blaise
90a4d9474a
fix spanish ( #1175 )
2023-09-03 14:11:42 +08:00
yxlllc
1457169e7a
Update real-time gui ( #1174 )
...
* loudness factor control and gpu-accelerated noise reduction
* loudness factor control and gpu-accelerated noise reduction
* loudness factor control and gpu-accelerated noise reduction
2023-09-03 13:57:31 +08:00
源文雨
04a33b9709
fix: 卸载音色省显存
...
顺便将所有print换成了统一的logger
2023-09-01 15:18:08 +08:00
github-actions[bot]
47a3882b3a
🎨 同步 locale ( #1117 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-30 00:02:34 +08:00
Ftps
d880f0d19f
fix genlocale
2023-08-29 20:34:14 +09:00
Ftps
ea1047ec8e
fix genlocale
2023-08-29 15:41:19 +09:00
Ftps
cffdce2097
fix locale_diff.py
2023-08-28 23:58:20 +09:00
Ftps
6e14c7b5f5
rewrite oneclick_train
2023-08-28 23:56:39 +09:00
Ftps
740625fd2b
fix i18n
2023-08-28 21:58:36 +09:00
Ftps
58e32b6def
format
2023-08-28 16:08:31 +09:00
Ftps
b831d67bbf
Merge remote-tracking branch 'upstream/main' into clean
2023-08-27 13:26:10 +09:00
Ftps
0cf6f96e17
Merge remote-tracking branch 'upstream/main' into clean
2023-08-27 12:43:37 +09:00
Ftps
b562b12cb9
replace i18n
2023-08-19 19:10:31 +09:00
源文雨
76c18b547c
optimize: move i18n to lib
2023-07-24 14:19:53 +08:00
github-actions[bot]
6f5697c146
🎨 同步 locale ( #828 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-23 01:57:31 +08:00
Naozumi
8c23c3c9e5
Add device reload button ( #778 )
2023-07-23 01:24:51 +08:00
github-actions[bot]
5b9d9b045a
🎨 同步 locale ( #743 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-13 14:40:46 +08:00
github-actions[bot]
c3d6057a22
🎨 同步 locale ( #699 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-08 19:46:30 +08:00
Valerio Montieri
fb785df015
Added italian translation json ( #676 )
2023-07-08 19:44:16 +08:00
Devyatyi9
c5976ff563
added ru support ru-RU.json ( #661 )
...
* added ru support ru-RU.json
Russian translation by redoverflow
* updated description for extract
2023-07-06 17:56:01 +00:00
github-actions[bot]
d97767494c
Changes by create-pull-request action ( #655 )
...
* 🎨 同步 locale
* Update tr_TR.json
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-06-30 16:20:19 +00:00
Ozan Ayrıkan
dbba35cdd0
added tr support ( #653 )
2023-06-30 02:34:50 +00:00
源文雨
5e09a55e5f
优化代码结构
2023-06-24 15:26:14 +08:00
github-actions[bot]
eeea7cc3ff
🎨 同步 locale ( #613 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-23 22:01:55 +08:00
kalomaze
195a14e5c5
Add new defaults for infer-web.py & adjust english translation ( #584 )
...
* Adjust defaults of index and volume scale
* Adjust eng translation for index and volume envelope
2023-06-20 15:17:32 +08:00
Ftps
413c0d285d
Correction of Japanese nuances ( #577 )
...
* Correction of Japanese nuances
* Add new line
2023-06-20 10:10:25 +08:00
LINKANG ZHAN
ace949b174
Complete i18n Document ( #576 )
2023-06-19 12:11:30 +00:00
RVC-Boss
bc5df2ff8e
Add files via upload
2023-06-18 20:05:43 +08:00
Ma5onic
a02019e428
English Translation Fixes ( #402 )
...
* Fix English Translations
* Minor translation correction
2023-06-01 10:11:38 +08:00
github-actions[bot]
86b086e393
🎨 同步 locale ( #367 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-29 12:09:26 +08:00
RVC-Boss
95a14b734d
Add files via upload
2023-05-29 00:23:09 +08:00
RVC-Boss
d0249262b3
Add files via upload
2023-05-28 23:51:03 +08:00
pcunwa
c3de24f2e0
Corrected Japanese translation. ( #319 )
...
* Update ja_JP.json
Incorrect or incomplete translations have been corrected.
* Update ja_JP.json
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-05-21 11:06:11 +00:00
tzshao
50a121fc74
Update of en_US.json and faq_en.md. Proposal for i18n standard. ( #318 )
...
* Update en_US.json
1. Severe mistake fixed: certain translation is previously incomplete.
* Update faq_en.md
1. Modified 1 entry for context consistency with lately merged en_US translation
* Update en_US.json
1. Attached colons to all Input Prompts as proposed.
2. Minor changes to translation expressions.
* Update en_US.json
1. Removed trailing periods on button texts
2023-05-20 20:14:23 +08:00
Rilm2525
3f17356c11
Japanese translation added and corrected. ( #317 )
...
* Update infer-web.py
* Update ja_JP.json
2023-05-20 10:46:39 +00:00
tzshao
563bf7af6d
Update of en_US.json, Proposal for i18n standard. ( #314 )
...
* Update en_US.json
### Description:
A rough modification of en-US i18n file.
### Changes:
+ Many translation phrases have been replaced with rather native expressions.
+ Majority of translation phrases have been re-formatted for more efficient reading.
### Problems:
+ There's no standard for i18n. E.g, and my proposal:
+ All Input Prompts ends with colon(":").
+ All progress indication(e.g. "step1:processing data","step2a: ...") stays lowercase, may add CSI SGR escape sequences for highlighting.
+ List of Selections and their descriptions be written in key-value pairs.
+ No more plain-translations.
* Update en_US.json
1.Strings that refer to specific paths/locations have been quoted with '' pairs.
2.1 Typo fixed.
* Update en_US.json
1.Minor re-format.
2023-05-20 10:46:18 +00:00
kalomaze
563c64ded9
Small english translation tweaks ( #308 )
...
* Update en_US.json
* Update en_US.json
2023-05-19 11:32:50 +08:00