ComfyWarp icon indicating copy to clipboard operation
ComfyWarp copied to clipboard

Error occurred when executing MaskComposite

Open Freaknoizer opened this issue 2 years ago • 2 comments

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] tda_KATIE

Freaknoizer avatar Oct 30 '23 22:10 Freaknoizer

Will fix soon, thank you for reporting!

Sxela avatar Nov 03 '23 17:11 Sxela

Should be fixed in https://github.com/Sxela/ComfyWarp/releases/tag/v0.2.0

Sxela avatar Nov 04 '23 10:11 Sxela