New version MaskComposite Error
- 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'

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
Assessment
This issue has not been assessed yet.