Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred when executing MaskComposite #2

Open
Freaknoizer opened this issue Oct 30, 2023 · 2 comments
Open

Error occurred when executing MaskComposite #2

Freaknoizer opened this issue Oct 30, 2023 · 2 comments

Comments

@Freaknoizer
Copy link

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

@Sxela
Copy link
Owner

Sxela commented Nov 3, 2023

Will fix soon, thank you for reporting!

@Sxela
Copy link
Owner

Sxela commented Nov 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants