kijai / ComfyUI-LivePortraitKJ

ComfyUI nodes for LivePortrait
MIT License
1.49k stars 111 forks source link

LivePortraitProcess.process() got an unexpected keyword argument 'crop_info #87

Open HASAN3DG opened 2 months ago

HASAN3DG commented 2 months ago

Hi Error occurred when executing LivePortraitProcess:

LivePortraitProcess.process() got an unexpected keyword argument 'crop_info'

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\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 "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Screenshot 2024-07-25 002416

KleberReisser37 commented 2 months ago

There is a new workflow example for the updated version. Then it works fine :-)

Elenor274 commented 2 months ago

same problem ! Untitled

kijai commented 2 months ago

same problem ! Untitled

Remake the node or use the new workflows, old workflows won't work as they are as the nodes have changed too much.

bozkut commented 1 month ago

issue is still continued any resolution?

!!! Exception during processing!!! LivePortraitProcess.process() missing 1 required positional argument: 'crop_info' Traceback (most recent call last): File "C:\Users\Zeyzkut\Documents\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Zeynut\Documents\AI\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 "C:\Users\Zeykut\Documents\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: LivePortraitProcess.process() missing 1 required positional argument: 'crop_info'

Prompt executed in 19.06 seconds