ComfyUI Node
ποΈ Bawk ControlNet
ποΈ ControlNet preprocessing with Canny, depth, pose detection and more
ποΈ Bawk ControlNet
- image
- control_image
- control_conditioning
- control_info
βcontrol_typeCanny EdgeβΊ
βstrength1.00βΊ
βstart_percent0.00βΊ
βend_percent1.00βΊ
βcanny_low_threshold100βΊ
βcanny_high_threshold200βΊ
βdepth_near0.10βΊ
βdepth_far100βΊ
βpreprocessor_resolution512βΊ
βauto_resizetrueβΊ
CategoryBawkNodes/control
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image for ControlNet processing | |
| control_type | COMBO | Canny Edge | Type of ControlNet preprocessing to apply |
| strength | FLOAT | 1.000β2 | ControlNet influence strength |
| start_percent | FLOAT | 0.000β1 | When to start applying ControlNet (0.0 = from beginning) |
| end_percent | FLOAT | 1.000β1 | When to stop applying ControlNet (1.0 = until end) |
| canny_low_thresholdopt | INT | 1001β255 | Canny edge detection low threshold |
| canny_high_thresholdopt | INT | 2001β255 | Canny edge detection high threshold |
| depth_nearopt | FLOAT | 0.100.01β10 | Near plane for depth normalization |
| depth_faropt | FLOAT | 1001β1000 | Far plane for depth normalization |
| preprocessor_resolutionopt | INT | 512256β2048 | Resolution for preprocessing (will be resized back to original) |
| auto_resizeopt | BOOLEAN | true | Automatically resize control image to match generation resolution |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| control_image | IMAGE | β |
| control_conditioning | CONDITIONING | β |
| control_info | STRING | β |