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.
⭐ Star Show Everything
- anything
- anything
- info
- name
Category⭐StarNodes/Helpers And Tools
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| anything | * | Connect any data type — MODEL, IMAGE, LATENT, CONDITIONING, STRING, INT, FLOAT, etc. The value is previewed and passed through unchanged. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| anything | * | The connected value, passed through unchanged. |
| info | STRING | Human-readable summary of the value (type, shape, dtype, model name, etc.). |
| name | STRING | Best-effort name/label extracted from the value (e.g. model filename). |