feat: Integrate IndexTTS2 model and update related schemas and frontend components
This commit is contained in:
16
qwen3-tts-backend/indextts/s2mel/dac/__init__.py
Normal file
16
qwen3-tts-backend/indextts/s2mel/dac/__init__.py
Normal file
@@ -0,0 +1,16 @@
|
||||
__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
|
||||
Reference in New Issue
Block a user