But the real thing that gives the images structure is the regional prompter extension, which interprets the ADDROW/ADDCOL stuff and makes the one thing be on one side of the image and the other thing be on the other side, by doing different parts of the image with different prompts in the same generation.
I wrote out the prompt with variables in it, so I could change the variables or get them automatically filled in by randomly picking from lists. See https://github.com/adieyal/sd-dynamic-prompts#combinatorial-generation and the part about variables in the extension’s help.
But the real thing that gives the images structure is the regional prompter extension, which interprets the
ADDROW
/ADDCOL
stuff and makes the one thing be on one side of the image and the other thing be on the other side, by doing different parts of the image with different prompts in the same generation.