uwidev / sd_extension-prompt_formatter

Prompt formatter extension for automatic1111's stable diffusion web-ui
GNU Affero General Public License v3.0
95 stars 9 forks source link

Feature request, support wildcards double underscore #13

Closed tdtrumble closed 1 year ago

tdtrumble commented 1 year ago

Currently ext will remove double underscores used to indicate wildcards (https://github.com/adieyal/sd-dynamic-prompts.git)

uwidev commented 1 year ago

Fixed as of v0.4.2.

The current implementation is that if there's more than 1 consecutive underscore, it won't convert them to spaces. Probably not the best approach, since it won't fix excessive underscores on wildcards, but it'll work for now.