Skip to content

Just started throwing invalid literal for int() #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
afk4life opened this issue Jul 12, 2024 · 0 comments
Open

Just started throwing invalid literal for int() #29

afk4life opened this issue Jul 12, 2024 · 0 comments

Comments

@afk4life
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant