nux1111 / ComfyUI_NetDist_Plus

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

requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://192.168.101.30:8189/prompt #5

Open jasoncow007 opened 3 months ago

jasoncow007 commented 3 months ago

what doese this issue mean? ...and the remote pc does give respones

...YTxYBIUsM9sc1lWv+uoA3LP/VufSrAORVa0b904PWpweKZI+kzSZoNMQ5etM70q9aSgYUUU5V3HGcfWgCM1DIAw5qe4Agz5h24OOailG0YOM0gIpExGfpWc7lgFz0q5POAhHT3qrMkMd/LBFMJo0chZNuNw9cUmxogI5q1bDcwHfBqFh83HSp4ABKhzxnmkM0bNgm0nrmuliUrGjSMFVuQSeRXKwffAI6etaCTSMcFicdMnpSGdRHcW4fYdpyvGT1p5dQrBAFHv3rmI5HYnD5NT/bbh8ozK3GAx60BcvtcFZWw30IqeEHPmSZZMdaxfOJbBxxV2LU0WPbICSvQigC4gV5d25guc4IqxJKskOVXAzg89ayY9WQZUoSuScUf2vG8o+Xah4xmgCzFL/pCoTghv0rZWUMQqENx071zUt8kd0joqt/eOOK0l1GGFQy4P0HNAGu4KgZUDPWkUkLkYNY82rtIxCgKMevNNj1QFSrKQB3BpgbTuSCRgiq7Nj6j3rN/tWMk4JGB0xUbapFwRuH4UBc1VbnJPJ680NJhsqeRxg1kG9aRgYyFwf4u9Qz3khyOeDQBv+fGEOT9ORULXESbmkkREz3IFc/KrGPPmgj03c1myI5OFOQKAO2JUDPUEZphmC42nr0rDiuJLexEDMrMOd3JwPT0qOS+JQCJguOeDQB0JdCDkg8cjNV3uEHGRjpxXNi4lLZJOaeLhivDUCubUmpQI2AS3sBSwXsc7bMFT6GueO4/PuX25pyzyJg5oC50KuruSOQvcGlklAGSMY7Vzf22YZKPt+hqJ7qaVvndm+poA6cTqQeh7cULcI/y5GR15rl0ndWyGI+hqVZ2HzB+fWgDo/NBwBkGmtJnHPHrWBHeyKW3/ADA9OelWE1FVU5XH0NAGm77h97gdhSMx2g9azv7SjUZw3PtSLqkYJByPSgR//9k= Output will be ignored invalid prompt: {'type': 'prompt_outputs_failed_validation', 'message': 'Prompt outputs failed validation', 'details': '', 'extra_info': {}} invalid prompt: {'type': 'prompt_no_outputs', 'message': 'Prompt has no outputs', 'details': '', 'extra_info': {}}

!!! Exception during processing !!! 400 Client Error: Bad Request for url: http://192.168.101.30:8189/prompt Traceback (most recent call last): File "D:\ComfyUI-aki-v1.2\execution.py", line 317, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "D:\ComfyUI-aki-v1.2\execution.py", line 192, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "D:\ComfyUI-aki-v1.2\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\ComfyUI-aki-v1.2\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "D:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_NetDist_Plus\nodes\advanced.py", line 351, in queue dispatch_to_remote( File "D:\ComfyUI-aki-v1.2\custom_nodes\ComfyUI_NetDist_Plus\core\dispatch.py", line 159, in dispatch_to_remote ar.raise_for_status() File "D:\ComfyUI-aki-v1.2\python\lib\site-packages\requests\models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: http://192.168.101.30:8189/prompt