ComfyUI Node
Send Image to Chat
A ComfyUI node in Kinburg-Nodes/LLM with 7 inputs and 1 output.
Send Image to Chat
- image
- image
◄send_asthe active persona►
◄whenon button press►
◄megapixels1.00►
◄caption►
◄shot►
◄note_in_contextfalse►
CategoryKinburg-Nodes/LLM
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The picture to put in the chat. A batch sends every frame. | |
| send_as | COMBO | the active persona | Who the picture comes from. A persona: it hangs on that persona's last message, as though they sent it — the model is not shown the pixels. 'me (user)': it joins the chat's tray and goes out with your next message, which the model DOES see. |
| when | COMBO | on button press | 'on button press' saves the picture and waits for 📌 on this node — the usual choice, so you can look at the result first. 'every run' pushes it the moment this node executes. With 📌 you can still change send_as, caption, shot and note_in_context after the picture is generated; they are read when you press it. Only megapixels needs a re-run, since it changes the saved file itself. |
| megapixels | FLOAT | 1.000–16 | Downscale to about this many megapixels before saving (never upscales). 0 = keep full size. Only affects the copy that goes to the chat; the image output passes through untouched. |
| captionopt | STRING | One or two sentences of plain prose — what the model reads about this picture once the pixels are gone. NOT the generation prompt: tag soup in the conversation teaches the persona to write tag soup. Leave empty for a picture that is purely something to look at. | |
| shotopt | STRING | Optional keyframe label, e.g. 'shot 3 / end'. Stored with the picture so a chat can be read back as a storyboard; it never reaches the model. | |
| note_in_contextopt | BOOLEAN | false | Persona pictures only. Off (default) the picture is purely visual and adds nothing to the context — right when the persona already described the scene it is a picture of. On, it leaves '[image: caption]' in that persona's message so the conversation records that a photo was sent. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |