ComfyUI Node
TiledWan Image Statistics
Analyzes image pixel values and provides comprehensive statistical information. Calculates key metrics including minimum, maximum, mean, variance, and median values. Useful for understanding image characteristics, checking normalization, detecting issues with image processing, and debugging workflows. Can show per-channel statistics for color analysis.
TiledWan Image Statistics
- image
- image
- min_value
- max_value
- mean_value
- variance
- median_value
◄show_per_channeltrue►
CategoryTiledWan
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image to analyze. Statistics will be calculated across all pixels and channels. | |
| show_per_channel | BOOLEAN | true | Display separate statistics for each color channel (R, G, B) in addition to overall statistics. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Pass-through of the input image |
| min_value | FLOAT | Minimum pixel value found in the image |
| max_value | FLOAT | Maximum pixel value found in the image |
| mean_value | FLOAT | Average pixel value across the entire image |
| variance | FLOAT | Variance of pixel values (measure of spread/contrast) |
| median_value | FLOAT | Median pixel value (middle value when sorted) |