1
0
mirror of synced 2024-11-23 23:21:03 +01:00
Commit Graph

638 Commits

Author SHA1 Message Date
RVC-Boss
0fcc293dd0
Add files via upload 2023-08-12 22:58:41 +08:00
RVC-Boss
954ce83d04
Delete models_dml.py 2023-08-12 22:57:33 +08:00
RVC-Boss
1226cc9cfc
Delete guidml.py 2023-08-12 22:57:21 +08:00
Matej Tkac
73560448a8
replace np.int with np.int32 (#948)
ref: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
2023-08-10 10:28:30 +08:00
Mert Cobanov
2edeb7168b
Solved: ImportError: cannot import name 'FFmpeg' from 'ffmpy' in Windows (#970) 2023-08-10 10:27:32 +08:00
Rice Cake
1a563e68e6
Update README.md (#966) 2023-08-09 20:32:49 +09:00
github-actions[bot]
9a20c3b28f
Format code (#932)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03 10:25:05 +08:00
Matej Tkac
296905983a
Attempt to infer V2 models (#927) 2023-08-03 10:23:20 +08:00
RVC-Boss
064fecbd5d
Create calc_rvc_model_similarity.py 2023-08-02 21:20:46 +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
Hiroto N
0784b4e593
add rmvpe opt on inference only app.py (#896) 2023-07-29 23:01:33 +08:00
Naozumi
d82b2cfc14
Update readme (#897) 2023-07-29 22:44:36 +08:00
源文雨
39ef364cff
Update genlocale.yml 2023-07-28 12:48:12 +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
GratefulTony
0b15d48f20
feat: unblock cpu training (#889)
* Update train_nsf_sim_cache_sid_load_pretrain.py

patch to unblock cpu training. CPU training took ~12 hours for me.

* Update train_nsf_sim_cache_sid_load_pretrain.py

Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
Co-authored-by: Nato Boram <NatoBoram@users.noreply.github.com>
2023-07-28 02:44:16 +00:00
源文雨
8d8eb8e3e4
chore: remove unnecessary sys.path.append 2023-07-27 18:36:05 +08:00
github-actions[bot]
58370b048c
🎨 同步 locale (#878)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-26 19:53:31 +08: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
RVC-Boss
8fb03a64e0
Add files via upload 2023-07-26 19:50:13 +08:00
RVC-Boss
23642ac22a
Update train_nsf_sim_cache_sid_load_pretrain.py 2023-07-26 18:05:44 +08:00
Seth T. Allen
2a71c31b66
Create infer_cli.py (#875)
The my_inferer.py mentioned in the RBVC docs is broken. This one works. I think we should add it :^)
2023-07-26 14:43:08 +08:00
RVC-Boss
622c1f5131
Update faq_en.md 2023-07-26 14:39:50 +08:00
RVC-Boss
49d13d41cc
Update faq.md 2023-07-26 14:39:18 +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
Naozumi
85d0d709e0
Move cor_nom, cor_den to mps (gui_v1.py) (#851)
* Move `cor_nom`, `cor_den` to mps

* Split logic based on system
2023-07-26 11:54:37 +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
RVC-Boss
98b2e752f2
Update config.py 2023-07-26 11:36:27 +08:00
RVC-Boss
c757674425
Add files via upload 2023-07-26 11:35:31 +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
源文雨
76c18b547c optimize: move i18n to lib 2023-07-24 14:19:53 +08:00
源文雨
8364750272 optimize: move slicer2, rmvpe, my_utils to lib 2023-07-24 14:16:58 +08:00
Nato Boram
451630a2a4
⬇️ Downgrade librosa (#846) 2023-07-24 03:31:02 +00:00
Nato Boram
ffc99dbd32
👷 Use black[jupyter] (#847)
* 👷 Use black[jupyter]

* 👷 Add missing matrix
2023-07-24 03:30:01 +00:00
源文雨
18067aa85d fix #835: some broken imports 2023-07-23 14:32:53 +08:00
github-actions[bot]
a002f817df
Format code (#834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-23 13:37:01 +08:00
源文雨
f70da25f00 fix: code lint by optimizing train lib's importing 2023-07-23 12:08:11 +08:00
源文雨
add253b476
Update genlocale.yml 2023-07-23 02:11:25 +08:00
github-actions[bot]
6f5697c146
🎨 同步 locale (#828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-23 01:57:31 +08:00
github-actions[bot]
4b8d47f13a
Format code (#827)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-23 01:56:43 +08:00
源文雨
f5a1c550e5
Update push_format.yml 2023-07-23 01:51:52 +08:00
Naozumi
8c23c3c9e5
Add device reload button (#778) 2023-07-23 01:24:51 +08:00
Karl Kihlström
fe6216a026
add app title (#780) 2023-07-23 01:23:47 +08:00
RVC-Boss
468f9e3075
Update 48k_v2.json 2023-07-19 15:26:11 +08:00
mocci24
4cbdeebefc
some error building pyworld (#797)
× Building wheel for pyworld (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> See above for output.
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  Building wheel for pyworld (pyproject.toml) ... error
  ERROR: Failed building wheel for pyworld
  Building wheel for antlr4-python3-runtime (setup.py) ... done
  Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.8-py3-none-any.whl size=141210 sha256=e81137dc4dd676c814cbce5303bf5b687232f3bd7861df8d666cfe05ae199b3e
  Stored in directory: /root/.cache/pip/wheels/a7/20/bd/e1477d664f22d99989fd28ee1a43d6633dddb5cb9e801350d5
Successfully built fairseq antlr4-python3-runtime
Failed to build pyworld
ERROR: Could not build wheels for pyworld, which is required to install pyproject.toml-based projects
2023-07-19 15:04:00 +08:00
github-actions[bot]
f63783c348
Format code (#779)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-17 22:56:30 +08:00
丸子
0cf474f820
Fix dependency conflict in last pull request (#775)
The conflict is caused by:
    The user requested starlette>=0.25.0
    fastapi 0.88.0 depends on starlette==0.22.0

fastapi 0.88.0 package will resolve dependency automatically, remove the starlette>=0.25.0 will fix the conflict.
2023-07-17 22:55:28 +08:00