Replies: 2 comments 6 replies
-
It's difficult avoiding stepping on toes. Auto1111 uses custom syntax to edit prompts, as does the Unprompted extension. I'm going to create an issue to try to escape a |
Beta Was this translation helpful? Give feedback.
3 replies
-
@masslevel - could you please have a look at 1.5.0 - i've re-written the parser to be more flexible. Hopefully it should be able to handle your use case - note - there might be some teething issues, let me know if anything doesn't work as it should. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I'm doing something wrong, but I'm trying to use AUTOMATIC1111's Alternating Words feature within the dynamic prompt syntax. It's an extremely helpful tool to create new styles and mixings.
{[token1]|[token1|token2]}
doesn't work.I think the
|
delimiter isn't escaped within[ ]
. I end up with parsed prompts including[token1
ortoken2]
.Prompt editing works as expected
{token1|[token1:token2:0.5]}
. Since it doesn't use the pipe delimiter, I suppose that's the reason why it works.Beta Was this translation helpful? Give feedback.
All reactions