adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
124 stars 20 forks source link

Don't require manual wildcard wrapping in Jinja #48

Closed akx closed 1 year ago

akx commented 1 year ago

IOW, {{ wildcard("colors") }} is equivalent to {{ wildcard("__colors__") }}; as a side-effect, wm.to_wildcard('__colors__') will return __colors__, not ____colors____.