Commit Graph

616 Commits

Author SHA1 Message Date
源文雨 3829cd1ff2 optimize: sort keys 2023-08-27 01:04:39 +08:00
github-actions[bot] 473c20c264
Format code (#1096)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-27 01:02:39 +08:00
源文雨 3686c8b317 optimize: use scan_i18n -> extract_locale(#1058) 2023-08-27 01:01:43 +08:00
源文雨 edbf4b5139 optimize: move values1.json to configs/config.json 2023-08-27 00:46:03 +08:00
源文雨 e67cf66fe0 optimize: move vc_infer_pipeline to lib.train 2023-08-27 00:43:06 +08:00
源文雨 8c36dc2cc7 optimize: config 2023-08-27 00:35:39 +08:00
github-actions[bot] 80bf0cb8c8
🎨 同步 locale (#1093)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-27 00:27:23 +08:00
源文雨 f70e662943 fix: genlocale 2023-08-27 00:26:08 +08:00
github-actions[bot] 64ac09bf66
Format code (#1076)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-27 00:21:33 +08:00
Pranav Banuru ef738704d0
Fix command execution by quoting config.python_cmd (#1030) (#1034)
* Step 2a fix by quoting config.python_cmd (#1030)

- Ensure `config.python_cmd` is properly quoted when constructing command strings.
- Address issue where paths with spaces (e.g., "C:\Program Files\...") caused command execution failure on Windows during training.
- This is a fix for step 2a of training.

* Step 2b rmvpe_gpu fix by quoting config.python_cmd (#1030)

- Ensure `config.python_cmd` is properly quoted when constructing command strings.
- Address issue where paths with spaces (e.g., "C:\Program Files\...") caused command execution failure on Windows during training.
- This is a fix for step 2b of training (rmvpe_gpu) mode specifically.

* Step 2b pm fix by quoting config.python_cmd (#1030)

- Quoted `config.python_cmd` to ensure proper command string construction.
- Resolved an issue where paths with spaces, like "C:\Program Files\...", caused execution failures on Windows during training.
- While this fix targets Step 2b of training (pm mode), it might also address issues in other modes (harvest, dio, rmvpe). I've only verified the fix post-change for these modes.

* Step 3 Train model fix by quoting config.python_cmd (#1030)

- Ensure `config.python_cmd` is properly quoted when constructing command strings.
- Address issue where paths with spaces (e.g., "C:\Program Files\...") caused command execution failure on Windows during training.
- This is a fix for step 3 of training: (Train model) button specifically.
    Train feature index seems to be working correctly, I have only verified this post-fix.
    I've not yet tested the "One-click training" button.

* Quote config.python_cmd for Step 3 One-click training (#1030)

- Addressed an issue where paths with spaces (e.g., "C:\Program Files\...") caused command execution failures on Windows during training.
- Specifically, ensured `config.python_cmd` is properly quoted when constructing command strings for step 3 of training (One-click training button).

Notes:
- All remaining instances of unquoted `config.python_cmd` in `infer-web.py` seem to be piped into a command shell. These might exhibit similar issues when executed.
- It might be simpler to replace `config.python_cmd` itself with its quoted version, unless there are instances where it's used differently.
- This likely resolves the issue for the `Train` tab, but further review is advised.
2023-08-27 00:16:02 +08:00
Doğa Yağcızeybek b0675d2053
chore: add pull request template (#947) 2023-08-26 23:55:12 +08:00
Doğa Yağcızeybek 1523dc4cf2
bugfix: fix .venv file version to 3.8 (#946) 2023-08-26 23:54:44 +08:00
RVC-Boss 41f3265307
Update config.py 2023-08-24 21:41:28 +08:00
RVC-Boss b4c10ce37d
Update config.py 2023-08-23 18:52:10 +08:00
Ftps f6fcda7f97 fix unitest 2023-08-21 21:19:05 +09:00
Ftps 8aee703708 Merge remote-tracking branch 'upstream/main' into clean 2023-08-21 20:55:14 +09:00
Ftps ed7b11eb49 train 1-2b 2023-08-21 20:53:11 +09:00
github-actions[bot] 2789b8e8f4
Format code (#1024)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 16:29:27 +08:00
towzeur df8c7bb50c
add scan_i18n to detect unused and missing keys (#1058) 2023-08-21 16:28:41 +08:00
Ftps cd924f9eec fix uvr5 path 2023-08-20 13:43:39 +09:00
Ftps b3a29d0e49 fix infer-web 2023-08-20 12:37:59 +09:00
Ftps ca7307a950 fix path 2023-08-19 23:01:57 +09:00
Ftps 3d06f962ae Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-19 22:50:31 +09:00
Ftps b0ba38c288 add env 2023-08-19 22:50:24 +09:00
Tps-F 4c2fa81012 Apply Code Formatter Change 2023-08-19 13:47:41 +00:00
Ftps c054138f0f remove moved func 2023-08-19 22:47:10 +09:00
Ftps a8854a71c4 fix Model Inference
とりあえず動く
2023-08-19 22:15:46 +09:00
Ftps e65275cbc1 fix onnx 2023-08-19 22:14:41 +09:00
Ftps d2ea3f1930 fix config 2023-08-19 22:13:46 +09:00
Ftps b3d7075ba4 train modules 2023-08-19 20:13:39 +09:00
Ftps 101deef210 Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-19 20:03:05 +09:00
Ftps a5e6dfb417 onnx module 2023-08-19 20:02:58 +09:00
Tps-F de0c1399c8 Apply Code Formatter Change 2023-08-19 11:01:49 +00:00
Ftps 055864cc90 Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-19 20:01:16 +09:00
Ftps 92f18e2f81 somefix vc 2023-08-19 20:01:09 +09:00
Ftps 6721b81dcf replace lib 2023-08-19 20:00:56 +09:00
Tps-F cb42c6990b Apply Code Formatter Change 2023-08-19 10:58:39 +00:00
Ftps c25bb6c5d5 Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-19 19:57:41 +09:00
Ftps 0de947cf70 uvr5 modules 2023-08-19 19:57:30 +09:00
Tps-F c14721d9c3 Apply Code Formatter Change 2023-08-19 10:57:09 +00:00
Ftps 2e56c5c600 vc modules 2023-08-19 19:56:43 +09:00
Ftps 6396af8249 assets 2023-08-19 19:46:08 +09:00
Ftps d9b23e1e81 replace uvr5_pack 2023-08-19 19:43:02 +09:00
Ftps 2e2a72f0e5 replace infer_pack 2023-08-19 19:40:08 +09:00
Ftps 8d432964a8 Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-19 19:37:11 +09:00
Ftps 78dae1dd09 replace configs 2023-08-19 19:36:15 +09:00
Tps-F 43d109e9c4 Apply Code Formatter Change 2023-08-19 10:17:30 +00:00
Ftps b562b12cb9 replace i18n 2023-08-19 19:10:31 +09:00
RVC-Boss b83939ba04
Update config.py 2023-08-19 18:04:45 +08:00
RVC-Boss deb756bf1b
Update infer-web.py 2023-08-16 16:12:51 +08:00