Introduce lip syncer weight

This commit is contained in:
henryruhs
2025-06-09 15:33:11 +02:00
parent 28081e32f1
commit 918dd2c0d6

View File

@@ -183,6 +183,7 @@ WORDING : Dict[str, Any] =\
'frame_enhancer_model': 'choose the model responsible for enhancing the frame', 'frame_enhancer_model': 'choose the model responsible for enhancing the frame',
'frame_enhancer_blend': 'blend the enhanced into the previous frame', 'frame_enhancer_blend': 'blend the enhanced into the previous frame',
'lip_syncer_model': 'choose the model responsible for syncing the lips', 'lip_syncer_model': 'choose the model responsible for syncing the lips',
'lip_syncer_weight': 'specify the degree of weight applied to the lips',
# uis # uis
'open_browser': 'open the browser once the program is ready', 'open_browser': 'open the browser once the program is ready',
'ui_layouts': 'launch a single or multiple UI layouts (choices: {choices}, ...)', 'ui_layouts': 'launch a single or multiple UI layouts (choices: {choices}, ...)',