ComfyUI Node
🔧 S42 CutFlow Filter Pack
A ComfyUI node in S42 CutFlow/Filters with 5 inputs and 3 outputs.
🔧 S42 CutFlow Filter Pack
- clip
- clip
- frame_count
- info
◄modesharpen►
◄intensity1.0►
◄radius3►
◄angle0►
CategoryS42 CutFlow/Filters
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | IMAGE | Video clip to filter. | |
| mode | COMBO | sharpen | Filter type: 'sharpen' = enhance edges and detail. 'unsharp_mask' = professional sharpening with radius/amount control. 'gaussian_blur' = smooth Gaussian blur. 'box_blur' = fast uniform blur. 'motion_blur' = directional blur simulating camera motion. 'median_denoise' = noise removal preserving edges. 'bilateral_denoise' = edge-preserving smoothing (best quality, slower). |
| intensity | FLOAT | 1.00–10 | Filter strength. Meaning varies by mode: sharpen/unsharp: amount multiplier. blur modes: kernel radius in pixels. denoise modes: filter diameter/strength. |
| radius | INT | 31–31 | Kernel radius (must be odd). Larger = stronger effect but slower. Used by blur, denoise, unsharp. |
| angle | FLOAT | 00–360 | Direction angle in degrees for motion_blur mode. 0=horizontal, 90=vertical. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| clip | IMAGE | — |
| frame_count | INT | — |
| info | STRING | — |