Cole Mangio
8223f4c72e
Merge pull request #13 from Dschogo/patch-1
...
Add tqdm for progress
2023-06-17 23:47:47 +10:00
Mangio621
4f8e1bb336
Finalized Realtime GUI.py f0 methods. Supports crepe and crepe tiny now instead of just harvest. Looking to add more soon :)
2023-06-17 23:42:16 +10:00
Mangio621
c0a1dc2ab7
Debugging f0 methods realtime now
2023-06-17 23:26:27 +10:00
Mangio621
2c83f4c82a
Fixed returnation of harvest realtime
2023-06-17 23:20:49 +10:00
Mangio621
630c938d25
Potentially Fixed value f0_method key
2023-06-17 23:15:49 +10:00
Mangio621
3169e7ca04
Fixing realtime f0 check
2023-06-17 23:10:57 +10:00
Mangio621
1e9b4c5dae
Added modular f0 methods. Testing
2023-06-17 23:00:21 +10:00
Dschogo
aecbff6748
Update extract_feature_print.py
...
Flipped mapping
2023-06-16 20:35:17 +02:00
Dschogo
34de09c848
Update trainset_preprocess_pipeline_print.py
...
cleanup
2023-06-16 20:34:42 +02:00
Dschogo
c7f44b8055
Update extract_f0_print.py
...
Cleanup
2023-06-16 20:33:37 +02:00
Cole Mangio
1b30d5dc27
Merge pull request #17 from BlueberryWolf/testing
...
downgrade gradio to 3.28.1 to fix code confliction errors with the la…
2023-06-16 23:22:15 +10:00
Blueberry
5c7dde1ec0
downgrade gradio to 3.28.1 to fix code confliction errors with the latest versions of gradio
2023-06-16 07:16:27 -06:00
Mangio621
13f7c47ec5
Merge remote-tracking branch 'upstream/main'
2023-06-16 22:49:45 +10:00
Mangio621
9f8bd84c5e
Working on inference presets
2023-06-16 22:48:38 +10:00
RVC-Boss
a071f1e089
fix v2 onnx export
2023-06-15 15:29:05 +00:00
RVC-Boss
147d3c83b7
fix v2 onnx export
2023-06-15 15:27:51 +00:00
RVC-Boss
75d7c03d41
fix v2 onnx export
2023-06-15 15:26:57 +00:00
Dschogo
3490bcc52d
Update trainset_preprocess_pipeline_print.py
...
More tqdm :D
2023-06-15 14:59:54 +02:00
Dschogo
e6b1ac8ea5
Add tqdm for progress
2023-06-15 14:18:50 +02:00
Mangio621
a5b4569195
Merge Upstream
2023-06-15 19:22:26 +10: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
github-actions[bot]
eb1a88cf7e
Format code ( #522 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-14 11:48:05 +00:00
Mangio621
544b270f7c
Donate to me if you will. Im alone in the development of this fork
2023-06-14 19:13:14 +10:00
Mangio621
9eff081e9a
I'm developing this fork alone. I added a donate button for those willing :)
2023-06-14 19:12:13 +10:00
Mangio621
754d68677c
Added arbitrary try catch for now to scope the echl sys argv issue
2023-06-14 18:35:45 +10:00
Mangio621
f611432e29
Potentially fixed echl in train1key.
2023-06-14 18:28:18 +10:00
红血球AE3803
4de5d0d551
更新批量推理脚本,可以不用 webui ( #518 )
...
* 增加批量推理脚本
* 更新批量推理脚本
2023-06-14 10:22:47 +08:00
RVC-Boss
c74727d487
Update Changelog_CN.md
2023-06-13 16:22:17 +08:00
RVC-Boss
78c88a4f75
add vocal2guitar online demo
2023-06-11 13:59:16 +00:00
RVC-Boss
d963c29fec
Update README.md
2023-06-11 13:56:06 +00:00
RVC-Boss
986d92b261
Update README.md
2023-06-11 13:54:38 +00:00
Mangio621
623b4553b6
Fixed hybrid PM self.sr issue on feature print. Changed to self.fs
2023-06-11 05:08:14 +10:00
Mangio621
351bec4522
Merged upstream.
2023-06-11 05:02:19 +10:00
André Thieme
e1f084177d
Replace deprecated Numpy function np.int. ( #434 )
...
It’s an alias for just `int` and it’s being deprecated:
https://numpy.org/devdocs/release/1.20.0-notes.html
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com >
2023-06-10 14:55:34 +00:00
niizam
fcce61b27f
Update train_nsf_sim_cache_sid_load_pretrain.py ( #497 )
2023-06-10 14:54:53 +00:00
Cole Mangio
7079aa7c61
Update README.md
2023-06-10 15:23:56 +10:00
Ftps
ff2793249d
remove specify version ( #492 )
2023-06-09 15:05:13 +00:00
ms903x1
ec83e10b8f
Update gui.py default config ( #482 )
...
* Update envfilescheck.bat
add pretrained_v2 and uvr5 update
* Update envfilescheck.bat
fix bug
* Update envfilescheck.bat
fix bug
* Update data_utils.py
fix bug where data exceeding 4s is filtered out.
* Update gui.py
Update default config
* Update gui.py
fix json bug
2023-06-08 13:29:34 +00:00
github-actions[bot]
fada942ecd
Format code ( #456 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-08 16:55:18 +08:00
yuuukiasuna
1b307a4222
gui json update ( #479 )
...
* Fix gui.py
There seemed to be some conflicts between #338 and #340 , so I corrected them.
* Update gui.py
* Update gui.py
---------
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com >
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com >
2023-06-08 16:53:51 +08:00
mrhan1993
b28f98fed3
Update gui.py ( #475 )
...
增加选择模型时的默认路径以及文件过滤。
2023-06-08 10:42:16 +08:00
Dennis Heckmann
297809bdfd
Fixed NameError coming from a typo. ( #458 )
2023-06-07 10:12:06 +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
6f1bc7d683
Add files via upload
2023-06-06 22:32:32 +08:00
RVC-Boss
9ff976b155
Add files via upload
2023-06-06 22:32:10 +08:00
RVC-Boss
f358fe7242
Update requirements.txt
2023-06-06 13:20:45 +00:00
RVC-Boss
05b5af7c8c
Add files via upload
2023-06-06 20:34:54 +08:00
KakaruHayate
b7337d7bf1
Update Retrieval_based_Voice_Conversion_WebUI_v2.ipynb ( #448 )
2023-06-06 12:14:04 +00:00
github-actions[bot]
99404baf94
Format code ( #409 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-03 08:22:46 +00:00