File size: 227 Bytes
da8d589
 
bf13828
 
374f426
 
 
 
da8d589
bf13828
 
1
2
3
4
5
6
7
8
9
10
11
12
from typing import Literal

from modules.webui.localization_runtime import LocalizationVars

tts_max = 1000
ssml_max = 1000
spliter_threshold = 100
max_batch_size = 8
experimental = False

localization: LocalizationVars = None