Something like this:
- regex: .*\b(drinking)\b
match: ["input", "output"]
actions:
- name: "prompt_append"
args: "drinking \b(detailed)\b\s+(\w+)"
It would be a easier way to reference some text that are said, and ajacent words, into the image prompt.
Thank for your contribution.
Something like this:
match: ["input", "output"]
actions:
args: "drinking \b(detailed)\b\s+(\w+)"
It would be a easier way to reference some text that are said, and ajacent words, into the image prompt.
Thank for your contribution.