Prompting#
The Default Workflow#
This is the Default Workflow for generating images from a single checkpoint file.
Negative Prompting#
Instead of using prompts to get images we want to see, we can use the same textutal descriptions to exlude concepts from our generation process.
Prompt Weighting#
Using the special syntax (concept:weight) for example (car:1.5) we can exaggerate or diminish the influence of concepts.
Combining Embeddings#
We can also traverse the possibility space by using multiple embeddings (called conditioning in ComfyUI). Depending on the concepts used this will merge the concepts if possible.
Combining Image Concepts#
Similar to combining multiple textual concepts we can use the add-on ipadapter to combine visual concepts aswell.