From 918dd2c0d6fefe0c3523cf295bf05d16c6a4678b Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 9 Jun 2025 15:33:11 +0200 Subject: [PATCH] Introduce lip syncer weight --- facefusion/wording.py | 1 + 1 file changed, 1 insertion(+) diff --git a/facefusion/wording.py b/facefusion/wording.py index de2f8ca..7372832 100755 --- a/facefusion/wording.py +++ b/facefusion/wording.py @@ -183,6 +183,7 @@ WORDING : Dict[str, Any] =\ 'frame_enhancer_model': 'choose the model responsible for enhancing the frame', 'frame_enhancer_blend': 'blend the enhanced into the previous frame', 'lip_syncer_model': 'choose the model responsible for syncing the lips', + 'lip_syncer_weight': 'specify the degree of weight applied to the lips', # uis 'open_browser': 'open the browser once the program is ready', 'ui_layouts': 'launch a single or multiple UI layouts (choices: {choices}, ...)',