Visit ComfyUI Online for ready-to-use ComfyUI environment
Introduce controlled randomness to AI art generation with text selection based on seed and LoRA stacks for model fine-tuning.
The Randomizer node is designed to introduce an element of randomness into your AI art generation process. By taking two text inputs and an optional seed, it allows you to randomly select between the two texts based on the provided seed. Additionally, it can handle optional LoRA (Low-Rank Adaptation) stacks, which are used to fine-tune models. This node is particularly useful for creating variations in your outputs, ensuring that your art remains dynamic and diverse. The main goal of the Randomizer is to provide a simple yet effective way to introduce controlled randomness into your workflow, enhancing creativity and variability in the generated content.
This parameter accepts a string input and is one of the two text options that the node will randomly select from. It is a required parameter and must be provided by the user. The content of this text will be used in the output if the seed condition is met.
Similar to text_1
, this parameter also accepts a string input and is the second text option for random selection. It is also a required parameter and must be provided by the user. The content of this text will be used in the output if the seed condition is not met.
This parameter accepts an integer value and is used to determine the randomness of the selection between text_1
and text_2
. The seed ensures that the randomization process can be replicated if needed. The default value is 0, with a minimum value of 0 and a maximum value of 0xffffffffffffffff.
This optional parameter accepts a LoRA stack, which is used to fine-tune models. If provided, this stack will be associated with text_1
and will be included in the output if the seed condition is met.
This optional parameter accepts a LoRA stack, similar to lora_1
. If provided, this stack will be associated with text_2
and will be included in the output if the seed condition is not met.
This output parameter returns the selected text based on the seed value. It will be either text_1
or text_2
, depending on whether the seed is even or odd.
This output parameter returns the associated LoRA stack based on the selected text. It will be either lora_1
or lora_2
, depending on the seed value and the selected text.
text_1
and text_2
, enhancing the diversity of your generated content.text_1
parameter is not provided.text_1
parameter.text_2
parameter is not provided.text_2
parameter.lora_1
and lora_2
. If not, you can ignore this warning.© Copyright 2024 RunComfy. All Rights Reserved.