>>53909709basically, wildcards are text files with one word or list of words per line, and using an extension like dynamic prompts, you can tell it to pick a random line from that file and use it in the prompt
So I was using that to make easier batches for a long time, but the problem is that there is only as much variety as (valid) keywords in those wildcards, and the ones I got were pretty shitty and filling them up didn't seem like a good solution.
To try and fix that, I've instead got a local language model and told it to generate situations in the form of tags (well, first in words and then in tags because otherwise it's crap at coherency) like so :
>Situation : A girl at an art exhibition, looking at paintings on display.>Tags : art, black blazer, camera, eyes closed, exposure, gallery, hands in pockets, painting, sculpture, smile, sundress, visorIt still needs some tinkering on the language model prompt to avoid hair/eye colors and descriptors, but it kind of works already.