Open fcolecumberri opened 1 month ago
[from:to:when]
prompt syntax could be used for it.
for example [a cat:a dog:0.5] on a beach
see also https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#prompt-editing
[from:to:when]
prompt syntax could be used for it.for example
[a cat:a dog:0.5] on a beach
see also https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#prompt-editing
That could be a good hack for some cases, but that's not the same.
Is there an existing issue for this?
What would your feature do ?
Imagine the next prompt:
Here this prompt can be parsed on 2 different ways:
1
2
Both ways ends up with a different result. (drawing this ended up being more difficult than it looks) My proposal is to do something similar to how math works, by a parenthesis-equivalent keywords, something like
BEGIN
/END
so by doing that, now:and
This is also relevant since other extensions create their own keywords and usually collide since there is no way to express order of operations. Having a native to the tool way of doing it might force the extension developers to respect them as well.
Proposed workflow
No change on workflow, just a couple of keywords.
Additional information
No response