Open drago87 opened 1 year ago
The same problem.
I'll try and take a look after finish taking care of bills this morning.
I get
ERROR:root:!!! Exception during processing !!!
ERROR:root:Traceback (most recent call last):
File "/home/ten/Documents/code/ComfyUI/execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ten/Documents/code/ComfyUI/execution.py", line 85, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ten/Documents/code/ComfyUI/custom_nodes/ComfyUI_ezXY/autoCastPatch.py", line 295, in map_node_over_list
_nums = [str(value) for value in input_data_all[input_name]]
~~~~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'text_c'
for this node:
when I have ezXY node installed and enabled. Disabling ezXY fixes this but I need it for my workflow.
The multiline connecting to text_a and text_b looks like this:
first multiline is essentially filled with "newline" (\n).
I am not sure what that is about. The node should be outputting a string so where is another node getting a key error about? Sounds like an issue with that node pack.
I get this error if i have no input for the
multiline_text
and if i give it an input it ignores the text file and only uses the index from the input
Another error i get is if i am on a different computer and use --listen i get this
I have tried a local path to the file (the computer not running comfyui) and a remote path (the file path on the server running comfyui)