ComfyUI Node
Imgutils JSON Filter
Filter a scored JSON dict (from Tagger or Classify json output) to only entries with score >= threshold.
Imgutils JSON Filter
- json
- tags
- count
◄json—►
◄threshold0.50►
Categoryimgutils/utility
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| json | STRING | JSON string dict of {key: score} to filter. | |
| threshold | FLOAT | 0.500–1 | Minimum score to keep. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| json | STRING | — |
| tags | STRING | — |
| count | INT | — |