Skip to content

WildcardAndLoraSyntaxProcessor node does not support dynamic prompt syntax #62

@gshawn3

Description

@gshawn3

The WildcardAndLoraSyntaxProcessor node does not process dynamic prompt syntax like {blue|red} in prompts. Prompts with this syntax always resolve to the last option in the list (e.g., "a {blue|red} car" always becomes "a red car"). The node should randomly select one of the pipe-separated options based on the seed, but it is missing a call to process_wildcard_syntax() that handles this syntax.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions