ComfyUI Node
π Image Evaluator (nhk)
AI-powered image evaluation with confidence scoring for workflow control
π Image Evaluator (nhk)
- image
- image
- passed
- confidence
- reasoning
- info
βevaluation_criteriaIs this image high quality, sharp, and well-composed?βΊ
βconfidence_threshold0.70βΊ
βmodelqwen3-vl:8bβΊ
βtemperature0.3βΊ
Categorynhk/wip
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image to evaluate | |
| evaluation_criteria | STRING | Is this image high quality, sharp, and well-composed? | Criteria for evaluation - be specific about what you want |
| confidence_threshold | FLOAT | 0.700β1 | Minimum confidence score to pass (0.0-1.0) |
| model | COMBO | qwen3-vl:8b | Vision model to use for evaluation |
| temperature | FLOAT | 0.30β1 | Lower = more consistent, higher = more varied judgments |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Original image passthrough |
| passed | BOOLEAN | True if meets criteria AND confidence β₯ threshold |
| confidence | FLOAT | AI confidence score (0.0-1.0) |
| reasoning | STRING | AI's detailed explanation of judgment |
| info | STRING | Summary: model, threshold, result |