ComfyUI Node
(Deno) Local LLM Reviewer
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. Review generated media before Save nodes and pass only approved results. Connect a Local LLM or ComfyUI TextGenerate review result into Review, then connect IMAGE or AUDIO through this reviewer before Save nodes. OK/PASS/APPROVE passes through; FAIL/REJECT/BAD quietly blocks downstream execution. Unclear reviews are blocked.
(Deno) Local LLM Reviewer
- image
- audio
- image
- audio
◄review—►
◄review_modeReview►
◄approve_oncefalse►
◄reviewer_state►
CategoryDeno/LLM
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| review | STRING | Text or JSON verdict from a reviewer LLM or text node. | |
| review_mode | COMBO | Review | Review checks the verdict text. Pass bypasses the review gate. |
| approve_once | BOOLEAN | false | One-shot approval state controlled by the node button. |
| imageopt | IMAGE | Optional image to pass through only when the review approves it. | |
| audioopt | AUDIO | Optional audio to pass through together with the approved image/media result. | |
| reviewer_stateopt | STRING | Internal reviewer snapshot used by the frontend buttons. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | Original image passed through only when the review approves it. |
| audio | AUDIO | Original audio passed through only when the review approves it. |