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
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
RVC-Boss
b83939ba04
Update config.py
2023-08-19 18:04:45 +08:00
github-actions[bot]
56917dbeca
Format code ( #1011 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-15 10:40:59 +08:00
RVC-Boss
b51af7f6d1
Update config.py
2023-08-15 10:38:17 +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
Ftps
f637bb8788
Cleanup config.py ( #992 )
...
* Update config.py
* miss
2023-08-13 11:45:20 +08:00
RVC-Boss
03e7c68c11
Add files via upload
2023-08-13 01:05:58 +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
RVC-Boss
98b2e752f2
Update config.py
2023-07-26 11:36:27 +08:00
github-actions[bot]
9b789025d1
Format code ( #716 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-10 17:59:25 +08:00
Miku AuahDark
a2848f40bb
Use sys.executable to determine --pycmd ( #715 )
...
* Use sys.executable to determine --pycmd
In some systems, `python` may not correctly refer to the virtual environment's `python` used for webui, or it even refers to Python 2.
Also in Windows, when the webui is run directly through `venv\Scripts\python` without activating the virtual environment, the system python will be picked instead of the one inside virtual environment.
* Remove reduntant "or".
2023-07-10 17:52:42 +08: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
源文雨
5e09a55e5f
优化代码结构
2023-06-24 15:26:14 +08:00
源文雨
4e0d399cba
优化 config.py
2023-06-24 13:56:09 +08:00
github-actions[bot]
cfd9848128
Format code ( #330 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-21 19:19:53 +08:00
RVC-Boss
79a79c3b99
Update config.py
2023-05-21 03:30:27 +00:00
RVC-Boss
c7f6a181a0
Update config.py
2023-05-10 13:19:09 +00:00
Ftps
6cc2279fb9
Support mps generate ( #263 )
2023-05-10 13:17:13 +00:00
Ftps
e3cb0485ce
staticmethod ( #232 )
2023-05-06 00:13:27 +08:00
Sebastian Gabriel Savu
4abd0bd680
[maintenance] cleanup one click training and related ( #219 )
...
- remove unused imports
- remove unused gpus6 param from train1key fn
- improve readability and reusability for various pathing strings
main
2023-05-05 23:48:39 +08:00
RVC-Boss
da34d75ec9
Add files via upload
2023-05-04 22:22:46 +08:00
RVC-Boss
c4a18107dc
Update config.py
2023-05-02 12:31:05 +00:00
github-actions[bot]
951989117b
Format code ( #214 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-02 20:22:08 +08:00
RVC-Boss
8370356d95
Update config.py
2023-05-02 12:07:03 +00:00
Ftps
6d0ec4b00c
Escaping when device does not match ( #203 )
2023-04-29 04:18:06 +00:00
Ftps
b12e33891c
fix open ( #200 )
2023-04-29 12:11:13 +08:00
Ftps
f391ac1763
Config class ( #192 )
...
* update config.py
* class
* class
* fix
2023-04-28 20:43:02 +08:00
github-actions[bot]
9068d5283e
Format code ( #188 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-28 11:25:20 +08:00
RVC-Boss
a6cb4d3625
support 16xx GPU and 4G GPU inference
...
support 16xx GPU and 4G GPU inference
2023-04-27 01:40:04 +08:00
Ftps
8acc0f2b71
fix port ( #118 )
2023-04-22 00:36:10 +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
源文雨
33e1a0f1d2
fix: i18n导致无法启动 & 增加 --noautoopen 参数 ( #39 )
...
* optimize: 精简未用到的配置项并在特征提取初步引入mps
* add cmd argument: --noautoopen
* fix: i18n
* fix
* fix
* add genlocale workflow
* add unitest
* fix
* fix
* fix
2023-04-12 16:53:50 +08:00
源文雨
ecc744d748
optimize: 精简未用到的配置项并在特征提取初步引入mps ( #32 )
2023-04-11 18:14:55 +08:00
源文雨
a3089e6ead
fix: train step2a & add arg --port --pycmd --noparallel
2023-04-01 16:42:19 +08:00
liujing04
2207b9647e
Add files via upload
2023-03-31 17:54:38 +08:00