yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
540 stars 34 forks source link

Error occurred when executing easy fullkSampler: #178

Open nodegraphics opened 1 month ago

nodegraphics commented 1 month ago

It might be something Im doing, but i suddenly started to get this error message, and couldnt resolve it. any ideas would help.

Error occurred when executing easy fullkSampler:

samplerFull.run() got an unexpected keyword argument 'image'

File "/teamspace/studios/this_studio/ComfyUI/execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/teamspace/studios/this_studio/ComfyUI/execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/teamspace/studios/this_studio/ComfyUI/execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
Screenshot - 2024-05-20 15 31 37
yolain commented 1 month ago

What node precedes the PIPE OUT?And you don't need to connect all output items to the easy ksampler, just the pipe

nodegraphics commented 1 month ago

What node precedes the PIPE OUT?And you don't need to connect all output items to the easy ksampler, just the pipe

it goes to Pipe-In I found the problem. I disabled all the outputs and connected the pipe probably by your suggestion. I noticed when i connect image to ksample image input, it gives me the error.

Screenshot - 2024-05-20 21 35 44

Otherwise no problems at all. is that normal ?