ComfyUI Node
RNG LoRA Weight Injector
A ComfyUI node in Prompting/Utilities with 8 inputs and 1 output.
RNG LoRA Weight Injector
- prompt
◄prompt<lora:MyLora:--->►
◄wildcard---►
◄start0.60►
◄end1.20►
◄same_for_alltrue►
◄decimals2►
◄seed0►
◄triangular_biasfalse►
CategoryPrompting/Utilities
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | <lora:MyLora:---> | — |
| wildcard | STRING | --- | Substring to replace with random float values. |
| start | FLOAT | 0.60-10–10 | Minimum random value. |
| end | FLOAT | 1.20-10–10 | Maximum random value. |
| same_for_all | BOOLEAN | true | Use one RNG value for all wildcards, or a new one for each. |
| decimals | INT | 20–6 | Digits after decimal point. |
| seed | INT | 00–2147483647 | Seed for deterministic randomness. 0 = random seed. |
| triangular_bias | BOOLEAN | false | If enabled, bias RNG values toward midpoint. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |