Skip to content

Release 2.9.0 - Dynamic Prompts YAML wildcard support

Compare
Choose a tag to compare
@DominikDoom DominikDoom released this 29 Jul 15:40
· 170 commits to main since this release

This release adds support for the YAML wildcard format https://github.com/adieyal/sd-dynamic-prompts uses.

Added:

  • Support for sd-dynamic-prompt wildcards in YAML format

Fixed:

  • "Issue with tags found in file" error message caused by Umi AI completion support
  • Duplicate entries from wildcard files with the same name (or YAML wildcards with the same keys)
    • Previously, this would show duplicate entries in the completion dropdown and only show content from the first match.
    • Now the entries get grouped together, so if two files both specify the category "clothes", or two different "clothes.txt" wildcard files exist in different folders of the same level, it will concatenate them into one result.