Commit Graph

132 Commits

Author SHA1 Message Date
github-actions[bot] ce8177a932
Format code (#1136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-30 19:03:21 +08:00
RVC-Boss 10dc1350a5
Add files via upload 2023-08-30 17:43:06 +08:00
github-actions[bot] d9ada679b5
Format code (#1122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-30 00:31:03 +08:00
源文雨 1890584496 fix: weights folder 2023-08-30 00:27:23 +08:00
源文雨 417c1e58a1 fix: requriements & config 2023-08-30 00:23:24 +08:00
Ftps 8eb87a4fd9 format 2023-08-28 23:58:50 +09:00
Ftps 6e14c7b5f5 rewrite oneclick_train 2023-08-28 23:56:39 +09:00
Ftps 0902f1711d sort import PEP8 2023-08-27 22:21:48 +09:00
Ftps c25ad34a96 format 2023-08-27 12:44:35 +09:00
Ftps 0cf6f96e17 Merge remote-tracking branch 'upstream/main' into clean 2023-08-27 12:43:37 +09: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] 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
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
Ftps b3a29d0e49 fix infer-web 2023-08-20 12:37:59 +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
Tps-F 43d109e9c4 Apply Code Formatter Change 2023-08-19 10:17:30 +00:00
RVC-Boss deb756bf1b
Update infer-web.py 2023-08-16 16:12:51 +08:00
github-actions[bot] 76b67842ba
Format code (#989)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-13 11:52:51 +08:00
RVC-Boss c96d878708
Update infer-web.py 2023-08-13 11:46:12 +08:00
RVC-Boss 03e7c68c11
Add files via upload 2023-08-13 01:05:58 +08:00
github-actions[bot] 176417e78e
Format code (#901)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-31 11:47:33 +08:00
Flynn Duniho 144073a924
Automatically select index file when model is selected (#894)
* automatically select index file when model is selected

* Search for full directory of index file

* Add trailing separator char to index search string

* disable debug log

* remove unused re

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-07-30 11:13:03 +08:00
github-actions[bot] b2f816a39e
Format code (#891)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28 12:45:35 +08:00
forestsource 9f7fe2942a
Add REST API settings (#887) 2023-07-28 02:46:09 +00:00
github-actions[bot] f7fc51c81a
Format code (#877)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-26 19:51:48 +08:00
RVC-Boss b1cb31854a
Add files via upload 2023-07-26 19:50:50 +08:00
github-actions[bot] 232213a522
Format code (#874)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-26 11:56:00 +08:00
Mix007 78b8bfe890
Update infer-web.py (#864)
fix ModuleNotFoundError: No module named 'config'
fix NameError: name 'sys' is not defined
2023-07-26 11:52:51 +08:00
github-actions[bot] 3ae444b05c
Format code (#850)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-24 18:19:03 +08:00
源文雨 23f64d3aa8 optimize: cpt as #836 mentioned 2023-07-24 18:16:48 +08:00
源文雨 8364750272 optimize: move slicer2, rmvpe, my_utils to lib 2023-07-24 14:16:58 +08:00
源文雨 18067aa85d fix #835: some broken imports 2023-07-23 14:32:53 +08:00
Karl Kihlström fe6216a026
add app title (#780) 2023-07-23 01:23:47 +08:00
RVC-Boss 9c63bcc8c6
add rmvpe support
add rmvpe support
2023-07-11 11:49:56 +08:00
github-actions[bot] fad31f24f5
Format code (#624)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-24 18:06:17 +08:00
源文雨 5e09a55e5f 优化代码结构 2023-06-24 15:26:14 +08:00
github-actions[bot] b9fdef34ba
Format code (#612)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-23 22:00:17 +08:00
源文雨 d4e9badf17
fix extract locale 2023-06-23 21:59:37 +08:00
kalomaze 195a14e5c5
Add new defaults for infer-web.py & adjust english translation (#584)
* Adjust defaults of index and volume scale

* Adjust eng translation for index and volume envelope
2023-06-20 15:17:32 +08:00
Justin John cdbb76cb6f
Fix OpenBLAS warning (#583)
Fixes the error msg: "OpenBLAS warning: precompiled NUM_THREADS exceeded, adding auxiliary array for thread metadata"
2023-06-20 15:17:18 +08:00
github-actions[bot] e4417ce82f
Format code (#564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 13:55:51 +00:00
RVC-Boss 125a0a7b02
change default train version to v2
change default train version to v2
2023-06-18 13:52:49 +00:00
RVC-Boss a42330f0ae
Add files via upload 2023-06-18 21:49:49 +08:00
github-actions[bot] a7647e4094
Format code (#526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-18 10:39:56 +00:00