Comfy-Org / Comfy-Org/ComfyUI

MaskComposite reports error after update

Open
#1,758 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

Error occurred when executing MaskComposite:

too many indices for tensor of dimension 2

File "C:\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\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:\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:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_mask.py", line 244, in combine
destination_portion = destination[:, top:bottom, left:right]

![Snipaste_2023-10-16_10-46-15](https://github.com/comfyanonymous/ComfyUI/assets/20685520/b8d6282e-d4d1-4e3e-835d-e20e2ad3fe60)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.