Commit Graph

23 Commits

Author SHA1 Message Date
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 03e7c68c11
Add files via upload 2023-08-13 01:05:58 +08:00
Naozumi 86ed98aaca
Add .sh run script for macOS & linux, fix error on macs with low vram. (#737)
* Add .sh run script

* Update extract_feature_print.py

* Remove `requirements_macOS.txt`
2023-07-13 07:05:35 +00: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
源文雨 ccba65151e 优化代码结构 2023-06-24 16:36:15 +08:00
源文雨 46c0e9b2fe fix extract feature in MPS device 2023-06-24 16:21:31 +08:00
sungchura c6a7270811
Fix the index out of bounds bug in extract_feature_print.py (#560)
Check if the length of sys.argv is 6, instead of 5, to cover sys.argv[5]. Otherwise when the length is 6, it runs the else body and tries to access sys.argv[6] in line 13, which is an error.
2023-06-24 16:06:24 +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
LINKANG ZHAN c5758a89db
Stop extracting features when hubert_base.pt does not exist. (#535)
* 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

* Stop extracting features when hubert_base.pt is not exist.

* Stop extracting features when hubert_base.pt is not exist.

* Make error more noticeable
2023-06-18 04:39:10 +00:00
源文雨 b07dedd744
fix workflow (#284)
* Update extract_feature_print.py

* Update unitest.yml
2023-05-15 13:11:01 +08:00
github-actions[bot] 6a3eaef090
Format code (#275)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-14 07:52:36 +00:00
RVC-Boss 3b5a2298d7
Add files via upload 2023-05-14 15:05:42 +08:00
github-actions[bot] af41184320
Format code (#274)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-12 19:43:05 +00:00
RVC-Boss 44449efc2e
Add files via upload 2023-05-13 03:29:30 +08:00
Ftps c8261b2ccc
Reformat and rewrite _get_name_params (#57)
* Reformat

* rewrite _get_name_params

* Add workflow for automatic formatting

* Revert "Add workflow for automatic formatting"

This reverts commit 9111c5dbc1.

* revert Retrieval_based_Voice_Conversion_WebUI.ipynb

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-15 11:44:24 +00:00
liujing04 a36ff01be1
Add files via upload 2023-04-13 23:57:27 +08:00
源文雨 ecc744d748
optimize: 精简未用到的配置项并在特征提取初步引入mps (#32) 2023-04-11 18:14:55 +08:00
liujing04 55bb07537e
Update extract_feature_print.py 2023-04-09 15:31:52 +00:00
liujing04 a75619c453
Update extract_feature_print.py 2023-04-09 15:31:38 +00:00
源文雨 f27a991794 fix: extract freture cannot run on pure cpu 2023-04-01 17:05:48 +08:00
源文雨 9e59375311 fix: extract freture cannot run on pure cpu 2023-04-01 17:01:51 +08:00
源文雨 3489b4f6da fix 2023-04-01 16:43:56 +08:00
liujing04 2207b9647e
Add files via upload 2023-03-31 17:54:38 +08:00