Nodes/Kinburg-Nodes/Send Image to Live Log πŸ“œ
ComfyUI Node

Send Image to Live Log πŸ“œ

Push a picture into 'Kinburg Live Log πŸ“œ' β€” the same block-per-event log the pack's LLM nodes and the Morpheus / Phantas samplers write into, so a tap anywhere in the graph lands in one scrollback in run order. The image passes through untouched, so the node sits inline; no wire to the log is needed (it has none). Name the tap with 'label', add a 'note' for the block's text, and pick which frames of a batch to send.

By KinburgΒ·Created 2 months agoΒ·Updated 3 days agoΒ· 1
Send Image to Live Log πŸ“œ
  • image
  • image
β—„labelβ–Ί
β—„framesallβ–Ί
β—„always_runtrueβ–Ί
β—„noteβ–Ί
β—„max_side320β–Ί
CategoryKinburg-Nodes/LLM

Inputs (6)

NameTypeDefaultDescription
imageIMAGEThe picture to show in the log. It passes through this node untouched, so it can sit inline on a branch.
labelSTRINGWhat to call this tap in the block header, after the node's own title β€” 'before upscale', 'candidate 3'. Leave it empty and the title labels the block on its own, which is enough when the node is named for what it taps.
framesCOMBOallWhich frames of a batch to send. 'all' is capped at 32 evenly spaced frames β€” a video batch would otherwise put hundreds of JPEGs down the websocket and into the log's memory. The header always says which frames of how many it is showing.
always_runBOOLEANtrueOn: the node re-runs on every Run, so the log fills even when the branch above it is fully cached β€” which is what a second Run at the same seed is. Off: it caches like any other node; use that when the image passthrough feeds something expensive, because a node that always re-runs makes everything downstream of it re-run too.
noteoptSTRINGText for the block's body β€” what you want to read next to the picture later: the seed, which branch this was, what you were testing. It goes nowhere but the log.
max_sideoptINT32064–1024Longest side of the thumbnail sent to the log, in pixels (the log shows it at most 180px tall). Same encoder the samplers' frames use. Raise it to inspect detail, but it is a JPEG down a websocket on every run.

Outputs (1)

NameTypeDescription
imageIMAGEβ€”