ComfyUI Node
CLIPtion Beam Search (Integrated)
Loads the CLIPtion decoder on demand and runs beam search to caption image(s), ranking candidates by CLIP similarity to the input image.
CLIPtion Beam Search (Integrated)
- clip
- clip_vision
- image
- STRING
◄beam_width9►
◄unload_after_runtrue►
◄force_cpufalse►
Categorypharmapsychotic
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | CLIP text encoder (must include CLIP-L). | |
| clip_vision | CLIP_VISION | CLIP vision encoder (must be CLIP-L). | |
| image | IMAGE | — | |
| beam_width | INT | 91–64 | Number of beams to maintain during search. |
| unload_after_run | BOOLEAN | true | Unload CLIPtion decoder from VRAM after captioning. |
| force_cpuopt | BOOLEAN | false | Run the CLIPtion decoder on CPU instead of the default ComfyUI device. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |