You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: