Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line break in text2image prompt? #31

Open
arlechinu opened this issue Jul 9, 2024 · 0 comments
Open

Line break in text2image prompt? #31

arlechinu opened this issue Jul 9, 2024 · 0 comments

Comments

@arlechinu
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant