Keyword Argument Icons seem to be making comfyui error
Gerkinfeltser opened this issue · 4 comments
Hello again.
Seems ComfyUI don't like the icons used for various setting names.
I get errors like so.
`Error occurred when executing SHAPE GENERATOR (JOV) ✨:
ShapeNode.run() got an unexpected keyword argument '
File "C:\ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ai\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:\ai\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^`
bump, me too. Basically all nodes are unusable because of this
Pushing the new branch into main should resolve this issue. The emoji now have full support and have been checked for each node. Please let me know if this is not the case.
I'm away for a while, but I'll check it when I get back. Thanks so much!
Hey, just getting back now. All seems good (though you already know that)! Thanks for the fix! Sorry for the delayed confirmation!