mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +00:00
updated
This commit is contained in:
parent
1dcbe34240
commit
7e6897ad23
@ -363,6 +363,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
except Exception as ex:
|
||||
trace_exception(ex)
|
||||
if (self.config.xtts_enable or self.config.active_stt_service == "xtts") and self.xtts is None:
|
||||
ASCIIColors.yellow("Loading XTTS")
|
||||
try:
|
||||
from lollms.services.xtts.lollms_xtts import LollmsXTTS
|
||||
voice=self.config.xtts_current_voice
|
||||
|
Loading…
x
Reference in New Issue
Block a user