ComfyUI Node
Create Pole Mask
Create a circular pole mask. Mode 'face' outputs a centered circle mask on a face. Mode 'equirectangular' maps circles on Up/Down cube faces back to equirectangular.
Create Pole Mask
- image
- pole_mask
◄circle_radius0.10►
◄pixel_radius0►
◄feather0►
◄modeface►
◄face_size512►
CategoryLatLong/Mask
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Reference IMAGE (face or equirectangular) used to size the mask. | |
| circle_radius | FLOAT | 0.100–1 | Circle radius as a fraction of the max possible radius (min(H,W)/2). Ignored if pixel_radius > 0. |
| pixel_radius | INT | 00–8192 | Circle radius in pixels (overrides circle_radius if > 0). |
| feather | INT | 00–4096 | Feather width in pixels. |
| mode | COMBO | face | face: mask matches input face dimensions. equirectangular: creates masks on Up/Down cube faces then maps back to equirectangular. |
| face_sizeopt | INT | 512-1–4096 | Only used for mode=equirectangular. Cubemap face size to generate the pole mask. Set to -1 for auto (H//2). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pole_mask | MASK | — |