885 Commits

Author SHA1 Message Date
Wernervanrun
c2de6615a1
Merge ec2ac37e43c10a47463f1044d96d5c26d670552e 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
Wernervanrun
ec2ac37e43 bugfix: restore v2 - 40k sampling rate and refactor conditional handling
Noticed that the code was making an exception with the line:
`if version19 == "v1" or sr2 == "40k":`
This approach isn't ideal, as it causes v2 - 40k to fallback to v1 - 40k. While this fix re-adds the necessary code, a better long-term solution might be to copy the v1 - 40k config into the v2 config folder to avoid such exceptions in the future.
2024-08-10 21:30:50 +02:00
Wernervanrun
d1aef99916 fix: resolve inconsistent sample rates and improve Train tab layout
This commit addresses two issues on the Train tab:

1. **Inconsistent Target Sample Rates:**
   - Resolved an issue where switching versions led to inconsistent Target sample rates. Additionally, it fixes a missing v2 - 40k configuration file. Despite v2 having a 40k pretrained model, configurations were mismatched:
     - assets/pretrained  (32k, 40k, 48k)
     - assets/pretrained_v2  (32k, 40k, 48k)
     - configs/v1 (32k, 40k, 48k)
     - configs/v2 (32k, 48k)
   - Tests showed that a 40k - v2 setting generated an incorrect 40k - v1 config file. The default settings have been updated to use 48k - v2 to align the sample rates correctly.

   Now:
   - v1 will consistently show 32k, 40k, and 48k
   - v2 will consistently show 32k and 48k

   **Note:** Ensures that selecting the 40k option for v2 no longer results in an incorrect configuration file, aligning the sample rates across both versions.

2. **Repositioned 'Version' Field:**
   - Moved the 'Version' field to appear before the 'Target sample rate' field on the Train tab. This improves the logical flow and user experience by ensuring that the 'Version' selection is made before choosing the 'Target sample rate'.

   Changes:
   - Updated layout on the Train tab to reposition the 'Version' field.
   - Ensured that field updates are reflected correctly.

   **Note:** Aligns with a more intuitive user workflow by ensuring users select the version first before setting the target sample rate. No functional changes to the data processing were made.
2024-08-06 20:20:32 +02: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
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