Rearrange prompt. #32
Unanswered
SplitMilky
asked this question in
Q&A
Replies: 1 comment
-
If you're okay with duplicates, then simply
you could also use a cyclical sampler, it won't give you all the permutations though, e.g.
You might be able to do something with Jinja templates as well but that might be a little more difficult. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there the ability to rearrange the prompt. I want to just move the different words or statements around inside the prompt.
For example.
Cat, car, dog, would iterate through all possible combinations.
cat, dog, car
dog, cat, car
dog, car, cat... and so on.
Also having the ability to keep cat at the front and integrate through the others like so maybe.
cat, {dog, car, ball}
cat, dog, car, ball
cat, dog, ball, car
cat, ball, car, dog
cat, ball, dog, car.. and so on
Beta Was this translation helpful? Give feedback.
All reactions