WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Error occurred when executing Bounded Image Blend with Mask: #238

Open YuQiQAQ opened 11 months ago

YuQiQAQ commented 11 months ago

ERROR:root:!!! Exception during processing !!! ERROR:root:Traceback (most recent call last): File "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\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 "E:\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: WAS_Bounded_Image_Blend_With_Mask.bounded_image_blend_with_mask() got an unexpected keyword argument 'blend_factor'

image

YuQiQAQ commented 11 months ago

Hello, I found that the plug-in was just updated today, so I tried the node again, and I found that it still didn't work and reported an error that the 'image' parameter could not be found. So I checked the BOUNDED IMAGE BLEND WITH MASK code of WAS_Node_Suite.py, and I found that you have changed it, But it still has a simple problem. image So I modified it and now it works, thanks for your working 😊 image

WASasquatch commented 11 months ago

It still doesn't have batch support, though.