github-actions[bot]
1e2648804c
chore(format): run black on dev ( #1407 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-10 10:57:00 +08:00
RVC-Boss
87f814659d
Add files via upload
2023-10-10 10:54:54 +08:00
github-actions[bot]
e9dd11bddb
chore(sync): merge dev into main ( #1379 )
...
* Optimize latency (#1259 )
* add attribute: configs/config.py
Optimize latency: tools/rvc_for_realtime.py
* new file: assets/Synthesizer_inputs.pth
* fix: configs/config.py
fix: tools/rvc_for_realtime.py
* fix bug: infer/lib/infer_pack/models.py
* new file: assets/hubert_inputs.pth
new file: assets/rmvpe_inputs.pth
modified: configs/config.py
new features: infer/lib/rmvpe.py
new features: tools/jit_export/__init__.py
new features: tools/jit_export/get_hubert.py
new features: tools/jit_export/get_rmvpe.py
new features: tools/jit_export/get_synthesizer.py
optimize: tools/rvc_for_realtime.py
* optimize: tools/jit_export/get_synthesizer.py
fix bug: tools/jit_export/__init__.py
* Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py
Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py
Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py
* Remove useless code: infer/lib/rmvpe.py
* Delete gui_v1 copy.py
* Delete .vscode/launch.json
* Delete jit_export_test.py
* Delete tools/rvc_for_realtime copy.py
* Delete configs/config.json
* Delete .gitignore
* Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py
Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py
Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py
* restore
* replace(you can undo this commit)
* remove debug_print
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* Fixed some bugs when exporting ONNX model (#1254 )
* fix import (#1280 )
* fix import
* lint
* 🎨 同步 locale (#1242 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix jit load and import issue (#1282 )
* fix jit model loading : infer/lib/rmvpe.py
* modified: assets/hubert/.gitignore
move file: assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
modified: assets/rmvpe/.gitignore
move file: assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
fix import: gui_v1.py
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* Add input wav and delay time monitor for real-time gui (#1293 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* add input wav and delay time monitor
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
* Optimize latency using scripted jit (#1291 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* Optimize-latency-using-scripted: configs/config.py
Optimize-latency-using-scripted: infer/lib/infer_pack/attentions.py
Optimize-latency-using-scripted: infer/lib/infer_pack/commons.py
Optimize-latency-using-scripted: infer/lib/infer_pack/models.py
Optimize-latency-using-scripted: infer/lib/infer_pack/modules.py
Optimize-latency-using-scripted: infer/lib/jit/__init__.py
Optimize-latency-using-scripted: infer/lib/jit/get_hubert.py
Optimize-latency-using-scripted: infer/lib/jit/get_rmvpe.py
Optimize-latency-using-scripted: infer/lib/jit/get_synthesizer.py
Optimize-latency-using-scripted: infer/lib/rmvpe.py
Optimize-latency-using-scripted: tools/rvc_for_realtime.py
* modified: infer/lib/infer_pack/models.py
* fix some bug: configs/config.py
fix some bug: infer/lib/infer_pack/models.py
fix some bug: infer/lib/rmvpe.py
* Fixed abnormal reference of logger in multiprocessing: infer/modules/train/train.py
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Format code (#1298 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🎨 同步 locale (#1299 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: optimize actions
* feat(workflow): add sync dev
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: add jit options (#1303 )
Delete useless code: infer/lib/jit/get_synthesizer.py
Optimized code: tools/rvc_for_realtime.py
* Code refactor + re-design inference ui (#1304 )
* Code refacor + re-design inference ui
* Fix tabname
* i18n jp
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com>
* feat: optimize actions
* feat: optimize actions
* Update README & en_US locale file (#1309 )
* critical: some bug fixes (#1322 )
* JIT acceleration switch does not support hot update
* fix padding bug of rmvpe in torch-directml
* fix padding bug of rmvpe in torch-directml
* Fix STFT under torch_directml (#1330 )
* chore(format): run black on dev (#1318 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(i18n): sync locale on dev (#1317 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow for tta to be passed to uvr (#1361 )
* chore(format): run black on dev (#1373 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added script for automatically download all needed models at install (#1366 )
* Delete modules.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* chore(i18n): sync locale on dev (#1377 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(format): run black on dev (#1376 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update IPEX library (#1362 )
* Update IPEX library
* Update ipex index
* chore(format): run black on dev (#1378 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com>
Co-authored-by: Ftps <ftpsflandre@gmail.com>
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com>
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com>
Co-authored-by: Rice Cake <gak141808@gmail.com>
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com>
Co-authored-by: Dmitry <nda2911@yandex.ru>
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com>
2023-10-06 17:14:33 +08:00
Ftps
36456e3908
replace warn ( #1255 )
2023-09-19 21:15:30 +09:00
github-actions[bot]
a6456f6d46
Format code ( #1193 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-14 09:34:30 +09:00
Jin Hyung Ahn
e4e2f7f1ed
feat : add api_name for get_vc ( #1224 )
2023-09-13 00:17:43 +09:00
github-actions[bot]
c7bbf0bfd0
Format code ( #1169 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-02 16:14:32 +08:00
源文雨
ad85b02ed9
optimize: no json config writeback
2023-09-02 13:53:56 +08:00
源文雨
b3f22dcdef
fix: all logger format
...
according to #1159
2023-09-02 12:09:19 +08:00
源文雨
04a33b9709
fix: 卸载音色省显存
...
顺便将所有print换成了统一的logger
2023-09-01 15:18:08 +08:00
源文雨
8ffdcb0128
fix: index_root searching
...
close #1147
2023-09-01 14:11:55 +08:00
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