FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

String Concatenate node returns trailing comma #94

Closed Pos13 closed 3 months ago

Pos13 commented 3 months ago

String Concatenate node returns trailing comma. "0": "text_a","12": "text_b","72": "text_g",

FizzleDorf commented 3 months ago

Hey @Pos13, the schedule nodes automatically remove trailing commas for quick copy pasting in the schedule text. I hope this helps

Pos13 commented 3 months ago

@FizzleDorf, sorry, I was confused by the entry in Fizznodes Wiki:

"If you plan on having another keyframed prompt after this one, you need to place a comma (,) after the closing quote of your last prompt. If you don't do this you will get an error. If it is your last prompt do not place a comma as this will result in an error as well."