-
I'm not sure if this is a problem which I need to tackle from the ComfyUI side or from my current AI chat driver (Open WebUI). I've got a (relatively) decent workflow for basic queries that generates acceptable results, and I'd like to use this workflow for image generation from Open WebUI. The negative prompt I can leave as is and it becomes "hardcoded". But I need a "prefix" of elements for the positive prompt to get adequate results and here I'm not sure what to do. For testing I picked some fixed seeds and played around with the prompt. In general, I'd expect to achieve the same results with the prompt "[my list of prefixed quality prompts] [actual prompt]" and when using a concatenation of "[my list of prefixed quality prompts]" and "[actual prompt]"... but I got different results. Any suggestions on getting what I'm trying to achieve? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
How did you concatenate 2 prompts? |
Beta Was this translation helpful? Give feedback.
-
I found a solution. Rather than trying to combine the default conditioning nodes I now use basic string input nodes with a string combine node. This feels a lot more fitting to what I am trying to do and seems to work as expected. The combined string is then fed to the "standard" prompt node (the string can be linked to, despite there being no node point initially). |
Beta Was this translation helpful? Give feedback.
-
The "conditioning combine", "conditioning concat," and "string concat" each have different meanings. |
Beta Was this translation helpful? Give feedback.
I found a solution. Rather than trying to combine the default conditioning nodes I now use basic string input nodes with a string combine node. This feels a lot more fitting to what I am trying to do and seems to work as expected.
The combined string is then fed to the "standard" prompt node (the string can be linked to, despite there being no node point initially).