9 Commits

Author SHA1 Message Date
源文雨 6e7a261fa8 fix: AttributeError on py3.8 2024-07-03 16:28:35 +09:00
github-actions[bot] 93db24b4b2 chore(format): run black on main (#443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 17:22:13 +09:00
源文雨 cae0fec15b fix(colab): color log printing (#430) 2024-06-24 22:39:50 +09:00
源文雨 f4121844e6 doc: sync to latest grammar (#427) 2024-06-24 22:11:56 +09:00
源文雨 4dd1f88073 optimize: core & model
### all
- reduce redundant code
- add `_` to some inner calls
### core
- rename `check_model` to `has_loaded`
- new api `download_models`
- move vocos out of models dict (further target: remove the dict `pretrain_models`)
- new api `unload`
- new api `decode_to_wavs`
### model
- fix grad mul issue in dvae
- optimize progress bar display
- optimize tensor operations
2024-06-23 17:17:33 +09:00
源文雨 2eb97d212f optimize: log printing (#411) 2024-06-23 01:27:49 +09:00
源文雨 1430c95a22 feat(ipynb): apply logger to notebook (#410) 2024-06-23 00:17:19 +09:00
源文雨 3e0d87bca0 fix(tools): log formatting (#401)
- introduce numba
- move audio normalization functions to tools/audio
- remove IPython from tools/cmd
2024-06-22 14:59:06 +09:00
源文雨 a851b9a9fe optimize: log & webui (#398)
- move log definition out of ChatTTS
- apply colorful log level
- optimize webui logic
- split webui into 2 files for clear reading
2024-06-22 01:47:56 +09:00