ComfyUI Node
🎛️ Noise Control
🎛️ FiL Noise Control — RNG source + seed-variation script for FiLKSampler.
🎛️ Noise Control
- script
- script
◄rng_sourcecpu►
◄add_seed_noisefalse►
◄seed0►
◄weight0.50►
Category🎨 FiL Design/Sampling
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| rng_source | COMBO | cpu | Device the initial noise is drawn on. 'gpu' can better match Automatic1111-style noise for the same seed. |
| add_seed_noise | BOOLEAN | false | Blend in noise from a second seed for a controlled variation. |
| seed | INT | 00–18446744073709550000 | Variation seed (used when Variation is ON). |
| weight | FLOAT | 0.500–1 | Variation strength: 0 = base seed only, 1 = variation seed only. |
| scriptopt | FIL_HIRES_SCRIPT | Optional upstream FiL script to extend. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| script | FIL_HIRES_SCRIPT | FiL script for FiLKSampler. |