adieyal / sd-dynamic-prompts

A custom script for AUTOMATIC1111/stable-diffusion-webui to implement a tiny template language for random prompt generation
MIT License
1.96k stars 253 forks source link

Wildcards are just failing to unpack #782

Closed Sorry-Im-Stupid closed 1 month ago

Sorry-Im-Stupid commented 1 month ago

I haven't had this before and nobody's mentioned it that I can see, but I started up A1111 today with PonyXLV6, and the wildcards are just not working. something like this: __color__ apple in a hand the results are random, and I figured out why, it's because the wildcard system isn't actually choosing from the list in color, so the end result prompt fed to the AI is verbatim. And since the AI doesn't know what __color__is...

Edit: As if especially to make a liar of me, it now works perfectly. Sorry for wasting time.