Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate creative text prompt variations with adjustable deviation levels using `CreatePromptVariant` node for AI artists.
The CreatePromptVariant
node is designed to help you generate creative variations of a given text prompt. This node is particularly useful for AI artists who want to explore different artistic interpretations or styles based on a single prompt. By adjusting the level of variation, you can control how much the new prompt deviates from the original, allowing for a range of outputs from subtle tweaks to wild, imaginative transformations. This node leverages a method called Comfy_OBP_PromptVariant
to create these variations, making it a powerful tool for enhancing your creative workflow.
This is the main text prompt that you want to create variations of. It is a required parameter and should be provided as a string. The prompt can be multiline, allowing for more complex and detailed inputs. The default value is an empty string.
This optional parameter controls the degree of variation applied to the original prompt. It is an integer value that ranges from 1 to 10, with 1 being the least amount of variation and 10 being the most. The default value is 5. Adjusting this parameter allows you to fine-tune the creativity and unpredictability of the generated prompt variants.
This optional parameter is an integer used to initialize the random number generator, ensuring reproducibility of the generated prompt variants. The seed value can range from 0 to 0xFFFFFFFFFFFFFFFF. The default value is 0, which means the seed is not set, and the variations will be different each time the node is run.
The output is a single string that represents the generated prompt variant. This new prompt is a creative reinterpretation of the original input prompt, modified according to the specified insanitylevel
. The output can be used directly in your creative projects or further refined as needed.
insanitylevel
values to find the right balance of creativity and coherence for your project.seed
parameter to generate consistent results when you find a variation you particularly like.prompt_input
parameter is not provided or is not a string.prompt_input
parameter.insanitylevel
parameter is set to a value outside the allowed range of 1 to 10.insanitylevel
parameter to be within the range of 1 to 10.seed
parameter is set to a value outside the allowed range of 0 to 0xFFFFFFFFFFFFFFFF.seed
parameter is within the valid range.© Copyright 2024 RunComfy. All Rights Reserved.