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}, ...)',