Nodes/comfyUI-TiledWan/TiledWan Image Statistics
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.

By Baverne·Created about a year ago·Updated 6 months ago· 8
TiledWan Image Statistics
  • image
  • image
  • min_value
  • max_value
  • mean_value
  • variance
  • median_value
show_per_channeltrue
CategoryTiledWan

Inputs (2)

NameTypeDefaultDescription
imageIMAGEInput image to analyze. Statistics will be calculated across all pixels and channels.
show_per_channelBOOLEANtrueDisplay separate statistics for each color channel (R, G, B) in addition to overall statistics.

Outputs (6)

NameTypeDescription
imageIMAGEPass-through of the input image
min_valueFLOATMinimum pixel value found in the image
max_valueFLOATMaximum pixel value found in the image
mean_valueFLOATAverage pixel value across the entire image
varianceFLOATVariance of pixel values (measure of spread/contrast)
median_valueFLOATMedian pixel value (middle value when sorted)