The text generator node produces text given a prompt and a task. It’s good for workflows that require an input prompt to be modified in a certain way every time. For instance, if you want to make all input prompts into “pirate-style” prompts.Inputs
A description of the task — this describes what the GPT is supposed to do. Example: “You are a pirate image generator, create a prompt inspired from pirates for a stable diffusion text to image, given a topic that I will provide to you. Please make sure the prompt is clear and concise.”In this case, the topic would come from the prompt.
The describe node produces text given an image input. It can be used to describe the image, but also for any task that requires viewing the image to produce text.Inputs
The proposed prompt for the language model to respond to. For example: “Describe this image, but imagine that the background is a medieval town, instead of what it is right now. Provide the description for the image with the new background.”