mirror of
https://github.com/index-tts/index-tts.git
synced 2025-11-28 10:20:24 +08:00
* indextts2 * update lfs for audio files --------- Co-authored-by: wangyining02 <wangyining02@bilibili.com>
16 lines
307 B
Python
16 lines
307 B
Python
__version__ = "1.0.0"
|
|
|
|
# preserved here for legacy reasons
|
|
__model_version__ = "latest"
|
|
|
|
import audiotools
|
|
|
|
audiotools.ml.BaseModel.INTERN += ["dac.**"]
|
|
audiotools.ml.BaseModel.EXTERN += ["einops"]
|
|
|
|
|
|
from . import nn
|
|
from . import model
|
|
from . import utils
|
|
from .model import DAC
|
|
from .model import DACFile
|