feat: Integrate IndexTTS2 model and update related schemas and frontend components
This commit is contained in:
@@ -173,6 +173,7 @@ class AudiobookCharacter(Base):
|
||||
description = Column(Text, nullable=True)
|
||||
instruct = Column(Text, nullable=True)
|
||||
voice_design_id = Column(Integer, ForeignKey("voice_designs.id"), nullable=True)
|
||||
use_indextts2 = Column(Boolean, default=False, nullable=False)
|
||||
|
||||
project = relationship("AudiobookProject", back_populates="characters")
|
||||
voice_design = relationship("VoiceDesign")
|
||||
|
||||
Reference in New Issue
Block a user