形态键预热
This commit is contained in:
@ -79,6 +79,10 @@ class TextToBlendShapesService:
|
||||
yield {'type': 'error', 'message': '文本为空'}
|
||||
return
|
||||
|
||||
# 测试:只处理第一句
|
||||
sentences = sentences[:1]
|
||||
print(f"[测试模式] 只处理第一句: {sentences[0]}")
|
||||
|
||||
yield {
|
||||
'type': 'status',
|
||||
'stage': 'split',
|
||||
|
||||
Reference in New Issue
Block a user