Repository of my custom ComfyUI nodes.
Allows for more diverse generation by adding random noise to the text conditioning embeddings. This node is compatible with SD 1.5 and SDXL 1.0.
Strength (SD 1.5): <= 0.1
Strength (SDXL 1.0): <= 0.075
A node that allows random text generation controled by a seed from a python script.
The python scripts must be stored in input/text_generators
.
These scripts must contain a generate(seed: int)
function, this function must return a sequence of two str
objects.