Error occurred when executing MaskComposite
Hi I'm trying to test the workflow json, but I'm get this error, I don't know what I'm doing wrong! Thanks for share your work, i really appreciated all this knowledge!
Error occurred when executing MaskComposite:
too many indices for tensor of dimension 2
File "C:\Users\Usuario\ConfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Users\Usuario\ConfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\Users\Usuario\ConfyUI\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Users\Usuario\ConfyUI\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_mask.py", line 244, in combine
destination_portion = destination[:, top:bottom, left:right]
Will fix soon, thank you for reporting!
Should be fixed in https://github.com/Sxela/ComfyWarp/releases/tag/v0.2.0