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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
67e9492
feat: add `half` options
34j Mar 31, 2023
9a6de1f
fix(hifigan): fix dtype for n
34j Mar 31, 2023
59dedf1
fix: remove unused files
34j Mar 31, 2023
87fd22b
feat: mb-istft-vits prototype
34j Mar 31, 2023
5b3fb65
fix(__main__): fix automatic model search algo
34j Mar 31, 2023
1ce2580
fix(train): add loss calculation
34j Mar 31, 2023
cc463db
fix(infer_tool): half=False by default
34j Mar 31, 2023
aac151a
fix(stft_loss): return_complex = False
34j Mar 31, 2023
b847885
fix: update hps
34j Mar 31, 2023
8f74766
fix(train): remove ensure_pretrained_model
34j Mar 31, 2023
c61dd17
fix(mel_processing): fix wrong logging
34j Mar 31, 2023
21feb01
refactor: refactor a lot
34j Apr 1, 2023
0116fa4
refactor: more refactoring
34j Apr 1, 2023
68fd982
refactor: refactor a lot
34j Apr 1, 2023
ef9378d
fix(train): fix reset_optimizer
34j Apr 1, 2023
ef2afb6
fix(train): fix pbar starting and ending, log more
34j Apr 1, 2023
8940eeb
fix(ms-istft): fix conv1d input
34j Apr 1, 2023
eb0b692
chore(config_template): fix default
34j Apr 1, 2023
9298ec2
fix: remove hubert and onnx models
34j Apr 2, 2023
d9231f0
fix(utils): update typing
34j Apr 2, 2023
8db979c
refactor(utils): refactor a lot
34j Apr 2, 2023
5b9e9af
reafactor: rename inference module files
34j Apr 2, 2023
aa50149
refactor(train): refactor train
34j Apr 2, 2023
d8eec61
fix(utils): remove unused print
34j Apr 2, 2023
2d89a9e
refactor: generator to synthesizer
34j Apr 2, 2023
c675a31
fix(config_template): fix ssl_dim
34j Apr 2, 2023
4103b39
feat: make config selectable
34j Apr 2, 2023
d425f1a
feat(preprocess_hubert): automatically decide n_jobs
34j Apr 2, 2023
094fec5
refactor: refactor checkpoint path
34j Apr 2, 2023
3f2afab
chore(config_template): update intervals and batch_sizes
34j Apr 2, 2023
e989a05
refactor: refactor ensure_pretrained
34j Apr 2, 2023
155267a
fix: remove onnx support
34j Apr 2, 2023
6f0ec1e
fix(utils): skip optimizer if failed
34j Apr 2, 2023
1e085e2
feat(synthesizers): allow ssl_dim = None
34j Apr 2, 2023
3640431
Merge branch 'main' of https://github.com/34j/so-vits-svc-fork into f…
34j Apr 2, 2023
61e885e
refactor: move hifigan descriminators
34j Apr 2, 2023
88aaa3a
refactor(hifigan): remove duplicated or unused code
34j Apr 2, 2023
f074993
fix(synthesizers): fix default subbands
34j Apr 3, 2023
d747bea
perf(inference): add torch.cuda.empty_cache
34j Apr 3, 2023
83e3e03
chore(config): update quickvc config
34j Apr 3, 2023
623aedd
fix(hifigan): fix ResBlock initialization
34j Apr 3, 2023
ba95f1c
docs(readme): update README.md
34j Apr 3, 2023
76fe3d7
docs(readme): update README.md
34j Apr 3, 2023
b97c70d
docs(readme): update README.md
34j Apr 3, 2023
033ca78
docs(readme): update README.md
34j Apr 3, 2023
774cd33
docs(readme): update README.md
34j Apr 3, 2023
229f9ba
docs(readme): update README.md
34j Apr 3, 2023
17fa86c
fix(pre_hubert): fix vram estimiation
34j Apr 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 39 additions & 50 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading