Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates displaying text messages with optional prefix in visually distinct format for AI artists.
The Zuellni Text Print node is designed to facilitate the display of text messages with an optional prefix in a visually distinct format. This node is particularly useful for AI artists who need to print messages or logs during their workflow, providing a clear and organized way to output text. The primary function of this node is to print the given text to the console, optionally prefixed with a customizable string that is highlighted for better visibility. This feature can be beneficial for debugging, logging, or simply displaying important information in a more readable format.
The prefix
parameter allows you to specify a string that will be prepended to the text message. This prefix is highlighted in blue to make it stand out, which can be useful for categorizing or emphasizing certain messages. The default value is an empty string, meaning no prefix will be added if this parameter is left blank. This parameter does not have minimum or maximum values as it is a string input.
The text
parameter is the main content that you want to print. This is the message that will be displayed in the console, optionally prefixed by the prefix
parameter. The default value is an empty string, and it supports multiline input, allowing you to print longer messages or logs. This parameter also does not have minimum or maximum values as it is a string input.
This node does not produce any output parameters. Its primary function is to print text to the console, and it does not return any values or data for further processing.
prefix
parameter to categorize different types of messages, such as "INFO", "WARNING", or "ERROR", to make your console output more organized and easier to read.text
parameter is formatted correctly to maintain readability and avoid confusion.prefix
and text
parameters are empty.text
parameter contains the message you want to print. Adding a prefix
can also help in identifying the printed message.prefix
parameter is correctly set and that your console supports ANSI escape codes for text formatting. If the issue persists, try using a different console or terminal that supports text highlighting.© Copyright 2024 RunComfy. All Rights Reserved.