Commit Graph

858 Commits

Author SHA1 Message Date
知不可乎 40f991e38a
Fix i18n (#1921)
* Fix i18n

修复翻译问题

* Fix i18n

修复翻译问题
2024-04-11 16:46:26 +09:00
Просто Хаскер 8fd883d739
Move to Gradio 4.23.0 (#1928) 2024-04-11 16:46:02 +09:00
Omar Tsai a84bba36be
Fix typo (#1942) 2024-04-11 16:42:34 +09:00
Ikko Eltociear Ashimine 253144caca
docs: Update README.ja.md (#1946)
fix markdown.
2024-04-11 16:42:09 +09:00
Zul a998c747df
Small English grammar fix (#1863)
changed poetry explanation to "then you can use" rather than "then can use." Makes more sense
2024-04-11 16:41:07 +09:00
RVC-Boss 886b6324bc
Merge pull request #1869 from yxlllc/dev
Correct the receptive field of the flow model and optimize the real-time inference code
2024-03-07 00:00:31 +08:00
yxlllc e2a9bb88f1 optimize codes 2024-03-06 21:27:22 +08:00
yxlllc 8e78f655e6 fix the receptive field of flow 2024-03-06 16:20:50 +08:00
github-actions[bot] 7728caad54
Revert "修复所有语言REARMED中更新日志的链接错误" (#1855) (#1856)
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2024-03-01 18:46:57 +09:00
源文雨 9a267ac1bb
revert: README格式意外复旧(#1803) 2024-03-01 18:37:18 +09:00
github-actions[bot] 6061f636f8
chore(format): run black on main (#1851)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-01 18:26:12 +09:00
RVC-Boss a3ee455191
Add files via upload 2024-03-01 17:23:43 +08:00
RVC-Boss c22b912576
Merge pull request #1850 from RVC-Project/dev
chore(sync): merge dev into main
2024-03-01 16:08:14 +08:00
RVC-Boss 3dcd78855b
Merge branch 'main' into dev 2024-03-01 16:07:24 +08:00
RVC-Boss 67f934539b
Merge pull request #1803 from Butyllithium/dev
修复所有语言REARMED中更新日志的链接错误
2024-03-01 15:04:40 +08:00
CatMatrix bf17b8b758 修复所有语言更新日志的链接错误 2024-02-09 04:37:39 +08:00
Zzzyt f513f0b2e0
Fix half argument (#1683) (#1775)
* for GTX1650

* testing torch-profiler

* no more profiler & change default audio

* longer slice

* fluid container

* cache rmvpe and ui tweaks

* get my changes back after merge

* format code

* only load rmvpe when necessary

* fix rmvpe & config bug

* fix is_half again

* manual sync with upstream

* fix bool() for is_half

* revert changes for PR

* revert again

* typo

* match lower case
2024-01-30 12:51:40 +09:00
Albert Softie 401db68aba
make dlmodels.sh executable before running (#1771) 2024-01-27 16:13:34 +09:00
RVC-Boss 8c0cec1c9e
Merge pull request #1768 from RVC-Project/formatter-main
chore(format): run black on main
2024-01-26 16:10:24 +08:00
RVC-Boss c09d1bcfac
Merge pull request #1769 from RVC-Project/formatter-dev
chore(format): run black on dev
2024-01-26 16:10:23 +08:00
github-actions[bot] 005f097fec chore(format): run black on main 2024-01-26 08:10:04 +00:00
github-actions[bot] 738e55f05c chore(format): run black on dev 2024-01-26 08:09:56 +00:00
RVC-Boss 8790ab69e0
Update infer-web.py 2024-01-26 16:09:42 +08:00
RVC-Boss 850ec480d0
Update infer-web.py 2024-01-26 16:09:39 +08:00
RVC-Boss 9602ea649c
Update train.py 2024-01-26 16:03:00 +08:00
RVC-Boss b304564c9e
Update train.py 2024-01-26 16:01:14 +08:00
github-actions[bot] 35c83e88df
chore(format): run black on dev (#1763)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-25 21:55:23 +09:00
源文雨 3b2a1d081c feat(gui): trained_xxxx.index hint (fix #1070) 2024-01-25 21:53:29 +09:00
github-actions[bot] 918ab7b62f
chore(format): run black on dev (#1758)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-25 21:05:02 +09:00
Ftps 5c55d5378b
fix run.sh on mac (#1755) 2024-01-25 21:04:29 +09:00
RVC-Boss 5dbdbab2c1
Update audio.py 2024-01-23 15:15:11 +08:00
RVC-Boss d187257944
Update audio.py 2024-01-23 15:15:04 +08:00
github-actions[bot] 267192fd92
chore(format): run black on dev (#1750)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-22 22:31:55 +09:00
源文雨 380fd52085 optimize(infer-web): silent httpx INFO logging
and add rmvpe downloading in dlmodels.bat
2024-01-22 22:28:09 +09:00
源文雨 55b3fad19e chore(pip): add requirements-py311.txt (fix #1155) 2024-01-22 21:58:12 +09:00
源文雨 03692a261e chore(pip): remove some unnecessary version restrictions
in order to enable installation on pyver>3.11
2024-01-22 21:33:17 +09:00
源文雨 6141253fba drop: overwrite of config jsons & feat: read index from assets/indices 2024-01-22 17:18:59 +09:00
github-actions[bot] 3a80032e74
chore(i18n): sync locale on dev (#1748)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-21 20:20:25 +09:00
Pengoose f29f39cdef
chore(docs): update docs(ko, ja) & i18n ko translation data (#1744)
* add i18n translation data(ko_KR.json)

* update README.ko.md

* update README.ja.md

* update Changelog_KO.md

* add Changelog_JA.md

* add faq_ko.md

* add faq_ja.md
2024-01-21 20:18:59 +09:00
源文雨 b7d02d3cf2 chore: link Português to READMEs 2024-01-18 00:04:37 +09:00
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
nr1a 68f286b6a1
Added support for L4&RTX6000 GPU in WebUI (#1738)
* support L4

* add RTX6000
2024-01-17 23:56:35 +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] 8d5c34601b
chore(format): run black on dev (#1731)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-16 20:32:37 +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
Sơn Phan Trung 53051852f1
refactor(dlmodels.sh): get the script posix compliant, rework functions. (#1723) 2024-01-16 20:31:10 +09:00
Chengjia Jiang 49434901d8
fix: 多显卡训练时logger未赋值引用 (#1722)
modified:   infer/modules/train/train.py
2024-01-16 20:30:10 +09:00
Adachi f6fa0c9cd9
typo: README.md (#1725) 2024-01-16 20:23:42 +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
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