Custom nodes for ComfyUI by unwdef.
This is a work in progress repo.
The Randomize LoRAs node randomly loads LoRAs based on a predefined selection with also randomized weights. This enables users to experiment with different artistic effects on their generated images.
Note: The "Show Text" node is part of pythongosssss/ComfyUI-Custom-Scripts
There is also a "stack" version for working with other lora nodes with the stacking functionality such as Efficiency Nodes
Connect the model and clip outputs from this node to your KSampler or other processing nodes. The output, chosen loras, provides a textual representation detailing which LoRAs and corresponding weights were applied during the generation.
You can also provide the trigger words for each lora. They will be outputted as a formatted text separated by commas. Useful for you to concatenate the trigger words into your prompts.
Will output one (or multiple) lines from a multiline text component.
Will replace instances of !var_x in your text with the contents of the var_x inputs.
You can use the ComfyUI-Manager. Search for "unwdef" or "unwdef-nodes".
Or you can install it manually:
ComfyUI/custom_nodes
directory.git clone https://github.com/unwdef/unwdef-nodes-comfyui.git
To remove the custom node:
unwdef-nodes-comfyui
directory from ComfyUI/custom_nodes
.To update the node:
ComfyUI/custom_nodes/unwdef-nodes-comfyui
in your terminal.git pull