city96 / ComfyUI_NetDist

Run ComfyUI workflows on multiple local GPUs/networked machines.
Apache License 2.0
236 stars 26 forks source link

'remote_info' error in RemoteQueueWorker #21

Open Leonard-Li777 opened 3 months ago

Leonard-Li777 commented 3 months ago

image

Error occurred when executing RemoteQueueWorker:

'remote_info'

File "E:\ComfyUI-aki-v1-2\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "E:\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 "E:\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 "E:\ComfyUI-aki-v1-2\custom_nodes\ComfyUI_NetDist\nodes\advanced.py", line 102, in queue dispatch_to_remote( File "E:\ComfyUI-aki-v1-2\custom_nodes\ComfyUI_NetDist\core\dispatch.py", line 96, in dispatch_to_remote if prompt[i]["inputs"]["remote_info"][0] == output_src: