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
File "C:\ComfyUI Manual\execution.py", line 142, in recursive_execute
input_data_all = get_input_data(inputs, class_def, unique_id, outputs, prompt, extra_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI Manual\execution.py", line 27, in get_input_data
obj = outputs[input_unique_id][output_index]
Everything works just fine until the last comfyUI update. I cannot connect the Float output into any kind of nodes, which return the same error showing above.
The text was updated successfully, but these errors were encountered:
Error occurred when executing easy showAnything:
list index out of range
File "C:\ComfyUI Manual\execution.py", line 142, in recursive_execute
input_data_all = get_input_data(inputs, class_def, unique_id, outputs, prompt, extra_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI Manual\execution.py", line 27, in get_input_data
obj = outputs[input_unique_id][output_index]
The text was updated successfully, but these errors were encountered: