Closed Carathon closed 11 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]
I just fixed it, check the last push, please remove all the folders called "DZ-FaceDetailer" created in "models" folder before updating the node.
Working again. Thanks a lot for the quick fix!
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]