Commit Graph

593 Commits

Author SHA1 Message Date
Ftps e1e947cf22 update readme 2023-08-28 16:00:51 +09:00
Ftps 424932c469 Delete duplicate files 2023-08-28 01:27:08 +09:00
Tps-F 72ff21a36e Apply Code Formatter Change 2023-08-27 16:15:44 +00:00
Ftps 34de3492f3 rewrite infer_cli 2023-08-28 01:14:36 +09:00
Ftps aa37b92bd3 rewrite infer_batch_rvc.py 2023-08-28 00:36:56 +09:00
Ftps 0902f1711d sort import PEP8 2023-08-27 22:21:48 +09:00
Ftps 6e389cf915 fix docs path 2023-08-27 22:13:47 +09:00
Ftps a93e4f1cc3 fix docs path(test) 2023-08-27 22:12:03 +09:00
Ftps 82900cdc90 fix docs path 2023-08-27 22:08:37 +09:00
Ftps 927fbeebe2 Place does by language 2023-08-27 22:04:13 +09:00
Ftps ba2924b8d1 remove testprint 2023-08-27 20:03:27 +09:00
Ftps 9a10795908 repair app.py 2023-08-27 19:49:18 +09:00
Ftps 3f3177b5ce load audio with gradio-file 2023-08-27 19:14:01 +09:00
Ftps 5251e75ab1 fix path 2023-08-27 19:12:30 +09:00
Ftps b831d67bbf Merge remote-tracking branch 'upstream/main' into clean 2023-08-27 13:26:10 +09:00
Ftps 180e7acd57 fix save arg 2023-08-27 13:25:42 +09:00
pcunwa aef62e5012
Update ja_JP.json (#1101) 2023-08-27 12:49:08 +09:00
Ftps 6bf3a7f984 Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean 2023-08-27 12:44:44 +09:00
Ftps c25ad34a96 format 2023-08-27 12:44:35 +09:00
Tps-F 0ad6c2b720 Apply Code Formatter Change 2023-08-27 03:44:13 +00:00
Ftps 0cf6f96e17 Merge remote-tracking branch 'upstream/main' into clean 2023-08-27 12:43:37 +09:00
源文雨 3e455ece57 remove scipy version limit 2023-08-27 01:48:26 +08:00
dependabot[bot] 4d5202f1c0
Bump tornado from 6.3.2 to 6.3.3 (#1099)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 01:42:38 +08:00
dependabot[bot] 7f0c5524a2
Bump gradio from 3.14.0 to 3.34.0 (#1098)
Bumps [gradio](https://github.com/gradio-app/gradio) from 3.14.0 to 3.34.0.
- [Release notes](https://github.com/gradio-app/gradio/releases)
- [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gradio-app/gradio/compare/v3.14.0...v3.34.0)

---
updated-dependencies:
- dependency-name: gradio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-27 01:34:06 +08:00
源文雨 ecc762b469 remove httpx version limit 2023-08-27 01:29:55 +08:00
源文雨 edcff1df04 optimize: run.sh 2023-08-27 01:21:18 +08:00
github-actions[bot] e15b37e0ca
🎨 同步 locale (#1097)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-27 01:05:36 +08:00
源文雨 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