You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was working, now it's not contacting remote at all. Nothing in this node or any it's immediately attached to changed.
!!! Exception during processing!!! invalid literal for int() with base 10: '89:0'
Traceback (most recent call last):
File "E:\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\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 "E:\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\nodes\simple.py", line 78, in queue
dispatch_to_remote(remote_url, prompt, job_id)
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\core\dispatch.py", line 107, in dispatch_to_remote
prompt[str(max([int(x) for x in prompt.keys()])+1)] = output
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\core\dispatch.py", line 107, in
prompt[str(max([int(x) for x in prompt.keys()])+1)] = output
ValueError: invalid literal for int() with base 10: '89:0'
The text was updated successfully, but these errors were encountered:
This was working, now it's not contacting remote at all. Nothing in this node or any it's immediately attached to changed.
!!! Exception during processing!!! invalid literal for int() with base 10: '89:0'
Traceback (most recent call last):
File "E:\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\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 "E:\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\nodes\simple.py", line 78, in queue
dispatch_to_remote(remote_url, prompt, job_id)
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\core\dispatch.py", line 107, in dispatch_to_remote
prompt[str(max([int(x) for x in prompt.keys()])+1)] = output
File "E:\ComfyUI\custom_nodes\ComfyUI_NetDist\core\dispatch.py", line 107, in
prompt[str(max([int(x) for x in prompt.keys()])+1)] = output
ValueError: invalid literal for int() with base 10: '89:0'
The text was updated successfully, but these errors were encountered: