-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some expansion possibilities #116
Comments
I work into adding this. |
I made a chain of different nodes so that i can use ollam's prompt and the variant combinator (https://github.com/adieyal/comfyui-dynamicprompts | https://github.com/florestefano1975/comfyui-prompt-composer). But! I can't figure out how to skip the repeated negation of ollam's prompt until all variants of the combinator are tried |
Yes I have added a new way where you get AI negatives in the coming update and then I will add the functionality you asked. so the negatives won't repeat as much |
I would like to ask if someone can give me some advice or if the author can make some small edits to the extension code:
regarding the dynamic prompt, I would like to implement the following logic (maybe this can be solved with some other extensions):
the main query generates an ollama. then, in each iteration, a line from the dynamic query is added to this query.
i.e. if the main prompt from the ollama is
and the dynamic prompt says
then I should get several generations with queries like
queue 1:
queue 2:
The text was updated successfully, but these errors were encountered: