ZHO-ZHO-ZHO / ComfyUI-InstantID

Unofficial implementation of InstantID for ComfyUI
1.23k stars 67 forks source link

TypeError: StableDiffusionXLControlNetPipeline.check_inputs() takes from 5 to 14 positional arguments but 15 were given #63

Open rinaldop opened 5 months ago

rinaldop commented 5 months ago

Error? Help

rinaldop commented 5 months ago

Error occurred when executing IDGenerationNode:

StableDiffusionXLControlNetPipeline.check_inputs() takes from 5 to 14 positional arguments but 15 were given

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI_windows_portable\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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID\InstantIDNode.py", line 288, in id_generate_image output = pipe( File "D:\ComfyUI_windows_portable\python_embeded\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(args, **kwargs) File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID\pipeline_stable_diffusion_xl_instantid.py", line 439, in call self.check_inputs(

rinaldop commented 5 months ago

Any suggestions?

seriousran commented 5 months ago

I have a same issue.

Darune commented 5 months ago

had the same issue, solved it by updating https://pypi.org/project/diffusers/ pip install -U diffusers or run using python embeded if required

rinaldop commented 5 months ago

had the same issue, solved it by updating https://pypi.org/project/diffusers/ pip install -U diffusers or run using python embeded if required

Not working yet.

PancrasPZ commented 5 months ago

had the same issue, solved it by updating https://pypi.org/project/diffusers/ pip install -U diffusers or run using python embeded if required

Solved, you're my hero, thx a lot.