nicofdga / DZ-FaceDetailer

a node for comfyui for restore/edit/enchance faces utilizing face recognition
MIT License
134 stars 13 forks source link

Convert masks to mages: List index out of range #12

Closed Carathon closed 9 months ago

Carathon commented 9 months ago

Getting the following error code when trying to use face detailer:

Error occurred when executing Convert Masks to Images:

list index out of range

File "/media/carathon/StableDiffusion/ImageAI/ComfyUI 1.5/execution.py", line 143, in recursive_execute input_data_all = get_input_data(inputs, class_def, unique_id, outputs, prompt, extra_data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/media/carathon/StableDiffusion/ImageAI/ComfyUI 1.5/execution.py", line 27, in get_input_data obj = outputs[input_unique_id][output_index]

nicofdga commented 9 months ago

I just fixed it, check the last push, please remove all the folders called "DZ-FaceDetailer" created in "models" folder before updating the node.

Carathon commented 9 months ago

Working again. Thanks a lot for the quick fix!