Commit Graph

115 Commits

Author SHA1 Message Date
源文雨 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
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
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
RVC-Boss f92a923487
Update infer-web.py 2023-06-18 09:56:29 +00:00
RVC-Boss 0db402c312
Update infer-web.py 2023-06-18 09:56:16 +00:00
RVC-Boss 6ca9c853b0
v2-48k-32k-support
v2-48k-32k-support
2023-06-18 17:40:07 +08:00
RVC-Boss 44426b18b8
train index:auto kmeans when feature shape too large
train index:auto kmeans when feature shape too large
2023-06-18 16:19:07 +08:00
RVC-Boss e7f204b32e
train index:auto kmeans when feature shape too large
train index:auto kmeans when feature shape too large
2023-06-18 16:16:33 +08:00
Ftps 75264d09b6
Fix format #526 (#533)
* Fix format #526

* fix return
2023-06-18 08:01:34 +00:00
RVC-Boss a9a77f2556
fix-no-f0-model-protect-issue
fix-no-f0-model-protect-issue
2023-06-18 15:17:36 +08:00
RVC-Boss ec0c39d9bc
Update infer-web.py 2023-06-18 06:56:22 +00:00
Ftps 9253948f0d
Rewrite syntax of infer-web.py (#536)
* Fix import location

* use any

* Correction of if Syntax

* Class definitions to the front

* format

* fix if Syntax
2023-06-18 06:42:40 +00:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα 0eb6bb67be
Onnx推理dml支持 (#556)
* Add files via upload

* Add files via upload
2023-06-17 14:49:16 +00:00
RVC-Boss a071f1e089
fix v2 onnx export 2023-06-15 15:29:05 +00:00
RVC-Boss 75d7c03d41
fix v2 onnx export 2023-06-15 15:26:57 +00:00
LINKANG ZHAN f349adc9df
Add support for train without specify pretrained model, add support for selecting v2 48k as training setting, and add support for auto remove pretrained model when the user do not have pretrained model in designate folder. (#528)
* support detection of pretrained model, support train without pretrained model path in web ui

* support detection of pretrained model, support train without pretrained model path in web ui

* support detection of pretrained model, support train without pretrained model path in web ui
2023-06-15 10:21:58 +08:00
RVC-Boss 692c245fad
Update infer-web.py 2023-06-06 14:37:12 +00:00
github-actions[bot] 52c97ed464
Format code (#455)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 14:35:35 +00:00
RVC-Boss 9ff976b155
Add files via upload 2023-06-06 22:32:10 +08:00
github-actions[bot] 89afd017ba
Format code (#384)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-30 15:22:53 +08:00