Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add quickvc, fix usage of ContentVec, remove onnx support #197

Merged
merged 48 commits into from
Apr 3, 2023

Conversation

34j
Copy link
Collaborator

@34j 34j commented Mar 31, 2023

Closes #206

  • Significant factoring
  • Adds QuickVC

@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2023

Codecov Report

Merging #197 (17fa86c) into main (7280012) will increase coverage by 2.90%.
The diff coverage is 21.86%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
+ Coverage   17.03%   19.93%   +2.90%     
==========================================
  Files          32       38       +6     
  Lines        3517     3241     -276     
  Branches      412      410       -2     
==========================================
+ Hits          599      646      +47     
+ Misses       2902     2579     -323     
  Partials       16       16              
Impacted Files Coverage Δ
src/so_vits_svc_fork/__main__.py 0.00% <0.00%> (ø)
src/so_vits_svc_fork/gui.py 0.00% <0.00%> (ø)
src/so_vits_svc_fork/modules/mel_processing.py 24.59% <0.00%> (ø)
...vits_svc_fork/preprocessing/preprocess_resample.py 67.14% <ø> (ø)
...rk/preprocessing/preprocess_speaker_diarization.py 0.00% <ø> (ø)
...so_vits_svc_fork/preprocessing/preprocess_split.py 40.74% <ø> (ø)
...so_vits_svc_fork/preprocessing/preprocess_utils.py 100.00% <ø> (ø)
src/so_vits_svc_fork/inference/core.py 19.14% <7.40%> (ø)
..._svc_fork/modules/decoders/mb_istft/_generators.py 12.71% <12.71%> (ø)
src/so_vits_svc_fork/modules/synthesizers.py 18.36% <18.36%> (ø)
... and 20 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@34j
Copy link
Collaborator Author

34j commented Apr 2, 2023

At least it's working now.

@34j 34j marked this pull request as ready for review April 3, 2023 02:46
@34j 34j changed the title feat: add quickvc feat: add quickvc, fix usage of ContentVec, remove onnx support Apr 3, 2023
@34j 34j merged commit 1a6c021 into main Apr 3, 2023
@34j 34j deleted the feat/quickvc branch April 3, 2023 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContentVec is being used incorrectly
2 participants