kijai / ComfyUI-CogVideoXWrapper

335 stars 21 forks source link

Example_01 workflow not working, Text Encode node seems to be the cause #13

Closed sl33pyC01E closed 4 weeks ago

sl33pyC01E commented 4 weeks ago

the following error log is displayed:

Error occurred when executing CogVideoTextEncode:

CLIP.encode_from_tokens() got an unexpected keyword argument 'return_dict'

File "C:\Users\forre\OneDrive\Documents\Nodes\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\forre\OneDrive\Documents\Nodes\ComfyUI_windows_portable\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 "C:\Users\forre\OneDrive\Documents\Nodes\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\forre\OneDrive\Documents\Nodes\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CogVideoXWrapper-main\nodes.py", line 130, in process

I will attempt to update everything and continue working towards figuring it out.

sl33pyC01E commented 4 weeks ago

Update: Updating fixed this, I appreciate your hard work sir and or madam.