ComfyUI Node
Generation Info
A ComfyUI node in Kinburg-Nodes/util with 2 inputs and 3 outputs.
Generation Info
- passthrough
- extra
- passthrough
- info
- data
CategoryKinburg-Nodes/util
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| passthrough | LATENT | Pass your LATENT through here — tap it downstream of where the branches converge (e.g. the sampler's LATENT output) so the upstream walk reaches them all. The node lists every upstream node's widget settings. | |
| extraopt | GEN_INFO | Optional GEN_INFO from a node that reports its OWN runtime facts — e.g. Chimera's 'gen_extra_info', which knows the resolved step split, the sigma boundary and the per-stage times that a graph walk can't see (a walk only reads widget literals). It is an ADDITION, not a whole dump: it gets merged IN FRONT of the walked settings into a single one, so the branch still feeds one Set Accumulator (gen info) and stays one image. Wiring such a node straight into the accumulator instead would give that branch a dump with none of the shared settings — and the Filter's 'differences' mode then keeps every field the other branches have, since present-vs-absent counts as a difference. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| passthrough | LATENT | — |
| info | STRING | — |
| data | GEN_INFO | — |