Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge prompts and combination IDs from two nodes for AI art prompt combination.
The PromptCombinatorMerger
is a powerful node designed to merge prompts and their associated combination IDs from two different PromptCombinator
nodes. This node is particularly useful for AI artists who want to combine multiple sets of prompts into a single, cohesive output. By merging these prompts and IDs, you can create more complex and varied prompt combinations, enhancing the creative possibilities for your AI-generated art. The node ensures that all prompts and IDs are seamlessly integrated, providing a streamlined workflow for managing and utilizing multiple prompt sources.
This parameter expects a string input containing the first set of prompts to be merged. It is a required field and must be provided to ensure the node functions correctly. The prompts should be formatted as a single string, and this input will be combined with prompts_2
to create a unified set of prompts.
This parameter expects a list of combination IDs associated with the first set of prompts. These IDs help in identifying and managing the different prompt combinations. It is a required field and must be provided to ensure the node functions correctly.
This parameter expects a string input containing the second set of prompts to be merged. Similar to prompts_1
, it is a required field and must be provided. The prompts should be formatted as a single string, and this input will be combined with prompts_1
to create a unified set of prompts.
This parameter expects a list of combination IDs associated with the second set of prompts. These IDs help in identifying and managing the different prompt combinations. It is a required field and must be provided to ensure the node functions correctly.
This output parameter returns a combined list of prompts from prompts_1
and prompts_2
. The merged prompts provide a comprehensive set of inputs for generating AI art, allowing for more diverse and creative outputs.
This output parameter returns a combined list of combination IDs from combination_ids_1
and combination_ids_2
. These IDs are crucial for tracking and managing the different prompt combinations, ensuring that each prompt is correctly associated with its respective ID.
This output parameter returns a list of filenames generated based on the combination IDs. The filenames are constructed by concatenating the IDs, providing a unique identifier for each prompt combination. This is useful for organizing and referencing the different prompt outputs.
prompts_1
and prompts_2
are provided and formatted correctly to avoid any issues with merging.prompts_1
and prompts_2
has a corresponding combination ID in combination_ids_1
and combination_ids_2
, respectively.prompts_1
, combination_ids_1
, prompts_2
, and combination_ids_2
.© Copyright 2024 RunComfy. All Rights Reserved.