Hello,
I'm looking for information about the commands we can insert in our prompt with text to image generator
by asking, searching, testing,... I already got some useful ones.
(saveTitle::: TITLE)
(saveDescription::: DESCRIPTION)
(guidanceScale:::{5-9})
(seed:::123456789)
(resolution:::512x768) Portrait
(resolution:::768x512) Landscape
(resolution:::512x512) Square
(resolution:::768x768) Big
and some "useless" ones (these only impact how the generation will look on your screen, but not the image itself once saved)
(size:::700) for Portrait
(width:::700) for Square/Big
(height:::700) for Landscape
(style:::border:4px solid black; margin-top:7px;margin-right:7px)
But now I'm trying to guess if it exists one of these for the number of images generated, because I sometimes want to try my prompt on a larger sample than offered
I tried (numImages:::24) (images:::24) and that kind of thing, but it don't work ^^'
Did someone know if a command exists for the number of images ?
and, is there other of these lines that I can add to my "library" ? ^^
Thanks