ForeignGods / ComfyUI-Mana-Nodes

Font Animation, Automatic Speech Recognition and Text to Speech Custom Nodes for ComfyUI
MIT License
202 stars 12 forks source link

Line break in text2image prompt? #31

Open arlechinu opened 2 months ago

arlechinu commented 2 months ago

Hello! I am trying to display let's say 4 words one by one, but have them stay on screen one below the other.

LOREM IPSUM DOLOR SIT

I can do this with a single frame but not when I try to schedule the frames and make an animation

"1": "LOREM" "8": "LOREM IPSUM" "16": "LOREM IPSUM DOLOR" "24": "LOREM IPSUM DOLOR SIT"

this will just use a single line of text, while I want the words to stack vertically like in the example above.

Any way to control line breaks?

Or any other workaround that doesn't involve having 4 different text2image scheduled values for each row/word?

Cheers!