Runs a language model you already have, on your own machine, using an instruction you save on the node. Wire in a picture, a video, some audio or text, type an idea, and it hands back text.
The instruction is called the formula and it lives on this node, so every copy carries its own. That is what makes these chainable: put one after another and each does a different job, like describe this photo, then rewrite it in another style, then shorten it.
With no model chosen it simply passes its text straight through, so you can drop it into a working graph and set it up afterwards without breaking anything. The banner on the node always says which it is about to do.
Wire text in and it is joined with your idea, the same way Prompt Pixaroma joins its text input, and you choose which of the two comes first.
The idea box understands the same @tags as Prompt Pixaroma, out of the same library: @name drops in a saved phrase, *Category picks a random one from a group, and #name picks a random line. They are swapped for real words before the model is asked anything. Press Tags on the node to open the library.
Nothing is sent anywhere. It needs a model in your text_encoders folder, and a vision model if it has to look at a picture.
Find it by searching for ai, prompt, llm, caption, or rewrite.
By pixaroma·Created 5 months ago·Updated about 16 hours ago· 333
AI Prompt Pixaroma
clip
image
video
audio
text
◄text—►
Category👑 Pixaroma/💬 Prompt & Text
Inputs (5)
Name
Type
Default
Description
clipopt
CLIP
Optional. A model on a wire, from a CLIPLoader or another node. While this is connected it is used instead of the one picked in the settings, and Free VRAM is skipped because that model is not this node's to unload.
imageopt
IMAGE
Optional. A picture for the model to look at. Needs a vision model (a Qwen3-VL build); a text-only one accepts the picture and silently ignores it.
videoopt
IMAGE
Optional. Video frames as an image batch. Assumed to be 24 frames per second and sampled down to one per second inside the model, so a long clip is fine.
audioopt
AUDIO
Optional. Sound for the model to listen to. Needs a model that can hear; most vision models cannot.
textopt
STRING
Optional. Text from another node, joined with your idea. Which one comes first is the segment in the node's slot band, and its default is in the settings.
Outputs (1)
Name
Type
Description
text
STRING
What the model wrote. With no model chosen this is your idea and any wired text joined together and passed through unchanged, so a chain keeps working while you are still setting it up.