Skip to content
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

Open
BoastfulCat opened this issue Nov 6, 2024 · 3 comments
Open

Some expansion possibilities #116

BoastfulCat opened this issue Nov 6, 2024 · 3 comments

Comments

@BoastfulCat
Copy link

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:

  • random value of presets prompt (embellish, style, negative)
  • dynamic prompt. some like "{close-up, dramatic lighting, intense gaze into camera|full-body shot, dynamic pose, slightly tilted angle}"

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

Exquisite, ethereal beauty radiates from her porcelain skin, heart-shaped face, and captivating gaze, as she walks through an enchanted forest, adorned in a flowing, iridescent gown that shimmers like moonlight, her raven locks cascading down her back like a waterfall, surrounded by mythical creatures and lush flora, under a starry sky. Eerie, unsettling, dark, grotesque, suspenseful

and the dynamic prompt says

{close-up, dramatic lighting, intense gaze into camera|full-body shot, dynamic pose, slightly tilted angle}

then I should get several generations with queries like

queue 1:

close-up, dramatic lighting, intense gaze into camera, Exquisite, ethereal beauty radiates from her porcelain skin, heart-shaped face, and captivating gaze, as she walks through an enchanted forest, adorned in a flowing, iridescent gown that shimmers like moonlight, her raven locks cascading down her back like a waterfall, surrounded by mythical creatures and lush flora, under a starry sky. Eerie, unsettling, dark, grotesque, suspenseful

queue 2:

full-body shot, dynamic pose, slightly tilted angle, Exquisite, ethereal beauty radiates from her porcelain skin, heart-shaped face, and captivating gaze, as she walks through an enchanted forest, adorned in a flowing, iridescent gown that shimmers like moonlight, her raven locks cascading down her back like a waterfall, surrounded by mythical creatures and lush flora, under a starry sky. Eerie, unsettling, dark, grotesque, suspenseful

@if-ai
Copy link
Owner

if-ai commented Nov 7, 2024

I work into adding this.

@BoastfulCat
Copy link
Author

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

@if-ai
Copy link
Owner

if-ai commented Nov 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants