Error Expecting ',' delimiter: line #285
Unanswered
alexdoroga
asked this question in
Q&A
Replies: 1 comment
-
@alexdoroga hey! hope it's not too late to help you) usually I get this error when I use the prompt schedule / batch prompt / prompt travel nodes, which require special syntax for the prompt such as: "0": "character walks", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not the first time I've seen this error, what's the reason for it? Maybe it's some kind of punctuation? There is no comma at the end of bach promt, there is a .... at the end of the code point, what's wrong?? (
Error occurred when executing BatchPromptSchedule:
Expecting ',' delimiter: line 8 column 36 (char 918)
File "C:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\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 "C:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 78, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes\ScheduledNodes.py", line 122, in animate
animation_prompts = json.loads(inputText.strip())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "json_init_.py", line 346, in loads
File "json\decoder.py", line 337, in decode
File "json\decoder.py", line 353, in raw_decode
Beta Was this translation helpful? Give feedback.
All reactions