ComfyUI Node
Similarity Filter ππ ‘π £π
Filters out similar consecutive images and outputs a signal to control downstream execution.
Similarity Filter ππ
‘π
£π
- image
- image
- should_execute
βalways_executefalseβΊ
βthreshold0.98βΊ
βmax_skip_frames10βΊ
Categoryreal-time/control/utility
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image to compare with previous frame | |
| always_execute | BOOLEAN | false | β |
| threshold | FLOAT | 0.980β1 | Similarity threshold (0-1). Higher values mean more frames are considered similar |
| max_skip_frames | INT | 101β100 | Maximum number of consecutive frames to skip before forcing execution |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| should_execute | BOOLEAN | β |