ComfyUI Node
Color Map Alien (MD)
Applies an 'alien' color mapping by modulating RGB channels with sinusoidal functions, with adjustable frequencies, shifts, and preservation.
Color Map Alien (MD)
- image
- mask
- image
◄ModelRGB►
◄Red_frequency1.000►
◄Green_frequency1.000►
◄Blue_frequency1.000►
◄Red_shift0►
◄Green_shift0►
◄Blue_shift0►
◄Keep_redfalse►
◄Keep_greenfalse►
◄Keep_bluefalse►
Categorymd/image/color
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image tensor. | |
| Model | COMBO | RGB | Color model (RGB or HSL) for mapping. |
| Red_frequency | FLOAT | 1.0000–20 | Frequency of the red channel modulation. |
| Green_frequency | FLOAT | 1.0000–20 | Frequency of the green channel modulation. |
| Blue_frequency | FLOAT | 1.0000–20 | Frequency of the blue channel modulation. |
| Red_shift | FLOAT | 00–360 | Phase shift for the red channel (degrees). |
| Green_shift | FLOAT | 00–360 | Phase shift for the green channel (degrees). |
| Blue_shift | FLOAT | 00–360 | Phase shift for the blue channel (degrees). |
| Keep_red | BOOLEAN | false | Preserve the original red channel when true. |
| Keep_green | BOOLEAN | false | Preserve the original green channel when true. |
| Keep_blue | BOOLEAN | false | Preserve the original blue channel when true. |
| maskopt | MASK | Optional mask to restrict the adjustment area. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The alien-mapped image. |