mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-29 02:10:59 +08:00
4dd1f88073
### 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