ComfyUI Node
Isolate Input CLIPSeg (CRT)
A ComfyUI node in CRT/Utils/Isolate with 10 inputs and 2 outputs.
Isolate Input CLIPSeg (CRT)
- images
- cropped_images
- pipe
◄what_to_detectface►
◄performance_presetBalanced►
◄detect_chunk_size10►
◄padding512►
◄threshold0.50►
◄blur_sigma0.0►
◄bbox_expansion1.00►
◄crop_smooth_alpha0.65►
◄crop_megapixels1.00►
CategoryCRT/Utils/Isolate
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| what_to_detect | STRING | face | Text prompt used by CLIPSeg, for example 'face' or 'person'. |
| performance_preset | COMBO | Balanced | Fast = quickest detection, Balanced = default tradeoff, Quality = highest available quality in the current custom-node path and slower processing. |
| detect_chunk_size | INT | 100–4096 | Detection batch size. 0 = process the whole batch at once, 1 = per-image processing, 2+ = fixed chunk size. |
| padding | INT | 5120–2048 | Extra border added around the input batch before detection so subjects near the edges are not cropped too tightly. |
| threshold | FLOAT | 0.500–1 | Detection confidence threshold. Lower values find more mask areas, higher values are stricter. |
| blur_sigma | FLOAT | 0.00–100 | Optional blur applied to CLIPSeg masks before crop extraction. |
| bbox_expansion | FLOAT | 1.000.5–4 | Expands the detected crop box around the subject. Higher values give a looser crop. |
| crop_smooth_alpha | FLOAT | 0.650–1 | Temporal smoothing for crop position. Lower = steadier crop, higher = follows motion more closely. |
| crop_megapixels | FLOAT | 1.000–8 | Target resolution for the cropped output images. 0 disables crop rescaling. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| cropped_images | IMAGE | — |
| pipe | CRT_ISOLATE_PIPE | — |