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 being treated as combination #757

Closed Zanteri closed 2 months ago

Zanteri commented 2 months ago

I don't know if I'm missing something, yesterday it was working fine and as intended (I believe) but now it's wanting to generate with the wildcard prompts as combinations. So instead of just 222, it's wanting 222*7. My understanding is that it takes the combinations from the prompt like {big|small} then when a wildcard is added it takes a random line from that to add to the prompt.