A ComfyUI node that displays the type and contents of whatever is connected to the input. In the case of a Tensor object, it shows the shape instead of its value.
A ComfyUI node that displays the type and contents of whatever is connected to the input. In the case of a Tensor object, it shows the shape instead of its value.
comfy node install comfyui-viewdata
Run the following commands in the terminal:
cd custom_nodes
git clone https://github.com/Gremlation/ComfyUI-ViewData
Then restart ComfyUI.
Note that due to an issue with case-sensitivity, you may have to rename the ComfyUI-ViewData
directory to the
lowercase comfyui-viewdata
before styles and syntax highlighting work.
You can change the indentation level for dictionaries by going to Settings > View Data ~🅖