885 Commits

Author SHA1 Message Date
pato-pan
146278676d
Merge 6aba5ad1775ae550ad6d9f87b6a1facde30bd952 into 7ef19867780cf703841ebafb565a4e47d1ea86ff 2024-11-25 17:41:53 +08:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
7ef1986778
Add warnings for files related to Onnx exports (#2385)
* Fix Onnx Export And Support TensorRT

* Add files via upload

* Update attentions_onnx.py

* Update models_onnx.py

* Update models_onnx.py

* Add files via upload

* Add files via upload
2024-11-24 23:09:44 +08:00
yxlllc
709bbbac1a
optimize nsf inference (#2387) 2024-11-24 21:36:41 +08:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα
1376ce739d
Fix onnx export & Support TensorRT (#2384)
* Fix Onnx Export And Support TensorRT

* Add files via upload
2024-11-24 00:27:28 +08:00
纸巾
9ae3af4a7d
移除音频文件路径 Unicode 控制字符 (#2334) 2024-11-23 20:46:42 +08:00
RVC-Boss
3548b4f1a5
Update requirements-ipex.txt 2024-09-05 13:57:11 +08:00
RVC-Boss
1963b7d5e4
Update requirements-win-for-realtime_vc_gui-dml.txt 2024-09-05 11:53:11 +08:00
RVC-Boss
e954fa98d3
Update requirements-win-for-realtime_vc_gui.txt 2024-09-05 11:53:07 +08:00
Coming
cfc1e24489
fix: dlmodels.sh exits after download single file (#2175) 2024-08-28 16:41:39 +08:00
Dafterfly
b405aed417
Translate Chinese text in English README (#2172) 2024-08-28 16:40:41 +08:00
pato-pan
7e3965c673
Update requirements.txt (#2203)
aria2 needs to be required.
2024-08-28 16:40:28 +08:00
T-NEX
4d1379989f
Update README.ja.md (#2231)
This commit changed the single quotes to back quotes where they were used in the Markdown.
2024-08-28 16:38:15 +08:00
keitarou
7a81606a03
fixed pip version (#2238) 2024-08-28 16:36:43 +08:00
NaGaii1994
22473bac0e
fix poetry (#2246) 2024-08-28 16:36:23 +08:00
RVC-Boss
94e5c40f79
Merge pull request #2256 from mannanshukla/patch-1
fix spelling
2024-08-28 16:36:04 +08:00
Mannan Shukla
7d897dbf60
fix spelling 2024-08-16 22:16:31 -04:00
RVC-Boss
85829da3a0
Rollback 231006 version,fix "forcing fp32 infer"
Rollback 231006 version,fix "forcing fp32 infer"
2024-07-28 16:47:43 +08:00
RVC-Boss
413fa2591f
Rollback 231006 version,fix "forcing fp32 infer"
Rollback 231006 version,fix "forcing fp32 infer"
2024-07-28 16:46:05 +08:00
RVC-Boss
b8361c92d0
Rollback 231006 version,fix "forcing fp32 infer"
Rollback 231006 version,fix "forcing fp32 infer"
2024-07-28 16:45:47 +08:00
RVC-Boss
4aa2a89374
Merge pull request #2177 from AurevoirXavier/main
fix: allow path name contains special characters
2024-07-28 16:32:06 +08:00
pato-pan
6aba5ad177
Update run.sh
pyenv only checks for python version in the current directory now. The working directory will now always be the one where the script is located (in case you run it outside the folder, example: `./RVC/run.sh`) this also makes it so pyenv will always only show the version that applies to the current folder.

I considered this alternative before coming up with this, "-qvE "3.8|`dirname -- $(readlink -fn -- "$0")`"", but this is longer and more complicated, and has the same requirements, so I discarded it. Sharing it in case someone else finds it useful
2024-07-18 19:06:56 -04:00
pato-pan
c4b442c3c8
Update run.sh
pyenv compatibility. Pyenv check was not working as intended, it should be inverted match (with -v).
if pyenv exists in the system, it will now install python3.8 and set it as the default for the current folder

This should give support to Arch Linux users, among other distros.

Review needed, 2 questions:
1. Is it safe to set python3.8 as the default for the current folder? If you don't know and no one can verify, let's assume it is. I think it likely is, but I can't consider for every possibility.
2. Which version of python 3.8 do you prefer? If it's not 3.8.19, it should be changed to the one you wish to have installed (like 3.8.0)
2024-07-17 22:46:27 -04:00
RVC-Boss
5524451963
Update requirements.txt 2024-07-05 18:41:23 +08:00
Xavier Lau
81ca3253c7
Allow path name contains special characters 2024-07-03 18:42:58 +08:00
RVC-Boss
83d6a64e67
Merge pull request #2159 from tkyaji/upgrade_librosa
fix: Updated librosa to version 0.10.2
2024-07-01 10:08:22 +08:00
RVC-Boss
9899757d07
Merge pull request #2164 from FChin39/main
feat: Add API Code for Enhanced Functionality
2024-06-30 15:06:09 +08:00
RVC-Boss
c31c7bce4e
Merge pull request #2160 from tkyaji/missing_traceback
fix: The import for traceback is missing.
2024-06-30 15:05:40 +08:00
Freidrichin
ce66d5b40e Update API code for release version
API code for 240604 version and 231006 version
2024-06-27 19:32:34 +08:00
tkyaji
d8ec4e1fee The import for traceback is missing. 2024-06-26 22:15:01 +09:00
tkyaji
330bdd9692 fix: Updated librosa to version 0.10.2
There is a bug in librosa 0.9.1.
https://github.com/librosa/librosa/pull/1594

As a result, an error occurs when executing the "Vocals/Accompaniment Separation & Reverberation Removal" function.

To address this issue, librosa has been upgraded to version 0.10.2.
Additionally, torchcrepe has been upgraded due to its dependency on librosa.
2024-06-26 21:59:55 +09:00
Freidrichin
c44a81b39e Update api.py 2024-06-25 19:05:05 +08:00
Freidrichin
39fc6f2c10 Create api.py
Create the initial API Python file for easy expansion and use.
2024-06-24 22:19:42 +08:00
RVC-Boss
1f1755fe3d
Update audio.py 2024-06-14 19:56:10 +08:00
RVC-Boss
776d28c66f
Update PULL_REQUEST_TEMPLATE.md 2024-06-09 16:09:12 +08:00
RVC-Boss
2ac522f4ca
Merge pull request #2117 from HuanLinOTO/feat-fallback-encoding
feat: fallback to system encoding when fail to read file with utf-8
2024-06-09 00:20:50 +08:00
多玩幻灵qwq
f0dd73a419
feat: fallback to system encoding when fail to read file with utf-8 2024-06-09 00:05:12 +08:00
源文雨
64b78bed3b 20240604 2024-06-05 18:10:59 +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