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

Add fine-tuning scripts #680

Draft
wants to merge 85 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 77 commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
1ccc0d5
add finetune
ain-soph Jun 4, 2024
51427f3
remove debug sentence
ain-soph Jun 4, 2024
526f49e
update
ain-soph Jun 4, 2024
5a21dc1
add a command example
ain-soph Jun 4, 2024
fc63436
make sample_rate an argument
ain-soph Jun 4, 2024
d110619
update dummy_data
ain-soph Jun 4, 2024
0f8708a
add dataset docstring
ain-soph Jun 4, 2024
20fd602
rename audio_mel_spec to audio_mel_specs
ain-soph Jun 5, 2024
8312074
update encode function
ain-soph Jun 5, 2024
6903039
update train_params
ain-soph Jun 5, 2024
c3f67b9
docs change
ain-soph Jun 5, 2024
670edc2
change gen_mel_spec to gen_mel_specs
ain-soph Jun 5, 2024
9657253
add an optional loss term
ain-soph Jun 5, 2024
2609cae
add vq
ain-soph Jun 5, 2024
5a15812
change encode
ain-soph Jun 5, 2024
c6f63bf
modify device
ain-soph Jun 5, 2024
6e3bb41
potentially accelerate resample
ain-soph Jun 5, 2024
c8513fc
add a todo item for invalid character warning
ain-soph Jun 5, 2024
ed36b01
update training
ain-soph Jun 5, 2024
b17e93d
update encode method
ain-soph Jun 5, 2024
6ecad8c
move codes
ain-soph Jun 5, 2024
0ec63ac
remove comments
ain-soph Jun 5, 2024
73f0d29
update character map
ain-soph Jun 5, 2024
186f967
add eos tokens and masks
ain-soph Jun 5, 2024
42a687c
add encoder
ain-soph Jun 5, 2024
ed7f2e2
fix a bug
ain-soph Jun 5, 2024
0a229e8
fix
ain-soph Jun 5, 2024
d1ef7e3
load pretrained weights
ain-soph Jun 5, 2024
2b4604f
fix typo
ain-soph Jun 5, 2024
8de1e66
fix bugs
ain-soph Jun 6, 2024
78a107a
remove unused comments
ain-soph Jun 6, 2024
4d1e4c8
add dataset feaatures
ain-soph Jun 6, 2024
597d7f0
change dataset type
ain-soph Jun 6, 2024
73b808e
update
ain-soph Jun 6, 2024
ef74fa2
support tar
ain-soph Jun 6, 2024
e8459bc
fix a bug
ain-soph Jun 6, 2024
8751e8c
update dataset
ain-soph Jun 6, 2024
e3d95ef
close tar after usage
ain-soph Jun 6, 2024
892ed81
fix syntax
ain-soph Jun 6, 2024
c0ef689
update evaluate
ain-soph Jun 7, 2024
caf8061
update before sync fork
ain-soph Aug 3, 2024
13b1f47
Merge remote-tracking branch 'upstream/main'
ain-soph Aug 3, 2024
b123ebd
update
ain-soph Aug 4, 2024
900dc56
remove wavenet files
ain-soph Aug 4, 2024
fb4896f
update
ain-soph Aug 5, 2024
9409666
update
ain-soph Aug 5, 2024
785572a
update
ain-soph Aug 5, 2024
5118931
update
ain-soph Aug 5, 2024
11964e8
Merge remote-tracking branch 'upstream/dev' into main
ain-soph Aug 5, 2024
a66de17
Merge pull request #3 from 2noise/dev
ain-soph Aug 6, 2024
172784c
Merge branch '2noise:dev' into dev
ain-soph Aug 10, 2024
8367674
fix bug
ain-soph Aug 10, 2024
7db4522
deal with invalid characters
ain-soph Aug 10, 2024
1e3367f
Merge branch 'dev' of https://github.com/ain-soph/ChatTTS into dev
ain-soph Aug 10, 2024
2a991f6
update speaker
ain-soph Aug 10, 2024
9622991
update speaker
ain-soph Aug 10, 2024
5908c68
update
ain-soph Aug 11, 2024
647af47
fix
ain-soph Aug 11, 2024
9da41de
update
ain-soph Aug 11, 2024
a7d9bbe
add a naming todo item
ain-soph Aug 11, 2024
0ae139d
revert invalid_character change
ain-soph Aug 11, 2024
a149fbc
Merge pull request #4 from ain-soph/dev
ain-soph Aug 11, 2024
6ead6db
chore(format): run black on main
github-actions[bot] Aug 11, 2024
d2a6318
chore(format): run black on dev (#2)
github-actions[bot] Aug 11, 2024
3113767
chore(format): run black on main (#1)
github-actions[bot] Aug 11, 2024
af56a33
move files
ain-soph Aug 11, 2024
246511f
chore(format): run black on dev (#5)
github-actions[bot] Aug 11, 2024
353846c
update commands
ain-soph Aug 11, 2024
22ff3d7
Merge branch 'main' of https://github.com/ain-soph/ChatTTS into dev
ain-soph Aug 11, 2024
5c40544
revert requirements change
ain-soph Aug 11, 2024
3c1c75d
format requirements.txt
ain-soph Aug 11, 2024
c894b6d
revert naming change
ain-soph Aug 11, 2024
0bef943
remove dummy data examples
ain-soph Aug 11, 2024
c951218
remove dummy data examples
ain-soph Aug 11, 2024
1eca8e9
add experimental argument
ain-soph Aug 11, 2024
4994add
Merge branch 'dev' of https://github.com/ain-soph/ChatTTS into dev
ain-soph Aug 11, 2024
145d456
Merge branch 'dev' into dev
fumiama Aug 14, 2024
4311743
Merge branch '2noise:dev' into dev
ain-soph Aug 31, 2024
c356b00
reorg
ain-soph Aug 31, 2024
1119066
add normalizer support
ain-soph Sep 1, 2024
41f5e70
Merge branch '2noise:dev' into dev
ain-soph Oct 5, 2024
eb0b55f
fix return type
ain-soph Oct 6, 2024
bd76af7
Merge branch 'dev' of https://github.com/ain-soph/ChatTTS into dev
ain-soph Oct 6, 2024
b625783
remove typing.Self
ain-soph Nov 5, 2024
b367dda
Merge branch '2noise:dev' into dev
ain-soph Nov 5, 2024
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/.vscode
/data
/saved_models
/.flake8
/test.py

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
Empty file.
Loading
Loading