From e894aaf435ffbdfa1f3b1723e06fee10f5af9bca Mon Sep 17 00:00:00 2001 From: henryruhs Date: Fri, 20 Dec 2024 19:34:12 +0100 Subject: [PATCH] Adjust wording --- facefusion/wording.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facefusion/wording.py b/facefusion/wording.py index 5d5a9f01..b27af638 100755 --- a/facefusion/wording.py +++ b/facefusion/wording.py @@ -126,8 +126,8 @@ WORDING : Dict[str, Any] =\ 'reference_face_distance': 'specify the similarity between the reference face and target face', 'reference_frame_number': 'specify the frame used to create the reference face', # face masker - 'face_occluder_model': 'choose the model responsible for occluding the face', - 'face_parser_model': 'choose the model responsible for parsing the face', + 'face_occluder_model': 'choose the model responsible for the occlusion mask', + 'face_parser_model': 'choose the model responsible for the region mask', 'face_mask_types': 'mix and match different face mask types (choices: {choices})', 'face_mask_blur': 'specify the degree of blur applied to the box mask', 'face_mask_padding': 'apply top, right, bottom and left padding to the box mask',