Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhances creative workflow by randomly selecting prompts for diverse and inspiring results.
The PromptCombinatorRandomPrompt
node is designed to enhance your creative workflow by randomly selecting a prompt from a set of generated prompts. This node is particularly useful when you have a large number of prompt combinations and want to explore different creative directions without manually picking each one. By leveraging a random selection mechanism, it ensures a diverse and unbiased choice, which can lead to unexpected and inspiring results. This node is part of the ComfyUI-Prompt-Combinator suite, which aims to streamline the process of generating and managing multiple prompt combinations for AI art projects.
This parameter accepts a multiline string input where each line represents a different prompt. The prompts are the creative text inputs that you want to randomly select from. This parameter is required and must be provided by the user. The default value is an empty string.
This parameter is a list of IDs corresponding to each prompt. These IDs help in tracking and managing the prompts, especially when they are part of a larger combinatorial set. This parameter is required and must match the number of prompts provided.
This parameter is an integer that sets the seed for the random number generator. By setting a specific seed, you can ensure reproducibility of the random selection process. The default value is 0, and it can range from 0 to 0xffffffffffffffff.
This output is the randomly selected prompt from the provided list. It is a string that represents the creative text input chosen by the node.
This output is the ID corresponding to the randomly selected prompt. It helps in identifying and managing the selected prompt within the larger set of combinations.
This output is a string that combines the elements of the combination_id
into a single filename. This can be useful for saving or referencing the selected prompt in a structured manner.
combination_ids
matches the number of prompts
to avoid assertion errors.seed
parameter to control the randomness and ensure reproducibility of your results.filename
output to systematically save or reference your selected prompts for future use.combination_ids
does not match the number of prompts
.combination_ids
and prompts
to the node.seed
value is outside the acceptable range.seed
value is within the range of 0 to 0xffffffffffffffff.© Copyright 2024 RunComfy. All Rights Reserved.