Nodes/ComfyUI_StarNodes/⭐ Star Show Everything
ComfyUI Node

⭐ Star Show Everything

Universal debug and inspection node. Connect any output (MODEL, IMAGE, LATENT, CONDITIONING, STRING, INT, FLOAT, MASK, etc.) to see a human-readable summary — type, shape, dtype, device, model names, tensor stats, and more. Image tensors are previewed inline. The value is passed through unchanged so you can insert it anywhere in your workflow.

By Starnodes2024·Created 2 years ago·Updated 7 days ago· 103
⭐ Star Show Everything
  • anything
  • anything
  • info
  • name
Category⭐StarNodes/Helpers And Tools

Inputs (1)

NameTypeDefaultDescription
anything*Connect any data type — MODEL, IMAGE, LATENT, CONDITIONING, STRING, INT, FLOAT, etc. The value is previewed and passed through unchanged.

Outputs (3)

NameTypeDescription
anything*The connected value, passed through unchanged.
infoSTRINGHuman-readable summary of the value (type, shape, dtype, model name, etc.).
nameSTRINGBest-effort name/label extracted from the value (e.g. model filename).