Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance AI art generation by dynamically parsing and modifying text prompts for varied and creative outputs.
The "Parse Dynamic Prompts" node is designed to enhance your AI art generation process by dynamically parsing and modifying text prompts. This node allows you to input a text string containing dynamic elements, which can be processed to produce varied and unique outputs based on specified parameters. By leveraging this node, you can introduce variability and randomness into your prompts, making your AI-generated art more diverse and creative. The node supports different modes of operation, such as using a seed or an index, and offers options to enforce unique outputs or use the same seed across all groups. This flexibility makes it a powerful tool for artists looking to experiment with different prompt configurations and achieve more dynamic results.
This parameter accepts a string input that can contain dynamic elements to be parsed. The text can be multiline, allowing for complex and detailed prompts. The content of this string will be processed to generate varied outputs based on the other parameters.
This parameter determines the mode of operation for parsing the dynamic prompts. It can be set to either "seed" or "index". The "seed" mode uses a random seed to generate variations, while the "index" mode uses a specific index to control the output. This allows you to choose between randomness and determinism in your prompt generation.
This parameter is an integer value used as the seed for random number generation when the mode is set to "seed". The seed ensures that the same input will produce the same output if the seed is unchanged. The default value is 0, and the maximum value is 0xffffffffffffffff, providing a wide range of possible seeds for generating unique outputs.
This boolean parameter determines whether the same seed should be used for all groups within the text. If set to True, the same seed will be applied across all groups, ensuring consistency in the generated output. If set to False, different seeds can be used for different groups, introducing more variability. The default value is False.
This boolean parameter enforces the generation of different outputs for each group within the text. If set to True, the node will ensure that each group produces a unique output, even if the same seed is used. This is useful for avoiding repetitive results and enhancing the diversity of the generated prompts. The default value is False.
The output of this node is a single string that represents the parsed and dynamically modified prompt. This string can be used as input for further processing or directly in your AI art generation workflow. The output reflects the variations and modifications applied based on the input parameters, providing a unique and tailored prompt for each execution.
class_type
property correctly defined.{class_type}
does not exist."NODE_CLASS_MAPPINGS
.© Copyright 2024 RunComfy. All Rights Reserved.