fix face loader extenal load

This commit is contained in:
bennykok 2024-09-21 10:51:51 -07:00
parent 8c5e5c4277
commit aea456cba9

View File

@ -24,7 +24,8 @@ class ComfyUIDeployExternalFaceModel:
}, },
"optional": { "optional": {
"default_face_model_name": ( "default_face_model_name": (
folder_paths.get_filename_list("reactor/faces"), "STRING",
{"multiline": False, "default": ""},
), ),
"face_model_save_name": ( # if `default_face_model_name` is a link to download a file, we will attempt to save it with this name "face_model_save_name": ( # if `default_face_model_name` is a link to download a file, we will attempt to save it with this name
"STRING", "STRING",