github-actions[bot]
6061f636f8
chore(format): run black on main ( #1851 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-01 18:26:12 +09:00
RVC-Boss
a3ee455191
Add files via upload
2024-03-01 17:23:43 +08:00
github-actions[bot]
738e55f05c
chore(format): run black on dev
2024-01-26 08:09:56 +00:00
RVC-Boss
850ec480d0
Update infer-web.py
2024-01-26 16:09:39 +08:00
github-actions[bot]
267192fd92
chore(format): run black on dev ( #1750 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-22 22:31:55 +09:00
源文雨
380fd52085
optimize(infer-web): silent httpx INFO logging
...
and add rmvpe downloading in dlmodels.bat
2024-01-22 22:28:09 +09:00
源文雨
6141253fba
drop: overwrite of config jsons & feat: read index from assets/indices
2024-01-22 17:18:59 +09:00
nr1a
68f286b6a1
Added support for L4&RTX6000 GPU in WebUI ( #1738 )
...
* support L4
* add RTX6000
2024-01-17 23:56:35 +09:00
github-actions[bot]
4f7b6b2b9e
chore(format): run black on dev ( #1717 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-14 16:43:14 +09:00
源文雨
b8bc2b6d60
drop: preprocess.py overwrite & optimize log printing
2024-01-14 16:37:55 +09:00
github-actions[bot]
322ce9b940
chore(format): run black on dev ( #1697 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-11 22:42:26 +09:00
Zzzyt
c2ab680e18
add is_half argument to extract_feature_print.py ( #1683 )
...
* for GTX1650
* testing torch-profiler
* no more profiler & change default audio
* longer slice
* fluid container
* cache rmvpe and ui tweaks
* get my changes back after merge
* format code
* only load rmvpe when necessary
* fix rmvpe & config bug
* fix is_half again
* manual sync with upstream
* revert other changes for pull request
2024-01-11 22:40:34 +09:00
David Edwards
45da3644f4
feat: add en_US translations and missing i18n in web client ( #1576 )
...
* chore(format): run black on main (#1448 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* translate untranslated english
* Fix trainset_dir4 default value in infer-web.py
---------
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>
2023-11-30 20:32:24 +09:00
github-actions[bot]
ee6c50bdbc
chore(format): run black on dev ( #1484 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-06 15:42:26 +09:00
RVC-Boss
6567289a35
Merge branch 'dev' into main
2023-10-29 12:36:54 +08:00
github-actions[bot]
9c2afdbbc8
chore(format): run black on dev ( #1447 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-23 23:01:18 +09:00
RVC-Boss
318e8fd8cf
Add files via upload
2023-10-20 14:14:25 +08:00
RVC-Boss
ec1ccae300
Add files via upload
2023-10-20 14:13:57 +08:00
github-actions[bot]
c08426ac51
chore(sync): merge dev into main ( #1408 )
...
* Update mdxnet.py
* Update modules.py
* Rename preprocess.py to vr.py
* Add files via upload
* deps: add av lib (#1391 )
* Add files via upload
* chore(format): run black on dev (#1398 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: sync dev to mian (#1404 )
* Add files via upload
* Update rvc_for_realtime.py
* Add files via upload
* Add files via upload
* chore(format): run black on dev (#1407 )
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>
Co-authored-by: Hiroto N <hironow365@gmail.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>
2023-10-10 10:57:55 +08:00
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