1
0
mirror of synced 2024-11-30 18:24:32 +01:00
Commit Graph

869 Commits

Author SHA1 Message Date
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
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