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

Fix possible wildcard parser breaking wildcards in collection #772

Closed jjmenet closed 1 month ago

jjmenet commented 2 months ago

unmatching double underscore and/or triple or more underscores may cause problem when used in prompts, i found some of them in built-in collections and tried to fix them.