You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Parsing Error with $ in Tags in Dynamic Prompts
Description
When using a wildcard file containing references, I encountered a parsing error caused by $ characters in certain tags. Since $ is reserved in Dynamic Prompts for variable substitution, this results in a parsing error. For example,this issue arises when a LoRA creator includes a $ in the trigger tag, often to stylize a name (e.g., $tephanie instead of Stephanie). Since $ is reserved in Dynamic Prompts for variable substitution, this results in a parsing error.
Steps to Reproduce
Use a wildcard file that includes references with $ in their tags.
Include __your_wildcard__ in a prompt.
Generate an image using Dynamic Prompts (preferrably using combinatorial, as this will always parse the line in question).
Expected Behavior
$ in tags should either be escaped properly or ignored by the parser to prevent a crash.
Question
Is there currently a way to escape the $ character in tags? If not, could this be implemented in a future update?
Thanks for your great work on this extension! 😊
The text was updated successfully, but these errors were encountered:
Issue: Parsing Error with
$
in Tags in Dynamic PromptsDescription
When using a wildcard file containing references, I encountered a parsing error caused by
$
characters in certain tags. Since$
is reserved in Dynamic Prompts for variable substitution, this results in a parsing error. For example,this issue arises when a LoRA creator includes a $ in the trigger tag, often to stylize a name (e.g., $tephanie instead of Stephanie). Since $ is reserved in Dynamic Prompts for variable substitution, this results in a parsing error.Steps to Reproduce
$
in their tags.__your_wildcard__
in a prompt.Expected Behavior
$
in tags should either be escaped properly or ignored by the parser to prevent a crash.Question
Is there currently a way to escape the
$
character in tags? If not, could this be implemented in a future update?Thanks for your great work on this extension! 😊
The text was updated successfully, but these errors were encountered: