ChatTTS-ui icon indicating copy to clipboard operation
ChatTTS-ui copied to clipboard

推理花费的时间统计有误,重复统计了各分段的推理时间

Open JackMask007 opened this issue 1 year ago • 0 comments
trafficstars

在app.py文件,推理的时间计算重复计算了,start_time=0,赋值在for循环对文字推理语音的外部,end_time赋值在for循环中,inference_time即是截止当前时间所花费的所有推理时间,并不需要进行inter_time+=inference_time_rounded的计算。 1726298220815

JackMask007 avatar Sep 14 '24 07:09 JackMask007