Visit ComfyUI Online for ready-to-use ComfyUI environment
Experimental tool for debugging values in ComfyUI, aiding AI artists in data inspection and issue identification.
The Debug (mtb) node is an experimental tool designed to help you debug various values within the ComfyUI environment. This node is particularly useful for AI artists who need to inspect and understand the data being processed in their workflows. By enabling you to output data to the console and visualize it in a structured format, the Debug (mtb) node aids in identifying issues and ensuring that your data is being handled correctly. The node currently supports debugging of tensors, lists, dictionaries, and boolean values, with plans to expand support for more types and widgets in the future.
This parameter determines whether the debug information should be printed to the console. When set to True
, the node will log the values of all input parameters to the console, providing a detailed view of the data being processed. This can be particularly useful for real-time debugging and monitoring. The default value is False
, meaning that console output is disabled by default. This parameter accepts a boolean value (True
or False
).
This node does not produce any direct output parameters. Instead, it generates a structured debug output that can be used for inspection and troubleshooting. The debug information includes visual representations of tensors, lists, dictionaries, and boolean values, which are organized into a user interface-friendly format.
output_to_console
to get real-time feedback on the data being processed, which can help you quickly identify and resolve issues.TypeError: 'NoneType' object is not iterable
None
, which is not supported by the current processors.None
.KeyError: 'ui'
'ui'
is missing from the debug output dictionary.AttributeError: 'function' object has no attribute 'items'
ValueError: Unsupported data type
© Copyright 2024 RunComfy. All Rights Reserved.