sd-dynamic-prompts
sd-dynamic-prompts copied to clipboard
Should not fail all wildcards when one of is invalid
__a/a__
__b/a__
__c/a__
current
when __b/a__ is invalid, all other is also failed
expected
when __b/a__ is invalid, all other is still work
What should happen instead in your opinion? Should the entire wildcard invocation be erased from the prompt? Then there's the issue that it would be hard to report a misspelled wildcard without the user having to e.g. look at the webui console.
when __b/a__ is invalid, keep it as __b/a__ in prompts, but just ignore error, make others not break
also if can, display error notice about error __b/a__ is invalid or not exists in webui't html-log