Comfy-Org / Comfy-Org/ComfyUI

New version MaskComposite Error

Open
#1,608 16 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

New ComfyUI Revision: 1496 [aeba1cc2] | Released on '2023-09-26'

![screenshot-20230927-125810](https://github.com/comfyanonymous/ComfyUI/assets/4688773/f5355cbf-078a-4c72-b6d7-a38ea88e34d8)

Error occurred when executing MaskComposite:

The size of tensor a (512) must match the size of tensor b (256) at non-singleton dimension 2

File "/home/h3c/Documents/ComfyUI/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/h3c/Documents/ComfyUI/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/home/h3c/Documents/ComfyUI/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/home/h3c/Documents/ComfyUI/comfy_extras/nodes_mask.py", line 247, in combine
output[:, top:bottom, left:right] = destination_portion * source_portion

The previous version was find; it became like this after upgrading to the new version.

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.