cubiq / ComfyUI_InstantID

Apache License 2.0
1.21k stars 69 forks source link

Error occurred when executing IDGenerationNode #129

Closed crazyrobinhood closed 5 months ago

crazyrobinhood commented 5 months ago

_Error occurred when executing IDGenerationNode:

For single controlnet: controlnet_conditioning_scale must be type float.

that's the error trying to execute the node. Any help is appreciated.

OS: Pop!_OS 22.04 LTS x86_64 Kernel: 6.8.0-76060800daily20240311-generic

cubiq commented 5 months ago

are you sure you are using the correct extension? There are a few of them, this is the only Native one

crazyrobinhood commented 5 months ago

are you sure you are using the correct extension? There are a few of them, this is the only Native one

I just downloaded it from the ComfyUI manager. Do I have to install the custom nodes manually? (thanks for the reply)!

crazyrobinhood commented 5 months ago

Sorry, my fault, I swapped the sampling node with another one with the same name. Thanks for support anyway and for your great work.

aiise117 commented 5 months ago

您确定您使用的是正确的扩展名吗?有几个,这是唯一一个 Native 的

Error occurred when executing IDGenerationNode:

For single controlnet: controlnet_conditioning_scale must be type float.

File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(*slice_dict(input_data_all, i))) File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-InstantID\InstantIDNode.py", line 288, in id_generate_image output = pipe( File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\python\lib\site-packages\torch\utils_contextlib.py", line 115, in decorate_context return func(args, **kwargs) File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\custom_nodes\ComfyUI-InstantID\pipeline_stable_diffusion_xl_instantid.py", line 439, in call self.check_inputs( File "D:\ComfyUI\ComfyUI\ComfyUI-aki-v1.2\python\lib\site-packages\diffusers\pipelines\controlnet\pipeline_controlnet_sd_xl.py", line 684, in check_inputs raise TypeError("For single controlnet: controlnet_conditioning_scale must be type float.")